Home
last modified time | relevance | path

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

/openbmc/u-boot/test/
H A Dunicode_ut.c411 ut_asserteq(6, utf16_utf8_strlen(c1)); in unicode_test_utf16_utf8_strlen()
412 ut_asserteq(9, utf16_utf8_strlen(c2)); in unicode_test_utf16_utf8_strlen()
413 ut_asserteq(9, utf16_utf8_strlen(c3)); in unicode_test_utf16_utf8_strlen()
414 ut_asserteq(12, utf16_utf8_strlen(c4)); in unicode_test_utf16_utf8_strlen()
417 ut_asserteq(4, utf16_utf8_strlen(i1)); in unicode_test_utf16_utf8_strlen()
418 ut_asserteq(4, utf16_utf8_strlen(i2)); in unicode_test_utf16_utf8_strlen()
419 ut_asserteq(3, utf16_utf8_strlen(i3)); in unicode_test_utf16_utf8_strlen()
/openbmc/u-boot/include/
H A Dcharset.h132 #define utf16_utf8_strlen(a) utf16_utf8_strnlen((a), SIZE_MAX) macro
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c72 len = PREFIX_LEN + utf16_utf8_strlen(variable_name) + 1; in efi_to_native()
H A Defi_console.c139 buf = malloc(utf16_utf8_strlen(string) + 1); in efi_cout_output_string()