Searched refs:utf_to_lower (Results 1 – 4 of 4) sorted by relevance
528 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()
159 s32 utf_to_lower(const s32 code);
203 *string = utf_to_lower(*string); in efi_str_lwr()
300 s32 utf_to_lower(const s32 code) in utf_to_lower() function