Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/iconv_modules/zh/common/
H A DUTF-8%HZ-GB-2312.c307 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;
H A DUTF-8%zh_CN.iso2022-7.c308 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;
H A DUTF-8%zh_CN.euc.c340 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()
H A DUTF-8%zh_CN.iso2022-CN.c241 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()
/titanic_50/usr/src/lib/iconv_modules/inc/
H A Dunicode_gb2312.h42 table_t unicode_gb_tab[UNICODEMAX] = { variable