Home
last modified time | relevance | path

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

/u-boot/include/
A Dcharset.h129 size_t utf16_utf8_strnlen(const u16 *src, size_t count);
139 #define utf16_utf8_strlen(a) utf16_utf8_strnlen((a), SIZE_MAX)
/u-boot/test/
A Dunicode_ut.c452 ut_asserteq(3, utf16_utf8_strnlen(c1, 3)); in unicode_test_utf16_utf8_strnlen()
453 ut_asserteq(6, utf16_utf8_strnlen(c1, 13)); in unicode_test_utf16_utf8_strnlen()
454 ut_asserteq(7, utf16_utf8_strnlen(c2, 6)); in unicode_test_utf16_utf8_strnlen()
455 ut_asserteq(6, utf16_utf8_strnlen(c3, 2)); in unicode_test_utf16_utf8_strnlen()
456 ut_asserteq(8, utf16_utf8_strnlen(c4, 2)); in unicode_test_utf16_utf8_strnlen()
457 ut_asserteq(12, utf16_utf8_strnlen(c4, 3)); in unicode_test_utf16_utf8_strnlen()
/u-boot/lib/
A Dcharset.c275 size_t utf16_utf8_strnlen(const u16 *src, size_t count) in utf16_utf8_strnlen() function
A Dvsprintf.c289 for (i = 0; i < len && buf + utf16_utf8_strnlen(str, 1) <= end; ++i) { in string16()
/u-boot/cmd/
A Defidebug.c971 label_len = utf16_utf8_strnlen(lo.label, label_len16); in show_efi_boot_opt_data()
1194 label_len = utf16_utf8_strnlen(lo.label, label_len16); in show_efi_boot_order()

Completed in 10 milliseconds