Searched refs:bmp_only (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dtable-to.c36 int bmp_only; local
56 bmp_only = (strcmp(charset,"UTF-8") == 0);
61 for (i = 0; i < (bmp_only ? 0x10000 : 0x110000); i++) {
H A Dtable-from.c33 static int bmp_only; variable
92 if (bmp_only && strlen(p) > 6)
123 bmp_only = (strcmp(charset,"UTF-8") == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tests/
H A Dtable-to.c36 int bmp_only; local
56 bmp_only = (strcmp(charset,"UTF-8") == 0 || strcmp(charset,"GB18030") == 0);
61 for (i = 0; i < (bmp_only ? 0x10000 : 0x30000); i++) {
H A Dtable-from.c33 static int bmp_only; variable
92 if (bmp_only && strlen(p) > 6)
123 bmp_only = (strcmp(charset,"UTF-8") == 0 || strcmp(charset,"GB18030") == 0);

Completed in 122 milliseconds