Searched refs:utf16_utf8_strlen (Results 1 – 5 of 5) sorted by relevance
436 ut_asserteq(6, utf16_utf8_strlen(c1)); in unicode_test_utf16_utf8_strlen()437 ut_asserteq(9, utf16_utf8_strlen(c2)); in unicode_test_utf16_utf8_strlen()438 ut_asserteq(9, utf16_utf8_strlen(c3)); in unicode_test_utf16_utf8_strlen()439 ut_asserteq(12, utf16_utf8_strlen(c4)); in unicode_test_utf16_utf8_strlen()442 ut_asserteq(4, utf16_utf8_strlen(i1)); in unicode_test_utf16_utf8_strlen()443 ut_asserteq(4, utf16_utf8_strlen(i2)); in unicode_test_utf16_utf8_strlen()444 ut_asserteq(3, utf16_utf8_strlen(i3)); in unicode_test_utf16_utf8_strlen()
139 #define utf16_utf8_strlen(a) utf16_utf8_strnlen((a), SIZE_MAX) macro
142 buflen = utf16_utf8_strlen(var_name16) + 1; in match_name()
159 buf = malloc(utf16_utf8_strlen(string) + 1); in efi_cout_output_string()
893 new_file_name = malloc(utf16_utf8_strlen(info->file_name) + 1); in efi_file_setinfo()
Completed in 9 milliseconds