Home
last modified time | relevance | path

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

/openbmc/u-boot/test/
H A Dunicode_ut.c528 ut_asserteq('@', utf_to_lower('@')); in unicode_test_utf_to_lower()
529 ut_asserteq('a', utf_to_lower('A')); in unicode_test_utf_to_lower()
530 ut_asserteq('z', utf_to_lower('Z')); in unicode_test_utf_to_lower()
531 ut_asserteq('[', utf_to_lower('[')); in unicode_test_utf_to_lower()
532 ut_asserteq('m', utf_to_lower('m')); in unicode_test_utf_to_lower()
534 ut_asserteq(0x00f6, utf_to_lower(0x00d6)); in unicode_test_utf_to_lower()
537 ut_asserteq(0x0438, utf_to_lower(0x0418)); in unicode_test_utf_to_lower()
/openbmc/u-boot/include/
H A Dcharset.h159 s32 utf_to_lower(const s32 code);
/openbmc/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c203 *string = utf_to_lower(*string); in efi_str_lwr()
/openbmc/u-boot/lib/
H A Dcharset.c300 s32 utf_to_lower(const s32 code) in utf_to_lower() function