Searched refs:UNICODEMAX (Results 1 – 7 of 7) sorted by relevance
39 #define UNICODEMAX 63360 macro41 table_t unicode_gbk_tab[UNICODEMAX] = {
40 #define UNICODEMAX 7450 macro42 table_t unicode_gb_tab[UNICODEMAX] = {
306 for (l = 0, h = UNICODEMAX; l < h; ) {
307 for (l = 0, h = UNICODEMAX; l < h; ) {
339 for (l = 0, h = UNICODEMAX; l < h; ) { in unicode_to_gb()
456 *unidx = binsearch(unicode, unicode_gbk_tab, UNICODEMAX); in get_gbk_by_unicode()
241 if ((index = binary_search(key, unicode_gb_tab, UNICODEMAX)) != -1) { /* GB code set */ in _icv_iconv()