Lines Matching full:dec
16 unsigned char dec[10]; member
22 .dec = "aBba",
30 .dec = {0xc2, 0xbc, 0x00},
36 .dec = {0x61, 0xcc, 0x88, 0x00},
42 .dec = {0xC7, 0x89, 0x00},
47 .dec = {0xC2, 0xB7, 0x00}
54 .dec = {0x41, 0xcc, 0xa8, 0xcc, 0x81, 0x0},
62 .dec = {0x61, 0xCC, 0xA8, 0xcc, 0x88, 0x00},
158 int nlen = strlen(nfdi_test_data[i].dec); in check_utf8_nfdi()
172 KUNIT_EXPECT_EQ_MSG(test, c, nfdi_test_data[i].dec[j], in check_utf8_nfdi()
174 c, nfdi_test_data[i].dec[j]); in check_utf8_nfdi()
222 const struct qstr s2 = {.name = nfdi_test_data[i].dec, in check_utf8_comparisons()
223 .len = sizeof(nfdi_test_data[i].dec)}; in check_utf8_comparisons()