Lines Matching refs:c2
27 static const u16 c2[] = {0x6b, 0x61, 0x66, 0x62, 0xe1, 0x74, 0x75, 0x72, 0x00}; variable
63 ut_asserteq(8, u16_strlen(c2)); in unicode_test_u16_strlen()
103 sprintf(buf, "%8.6ls", c2); in unicode_test_string16()
149 ut_asserteq(c2[i], code); in unicode_test_utf8_get()
286 ut_assert(!unicode_test_u16_strcmp(buf, c2, SIZE_MAX)); in unicode_test_utf8_utf16_strcpy()
335 ut_assert(!unicode_test_u16_strcmp(buf, c2, SIZE_MAX)); in unicode_test_utf8_utf16_strncpy()
369 s = c2; in unicode_test_utf16_get()
372 ut_asserteq(c2[i], code); in unicode_test_utf16_get()
376 ut_asserteq_ptr(c2 + 8, s); in unicode_test_utf16_get()
420 ut_asserteq(6, utf16_strnlen(c2, 6)); in unicode_test_utf16_strnlen()
437 ut_asserteq(9, utf16_utf8_strlen(c2)); in unicode_test_utf16_utf8_strlen()
454 ut_asserteq(7, utf16_utf8_strnlen(c2, 6)); in unicode_test_utf16_utf8_strnlen()
473 utf16_utf8_strcpy(&pos, c2); in unicode_test_utf16_utf8_strcpy()
521 utf16_utf8_strncpy(&pos, c2, 10); in unicode_test_utf16_utf8_strncpy()
601 ut_asserteq_64(u16_strsize(c2), 18); in unicode_test_u16_strsize()