Searched refs:UTF8_NFDICF (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/unicode/ |
| H A 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()
|
| /linux-6.15/fs/unicode/tests/ |
| H A D | utf8_kunit.c | 195 KUNIT_EXPECT_EQ(test, utf8len(um, UTF8_NFDICF, nfdicf_test_data[i].str), in check_utf8_nfdicf() 197 KUNIT_EXPECT_EQ(test, utf8nlen(um, UTF8_NFDICF, nfdicf_test_data[i].str, len), in check_utf8_nfdicf() 200 ret = utf8cursor(&u8c, um, UTF8_NFDICF, nfdicf_test_data[i].str); in check_utf8_nfdicf()
|
| /linux-6.15/include/linux/ |
| H A D | unicode.h | 48 UTF8_NFDICF, enumerator
|