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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSocket.cpp59 struct utf8_table { struct
67 static const struct utf8_table utf8_table[] = variable in typeref:struct:utf8_table
82 const struct utf8_table *t;
87 for (t = utf8_table; t->cmask; t++) {
111 const struct utf8_table *t;
115 for (t = utf8_table; t->cmask && maxlen; t++, maxlen--) {
136 if ((c & utf8_table[i].cmask) == utf8_table[i].cval) break;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nls/
H A Dnls_base.c28 struct utf8_table { struct
36 static const struct utf8_table utf8_table[] = variable in typeref:struct:utf8_table
59 const struct utf8_table *t;
64 for (t = utf8_table; t->cmask; t++) {
90 const struct utf8_table *t;
100 for (t = utf8_table; t->cmask && maxlen; t++, maxlen--) {

Completed in 159 milliseconds