Home
last modified time | relevance | path

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

/third_party/f2fs-tools/lib/
H A Dnls_utf8.c94 int i = ARRAY_SIZE(utf8agetab) - 1;
97 while (i >= 0 && utf8agetab[i] != 0) {
98 if (sb_utf8version == utf8agetab[i])
246 * an index into utf8agetab[]. With this we can filter code
497 leaf_age = utf8agetab[LEAF_GEN(leaf)];
526 leaf_age = utf8agetab[LEAF_GEN(leaf)];
554 leaf_age = utf8agetab[LEAF_GEN(leaf)];
583 leaf_age = utf8agetab[LEAF_GEN(leaf)];
612 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage)
641 if (utf8agetab[LEAF_GE
[all...]
H A Dutf8data.h8 static const unsigned int utf8agetab[] = { variable

Completed in 12 milliseconds