Home
last modified time | relevance | path

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

/fs/unicode/tests/
A Dutf8_kunit.c17 } nfdi_test_data[] = { variable
156 for (i = 0; i < ARRAY_SIZE(nfdi_test_data); i++) { in check_utf8_nfdi()
157 int len = strlen(nfdi_test_data[i].str); in check_utf8_nfdi()
158 int nlen = strlen(nfdi_test_data[i].dec); in check_utf8_nfdi()
172 KUNIT_EXPECT_EQ_MSG(test, c, nfdi_test_data[i].dec[j], in check_utf8_nfdi()
174 c, nfdi_test_data[i].dec[j]); in check_utf8_nfdi()
219 for (i = 0; i < ARRAY_SIZE(nfdi_test_data); i++) { in check_utf8_comparisons()
220 const struct qstr s1 = {.name = nfdi_test_data[i].str, in check_utf8_comparisons()
221 .len = sizeof(nfdi_test_data[i].str)}; in check_utf8_comparisons()
222 const struct qstr s2 = {.name = nfdi_test_data[i].dec, in check_utf8_comparisons()
[all …]

Completed in 5 milliseconds