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

  /src/lib/libc/citrus/modules/
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 13 milliseconds