Lines Matching full:d2
39 static const char d2[] = {0x6b, 0x61, 0x66, 0x62, 0xc3, 0xa1, 0x74, 0x75, variable
86 ut_assert(!strncmp(&buf[2], d2, 7)); in unicode_test_string16()
126 s = d2; in unicode_test_utf8_get()
129 /* c2 is the utf-8 encoding of d2 */ in unicode_test_utf8_get()
134 ut_asserteq_ptr(s, d2 + 9) in unicode_test_utf8_get()
198 ut_asserteq(8, utf8_utf16_strlen(d2)); in unicode_test_utf8_utf16_strlen()
215 ut_asserteq(6, utf8_utf16_strnlen(d2, 6)); in unicode_test_utf8_utf16_strnlen()
259 utf8_utf16_strcpy(&pos, d2); in unicode_test_utf8_utf16_strcpy()
307 utf8_utf16_strncpy(&pos, d2, 10); in unicode_test_utf8_utf16_strncpy()
450 ut_asserteq_str(d2, buf); in unicode_test_utf16_utf8_strcpy()
499 ut_assert(!strncmp(buf, d2, SIZE_MAX)); in unicode_test_utf16_utf8_strncpy()