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

/linux-master/fs/unicode/
H A Dutf8-core.c14 if (utf8nlen(um, UTF8_NFDI, str->name, str->len) < 0)
26 if (utf8ncursor(&cur1, um, UTF8_NFDI, s1->name, s1->len) < 0)
29 if (utf8ncursor(&cur2, um, UTF8_NFDI, s2->name, s2->len) < 0)
147 if (utf8ncursor(&cur, um, UTF8_NFDI, str->name, str->len) < 0)
190 um->ntab[UTF8_NFDI] = find_table_version(um->tables->utf8nfdidata,
192 if (!um->ntab[UTF8_NFDI])
H A Dutf8-selftest.c184 test((utf8len(um, UTF8_NFDI, nfdi_test_data[i].str) == nlen));
185 test((utf8nlen(um, UTF8_NFDI, nfdi_test_data[i].str, len) ==
188 if (utf8cursor(&u8c, um, UTF8_NFDI, nfdi_test_data[i].str) < 0)
/linux-master/include/linux/
H A Dunicode.h45 UTF8_NFDI = 0, enumerator in enum:utf8_normalization

Completed in 116 milliseconds