Home
last modified time | relevance | path

Searched refs:utf_to_upper (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c61 c1 = utf_to_upper(*s1); in efi_stri_coll()
62 c2 = utf_to_upper(*s2); in efi_stri_coll()
225 *string = utf_to_upper(*string); in efi_str_upr()
292 c = utf_to_upper(c); in efi_str_to_fat()
/openbmc/u-boot/test/
H A Dunicode_ut.c545 ut_asserteq('`', utf_to_upper('`')); in unicode_test_utf_to_upper()
546 ut_asserteq('A', utf_to_upper('a')); in unicode_test_utf_to_upper()
547 ut_asserteq('Z', utf_to_upper('z')); in unicode_test_utf_to_upper()
548 ut_asserteq('{', utf_to_upper('{')); in unicode_test_utf_to_upper()
549 ut_asserteq('M', utf_to_upper('M')); in unicode_test_utf_to_upper()
551 ut_asserteq(0x00d6, utf_to_upper(0x00f6)); in unicode_test_utf_to_upper()
554 ut_asserteq(0x0418, utf_to_upper(0x0438)); in unicode_test_utf_to_upper()
/openbmc/u-boot/include/
H A Dcharset.h167 s32 utf_to_upper(const s32 code);
/openbmc/u-boot/lib/
H A Dcharset.c319 s32 utf_to_upper(const s32 code) in utf_to_upper() function