Home
last modified time | relevance | path

Searched refs:utf16_utf8_strlen (Results 1 – 5 of 5) sorted by relevance

/u-boot/test/
A Dunicode_ut.c436 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()
/u-boot/include/
A Dcharset.h139 #define utf16_utf8_strlen(a) utf16_utf8_strnlen((a), SIZE_MAX) macro
/u-boot/cmd/
A Dnvedit_efi.c142 buflen = utf16_utf8_strlen(var_name16) + 1; in match_name()
/u-boot/lib/efi_loader/
A Defi_console.c159 buf = malloc(utf16_utf8_strlen(string) + 1); in efi_cout_output_string()
A Defi_file.c893 new_file_name = malloc(utf16_utf8_strlen(info->file_name) + 1); in efi_file_setinfo()

Completed in 9 milliseconds