Lines Matching refs:ncf
70 unsigned char ncf[30]; member
76 .ncf = {0x61, 0x62, 0x62, 0x61, 0x00},
81 .ncf = "abcdefghijklmnopqrstuvwxyz0.1",
87 .ncf = {0x73, 0x73, 0x00},
93 .ncf = {0x61, 0xcc, 0x8a, 0x00},
103 .ncf = {0xe1, 0x8e, 0xa0, 0x00},
108 .ncf = {0xe1, 0x8f, 0xb0, 0x00},
114 .ncf = {0xf0, 0x90, 0xb3, 0x83, 0x00},
121 .ncf = {0xf0, 0x90, 0x93, 0x9d, 0x00},
127 .ncf = {0xc9, 0xaa, 0x00},
134 .ncf = {0xe1, 0x83, 0x90, 0x00},
190 int nlen = strlen(nfdicf_test_data[i].ncf); in check_utf8_nfdicf()
204 KUNIT_EXPECT_EQ_MSG(test, c, nfdicf_test_data[i].ncf[j], in check_utf8_nfdicf()
206 c, nfdicf_test_data[i].ncf[j]); in check_utf8_nfdicf()
233 const struct qstr s2 = {.name = nfdicf_test_data[i].ncf, in check_utf8_comparisons()
234 .len = sizeof(nfdicf_test_data[i].ncf)}; in check_utf8_comparisons()