Searched refs:unicode_gb_tab (Results 1 – 5 of 5) sorted by relevance
307 if (unicode_gb_tab[l].key == unicode) {311 if (unicode_gb_tab[h].key == unicode) {316 if (unicode_gb_tab[i].key == unicode)318 if (unicode_gb_tab[i].key < unicode)322 if (unicode == unicode_gb_tab[i].key) {323 gb = unicode_gb_tab[i].value;
308 if (unicode_gb_tab[l].key == unicode) {312 if (unicode_gb_tab[h].key == unicode) {317 if (unicode_gb_tab[i].key == unicode)319 if (unicode_gb_tab[i].key < unicode)323 if (unicode == unicode_gb_tab[i].key) {324 gb = unicode_gb_tab[i].value;
340 if (unicode_gb_tab[l].key == unicode) { in unicode_to_gb()344 if (unicode_gb_tab[h].key == unicode) { in unicode_to_gb()349 if (unicode_gb_tab[i].key == unicode) in unicode_to_gb()351 if (unicode_gb_tab[i].key < unicode) in unicode_to_gb()355 if (unicode == unicode_gb_tab[i].key) { in unicode_to_gb()356 gb = unicode_gb_tab[i].value; in unicode_to_gb()
241 if ((index = binary_search(key, unicode_gb_tab, UNICODEMAX)) != -1) { /* GB code set */ in _icv_iconv()242 gbk = unicode_gb_tab[index].value; in _icv_iconv()
42 table_t unicode_gb_tab[UNICODEMAX] = { variable