Home
last modified time | relevance | path

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

/u-boot/include/
A Dcharset.h58 size_t utf8_utf16_strnlen(const char *src, size_t count);
68 #define utf8_utf16_strlen(a) utf8_utf16_strnlen((a), SIZE_MAX)
/u-boot/test/
A Dunicode_ut.c238 ut_asserteq(3, utf8_utf16_strnlen(d1, 3)); in unicode_test_utf8_utf16_strnlen()
239 ut_asserteq(6, utf8_utf16_strnlen(d1, 13)); in unicode_test_utf8_utf16_strnlen()
240 ut_asserteq(6, utf8_utf16_strnlen(d2, 6)); in unicode_test_utf8_utf16_strnlen()
241 ut_asserteq(2, utf8_utf16_strnlen(d3, 2)); in unicode_test_utf8_utf16_strnlen()
242 ut_asserteq(4, utf8_utf16_strnlen(d4, 2)); in unicode_test_utf8_utf16_strnlen()
243 ut_asserteq(6, utf8_utf16_strnlen(d4, 3)); in unicode_test_utf8_utf16_strnlen()
246 ut_asserteq(4, utf8_utf16_strnlen(j1, 16)); in unicode_test_utf8_utf16_strnlen()
247 ut_asserteq(4, utf8_utf16_strnlen(j2, 16)); in unicode_test_utf8_utf16_strnlen()
248 ut_asserteq(3, utf8_utf16_strnlen(j3, 16)); in unicode_test_utf8_utf16_strnlen()
/u-boot/lib/
A Dcharset.c174 size_t utf8_utf16_strnlen(const char *src, size_t count) in utf8_utf16_strnlen() function
/u-boot/cmd/
A Dnvedit_efi.c525 len = utf8_utf16_strnlen(var_name, strlen(var_name)); in do_env_set_efi()
A Defidebug.c850 label_len16 = utf8_utf16_strnlen(argv[2], label_len); in do_efi_boot_add()

Completed in 9 milliseconds