Home
last modified time | relevance | path

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

/openbmc/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()
H A Dutf8-selftest.c184 test((utf8len(um, UTF8_NFDI, nfdi_test_data[i].str) == nlen)); in check_utf8_nfdi()
185 test((utf8nlen(um, UTF8_NFDI, nfdi_test_data[i].str, len) == in check_utf8_nfdi()
188 if (utf8cursor(&u8c, um, UTF8_NFDI, nfdi_test_data[i].str) < 0) in check_utf8_nfdi()
/openbmc/linux/include/linux/
H A Dunicode.h45 UTF8_NFDI = 0, enumerator