Searched refs:UTF8_NFDICF (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/unicode/ |
D | utf8-core.c | 52 if (utf8ncursor(&cur1, um, UTF8_NFDICF, s1->name, s1->len) < 0) in utf8_strncasecmp() 55 if (utf8ncursor(&cur2, um, UTF8_NFDICF, s2->name, s2->len) < 0) in utf8_strncasecmp() 83 if (utf8ncursor(&cur1, um, UTF8_NFDICF, s1->name, s1->len) < 0) in utf8_strncasecmp_folded() 105 if (utf8ncursor(&cur, um, UTF8_NFDICF, str->name, str->len) < 0) in utf8_casefold() 128 if (utf8ncursor(&cur, um, UTF8_NFDICF, str->name, str->len) < 0) in utf8_casefold_hash() 194 um->ntab[UTF8_NFDICF] = find_table_version(um->tables->utf8nfdicfdata, in utf8_load() 196 if (!um->ntab[UTF8_NFDICF]) in utf8_load()
|
D | utf8-selftest.c | 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() 218 if (utf8cursor(&u8c, um, UTF8_NFDICF, in check_utf8_nfdicf()
|
/linux-6.1.9/include/linux/ |
D | unicode.h | 46 UTF8_NFDICF, enumerator
|