Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_unicode_collation.c56 c1 = utf_to_upper(*s1); in efi_stri_coll()
57 c2 = utf_to_upper(*s2); in efi_stri_coll()
237 *string = utf_to_upper(*string); in efi_str_upr()
304 c = utf_to_upper(c); in efi_str_to_fat()
/external/u-boot/test/
Dunicode_ut.c555 ut_asserteq('`', utf_to_upper('`')); in unicode_test_utf_to_upper()
556 ut_asserteq('A', utf_to_upper('a')); in unicode_test_utf_to_upper()
557 ut_asserteq('Z', utf_to_upper('z')); in unicode_test_utf_to_upper()
558 ut_asserteq('{', utf_to_upper('{')); in unicode_test_utf_to_upper()
559 ut_asserteq('M', utf_to_upper('M')); in unicode_test_utf_to_upper()
561 ut_asserteq(0x00d6, utf_to_upper(0x00f6)); in unicode_test_utf_to_upper()
564 ut_asserteq(0x0418, utf_to_upper(0x0438)); in unicode_test_utf_to_upper()
/external/u-boot/include/
Dcharset.h169 s32 utf_to_upper(const s32 code);
/external/u-boot/lib/
Dcharset.c319 s32 utf_to_upper(const s32 code) in utf_to_upper() function