Searched refs:UTF8_NFDICF (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/unicode/
H A Dutf8-core.c52 if (utf8ncursor(&cur1, um, UTF8_NFDICF, s1->name, s1->len) < 0)
55 if (utf8ncursor(&cur2, um, UTF8_NFDICF, s2->name, s2->len) < 0)
83 if (utf8ncursor(&cur1, um, UTF8_NFDICF, s1->name, s1->len) < 0)
105 if (utf8ncursor(&cur, um, UTF8_NFDICF, str->name, str->len) < 0)
128 if (utf8ncursor(&cur, um, UTF8_NFDICF, str->name, str->len) < 0)
194 um->ntab[UTF8_NFDICF] = find_table_version(um->tables->utf8nfdicfdata,
196 if (!um->ntab[UTF8_NFDICF])
H A Dutf8-selftest.c213 test((utf8len(um, UTF8_NFDICF, nfdicf_test_data[i].str) ==
215 test((utf8nlen(um, UTF8_NFDICF, nfdicf_test_data[i].str, len) ==
218 if (utf8cursor(&u8c, um, UTF8_NFDICF,
/linux-master/include/linux/
H A Dunicode.h46 UTF8_NFDICF, enumerator in enum:utf8_normalization

Completed in 131 milliseconds