HomeSort by: relevance | last modified time | path
    Searched defs:GB2312 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/citrus/modules/
citrus_zw.c 62 NONE, AMBIGIOUS, ASCII, GB2312
217 psenc->charset = GB2312;
220 case GB2312:
314 psenc->charset = GB2312;
317 case GB2312:
345 psenc->charset = GB2312;
347 case GB2312:
389 case GB2312:
430 case GB2312:
citrus_hz.c 60 * GB2312 00000000 00000000 0xxxxxxx gxxxxxxx
67 CTRL = 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4
78 /* GB2312 */ RANGE(0x21, 0x7E),
123 graphic_t *ascii, *gb2312; member in struct:__anon05720b390408
310 if (graphic->charset > GB2312)
370 graphic = ei->gb2312;
622 } else if (_bcs_strncasecmp("GB2312", s, 6) == 0) {
625 graphic->charset = GB2312;
627 ei->gb2312 = graphic;

Completed in 14 milliseconds