Searched refs:j2 (Results 1 - 1 of 1) sorted by last modified time

/u-boot/test/
H A Dunicode_ut.c56 static const char j2[] = {0x6a, 0x32, 0xc3, 0xc3, 0x6c, 0x00}; variable
271 ut_asserteq(4, utf8_utf16_strlen(j2));
289 ut_asserteq(4, utf8_utf16_strnlen(j2, 16));
347 utf8_utf16_strcpy(&pos, j2);
349 ut_assert(!unicode_test_u16_strcmp(buf, u"j2?l", SIZE_MAX));
728 utf8_to_cp437_stream_helper(j2, buf);
777 utf8_to_utf32_stream_helper(j2, buf);

Completed in 43 milliseconds