Lines Matching refs:dec
41 unsigned char dec[10]; member
47 .dec = "aBba",
55 .dec = {0xc2, 0xbc, 0x00},
61 .dec = {0x61, 0xcc, 0x88, 0x00},
67 .dec = {0xC7, 0x89, 0x00},
72 .dec = {0xC2, 0xB7, 0x00}
79 .dec = {0x41, 0xcc, 0xa8, 0xcc, 0x81, 0x0},
87 .dec = {0x61, 0xCC, 0xA8, 0xcc, 0x88, 0x00},
178 int nlen = strlen(nfdi_test_data[i].dec); in check_utf8_nfdi()
189 test_f((c == nfdi_test_data[i].dec[j]), in check_utf8_nfdi()
191 c, nfdi_test_data[i].dec[j]); in check_utf8_nfdi()
249 const struct qstr s2 = {.name = nfdi_test_data[i].dec, in check_utf8_comparisons()
250 .len = sizeof(nfdi_test_data[i].dec)}; in check_utf8_comparisons()