Searched refs:utf8_table (Results 1 – 1 of 1) sorted by relevance
28 struct utf8_table { struct36 static const struct utf8_table utf8_table[] = argument59 const struct utf8_table *t; in utf8_to_utf32()64 for (t = utf8_table; t->cmask; t++) { in utf8_to_utf32()90 const struct utf8_table *t; in utf32_to_utf8()100 for (t = utf8_table; t->cmask && maxout; t++, maxout--) { in utf32_to_utf8()