Lines Matching full:dec
36 unsigned char dec[10]; member
42 .dec = "aBba",
50 .dec = {0xc2, 0xbc, 0x00},
56 .dec = {0x61, 0xcc, 0x88, 0x00},
62 .dec = {0xC7, 0x89, 0x00},
67 .dec = {0xC2, 0xB7, 0x00}
74 .dec = {0x41, 0xcc, 0xa8, 0xcc, 0x81, 0x0},
82 .dec = {0x61, 0xCC, 0xA8, 0xcc, 0x88, 0x00},
177 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()
237 const struct qstr s2 = {.name = nfdi_test_data[i].dec, in check_utf8_comparisons()
238 .len = sizeof(nfdi_test_data[i].dec)}; in check_utf8_comparisons()