Searched refs:utf8_utf16_strlen (Results 1 – 8 of 8) sorted by relevance
207 ut_asserteq(6, utf8_utf16_strlen(d1)); in unicode_test_utf8_utf16_strlen()208 ut_asserteq(8, utf8_utf16_strlen(d2)); in unicode_test_utf8_utf16_strlen()209 ut_asserteq(3, utf8_utf16_strlen(d3)); in unicode_test_utf8_utf16_strlen()210 ut_asserteq(6, utf8_utf16_strlen(d4)); in unicode_test_utf8_utf16_strlen()213 ut_asserteq(4, utf8_utf16_strlen(j1)); in unicode_test_utf8_utf16_strlen()214 ut_asserteq(4, utf8_utf16_strlen(j2)); in unicode_test_utf8_utf16_strlen()215 ut_asserteq(3, utf8_utf16_strlen(j3)); in unicode_test_utf8_utf16_strlen()
63 #define utf8_utf16_strlen(a) utf8_utf16_strnlen((a), SIZE_MAX) macro
81 size += (utf8_utf16_strlen((const char *)lo->optional_data) in efi_serialize_load_option()
409 2 * (utf8_utf16_strlen(dent->name) + 1); in dir_read()613 2 * (utf8_utf16_strlen(filename) + 1); in efi_file_getinfo()
35 len = sizeof(u16) * (utf8_utf16_strlen(str) + 1); in efi_str_to_u16()
884 2 * (utf8_utf16_strlen(path) + 1); in efi_dp_from_file()
57 size = utf8_utf16_strlen(env) + 1; in set_load_options()
147 size = (utf8_utf16_strlen(argv[0]) + 1) * sizeof(u16); in efi_dump_vars()