Searched refs:UTF8_NFDI (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/fs/unicode/ |
D | utf8-core.c | 14 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()
|
D | utf8-selftest.c | 184 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()
|
/linux-5.19.10/include/linux/ |
D | unicode.h | 45 UTF8_NFDI = 0, enumerator
|