Home
last modified time | relevance | path

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

/u-boot/test/
A Dunicode_ut.c553 ut_asserteq('@', utf_to_lower('@')); in unicode_test_utf_to_lower()
554 ut_asserteq('a', utf_to_lower('A')); in unicode_test_utf_to_lower()
555 ut_asserteq('z', utf_to_lower('Z')); in unicode_test_utf_to_lower()
556 ut_asserteq('[', utf_to_lower('[')); in unicode_test_utf_to_lower()
557 ut_asserteq('m', utf_to_lower('m')); in unicode_test_utf_to_lower()
559 ut_asserteq(0x00f6, utf_to_lower(0x00d6)); in unicode_test_utf_to_lower()
562 ut_asserteq(0x0438, utf_to_lower(0x0418)); in unicode_test_utf_to_lower()
/u-boot/lib/efi_loader/
A Defi_unicode_collation.c79 return utf_to_lower(utf16_get(string)); in next_lower()
214 *string = utf_to_lower(*string); in efi_str_lwr()
/u-boot/include/
A Dcharset.h166 s32 utf_to_lower(const s32 code);
/u-boot/lib/
A Dcharset.c315 s32 utf_to_lower(const s32 code) in utf_to_lower() function

Completed in 10 milliseconds