Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8-norm.c20 int i = ARRAY_SIZE(utf8agetab) - 1; in utf8version_is_supported()
23 while (i >= 0 && utf8agetab[i] != 0) { in utf8version_is_supported()
24 if (sb_utf8version == utf8agetab[i]) in utf8version_is_supported()
171 * an index into utf8agetab[]. With this we can filter code
421 leaf_age = utf8agetab[LEAF_GEN(leaf)]; in utf8agemax()
449 leaf_age = utf8agetab[LEAF_GEN(leaf)]; in utf8agemin()
476 leaf_age = utf8agetab[LEAF_GEN(leaf)]; in utf8nagemax()
504 leaf_age = utf8agetab[LEAF_GEN(leaf)]; in utf8nagemin()
532 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage) in utf8len()
560 if (utf8agetab[LEAF_GE in utf8nlen()
[all...]
/kernel/linux/linux-6.6/fs/unicode/
H A Dutf8-norm.c13 while (i >= 0 && um->tables->utf8agetab[i] != 0) { in utf8version_is_supported()
14 if (version == um->tables->utf8agetab[i]) in utf8version_is_supported()
154 * an index into ->utf8agetab[]. With this we can filter code
397 if (um->tables->utf8agetab[LEAF_GEN(leaf)] > in utf8nlen()
512 if (u8c->um->tables->utf8agetab[LEAF_GEN(leaf)] > in utf8byte()
H A Dutf8n.h69 const unsigned int *utf8agetab; member

Completed in 3 milliseconds