Home
last modified time | relevance | path

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

/linux/fs/unicode/
H A Dutf8-core.c14 if (utf8nlen(um, UTF8_NFDI, str->name, str->len) < 0) in utf8_validate()
26 if (utf8ncursor(&cur1, um, UTF8_NFDI, s1->name, s1->len) < 0) in utf8_strncmp()
29 if (utf8ncursor(&cur2, um, UTF8_NFDI, s2->name, s2->len) < 0) in utf8_strncmp()
147 if (utf8ncursor(&cur, um, UTF8_NFDI, str->name, str->len) < 0) in utf8_normalize()
190 um->ntab[UTF8_NFDI] = find_table_version(um->tables->utf8nfdidata, in utf8_load()
192 if (!um->ntab[UTF8_NFDI]) in utf8_load()
/linux/fs/unicode/tests/
H A Dutf8_kunit.c163 KUNIT_EXPECT_EQ(test, utf8len(um, UTF8_NFDI, nfdi_test_data[i].str), nlen); in check_utf8_nfdi()
164 KUNIT_EXPECT_EQ(test, utf8nlen(um, UTF8_NFDI, nfdi_test_data[i].str, len), in check_utf8_nfdi()
168 ret = utf8cursor(&u8c, um, UTF8_NFDI, nfdi_test_data[i].str); in check_utf8_nfdi()
/linux/include/linux/
H A Dunicode.h47 UTF8_NFDI = 0, enumerator