Lines Matching refs:str

38 	unsigned char str[10];  member
44 .str = "aBba",
52 .str = {0xc2, 0xbc, 0x00},
58 .str = {0xc3, 0xa4, 0x00},
64 .str = {0xC7, 0x89, 0x00},
69 .str = {0xCE, 0x87, 0x00},
76 .str = {0x41, 0xcc, 0x81, 0xcc, 0xa8, 0x0},
83 .str = {0xc3, 0xa4, 0xCC, 0xA8, 0x00},
92 unsigned char str[30]; member
98 .str = {0x41, 0x42, 0x62, 0x61, 0x00},
103 .str = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0.1",
109 .str = {0xc3, 0x9f, 0x00},
115 .str = {0xC3, 0x85, 0x00},
125 .str = {0xea, 0xad, 0xb0, 0x00},
130 .str = {0xe1, 0x8f, 0xb8, 0x00},
136 .str = {0xf0, 0x90, 0xb2, 0x83, 0x00},
143 .str = {0xf0, 0x90, 0x92, 0xb5, 0x00},
149 .str = {0xea, 0x9e, 0xae, 0x00},
156 .str = {0xe1, 0xb2, 0x90, 0x00},
179 int len = strlen(nfdi_test_data[i].str); in check_utf8_nfdi()
184 test((utf8len(um, UTF8_NFDI, nfdi_test_data[i].str) == nlen)); in check_utf8_nfdi()
185 test((utf8nlen(um, UTF8_NFDI, nfdi_test_data[i].str, len) == in check_utf8_nfdi()
188 if (utf8cursor(&u8c, um, UTF8_NFDI, nfdi_test_data[i].str) < 0) in check_utf8_nfdi()
208 int len = strlen(nfdicf_test_data[i].str); in check_utf8_nfdicf()
213 test((utf8len(um, UTF8_NFDICF, nfdicf_test_data[i].str) == in check_utf8_nfdicf()
215 test((utf8nlen(um, UTF8_NFDICF, nfdicf_test_data[i].str, len) == in check_utf8_nfdicf()
219 nfdicf_test_data[i].str) < 0) in check_utf8_nfdicf()
238 const struct qstr s1 = {.name = nfdi_test_data[i].str, in check_utf8_comparisons()
239 .len = sizeof(nfdi_test_data[i].str)}; in check_utf8_comparisons()
248 const struct qstr s1 = {.name = nfdicf_test_data[i].str, in check_utf8_comparisons()
249 .len = sizeof(nfdicf_test_data[i].str)}; in check_utf8_comparisons()