Home
last modified time | relevance | path

Searched refs:utf8_table (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nls/
H A Dnls_base.c28 struct utf8_table { struct
36 static const struct utf8_table utf8_table[] = argument
59 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()