Home
last modified time | relevance | path

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

/linux/fs/unicode/
H A Dutf8-selftest.c94 } nfdicf_test_data[] = { variable
207 for (i = 0; i < ARRAY_SIZE(nfdicf_test_data); i++) { in check_utf8_nfdicf()
208 int len = strlen(nfdicf_test_data[i].str); in check_utf8_nfdicf()
209 int nlen = strlen(nfdicf_test_data[i].ncf); 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()
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()
247 for (i = 0; i < ARRAY_SIZE(nfdicf_test_data); i++) { in check_utf8_comparisons()
[all …]