Lines Matching full:dec
39 unsigned char dec[10]; member
45 .dec = "aBba",
53 .dec = {0xc2, 0xbc, 0x00},
59 .dec = {0x61, 0xcc, 0x88, 0x00},
65 .dec = {0xC7, 0x89, 0x00},
70 .dec = {0xC2, 0xB7, 0x00}
77 .dec = {0x41, 0xcc, 0xa8, 0xcc, 0x81, 0x0},
85 .dec = {0x61, 0xCC, 0xA8, 0xcc, 0x88, 0x00},
180 int nlen = strlen(nfdi_test_data[i].dec); in check_utf8_nfdi()
192 test_f((c == nfdi_test_data[i].dec[j]), in check_utf8_nfdi()
194 c, nfdi_test_data[i].dec[j]); in check_utf8_nfdi()
240 const struct qstr s2 = {.name = nfdi_test_data[i].dec, in check_utf8_comparisons()
241 .len = sizeof(nfdi_test_data[i].dec)}; in check_utf8_comparisons()