Lines Matching refs:ncf
93 unsigned char ncf[30]; member
99 .ncf = {0x61, 0x62, 0x62, 0x61, 0x00},
104 .ncf = "abcdefghijklmnopqrstuvwxyz0.1",
110 .ncf = {0x73, 0x73, 0x00},
116 .ncf = {0x61, 0xcc, 0x8a, 0x00},
126 .ncf = {0xe1, 0x8e, 0xa0, 0x00},
131 .ncf = {0xe1, 0x8f, 0xb0, 0x00},
137 .ncf = {0xf0, 0x90, 0xb3, 0x83, 0x00},
144 .ncf = {0xf0, 0x90, 0x93, 0x9d, 0x00},
150 .ncf = {0xc9, 0xaa, 0x00},
157 .ncf = {0xe1, 0x83, 0x90, 0x00},
209 int nlen = strlen(nfdicf_test_data[i].ncf); in check_utf8_nfdicf()
223 test_f((c == nfdicf_test_data[i].ncf[j]), in check_utf8_nfdicf()
225 c, nfdicf_test_data[i].ncf[j]); in check_utf8_nfdicf()
250 const struct qstr s2 = {.name = nfdicf_test_data[i].ncf, in check_utf8_comparisons()
251 .len = sizeof(nfdicf_test_data[i].ncf)}; in check_utf8_comparisons()