Home
last modified time | relevance | path

Searched refs:nfdicf_test_data (Results 1 – 1 of 1) sorted by relevance

/fs/unicode/tests/
A Dutf8_kunit.c71 } nfdicf_test_data[] = { variable
188 for (i = 0; i < ARRAY_SIZE(nfdicf_test_data); i++) { in check_utf8_nfdicf()
189 int len = strlen(nfdicf_test_data[i].str); in check_utf8_nfdicf()
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()
230 for (i = 0; i < ARRAY_SIZE(nfdicf_test_data); i++) { in check_utf8_comparisons()
231 const struct qstr s1 = {.name = nfdicf_test_data[i].str, in check_utf8_comparisons()
232 .len = sizeof(nfdicf_test_data[i].str)}; in check_utf8_comparisons()
233 const struct qstr s2 = {.name = nfdicf_test_data[i].ncf, in check_utf8_comparisons()
[all …]

Completed in 4 milliseconds