HomeSort by relevance Sort by last modified time
    Searched refs:gb18030 (Results 1 - 8 of 8) sorted by null

  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
fontconfig.properties.src 33 allfonts.chinese-gb18030=SimSun-18030
171 sequence.serif.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
172 sequence.sansserif.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
173 sequence.monospaced.GB18030=chinese-gb18030,alphabetic,dingbats,symbol
174 sequence.dialog.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
175 sequence.dialoginput.GB18030=alphabetic,chinese-gb18030,dingbats,symbo
    [all...]
  /external/icu/icu4c/source/data/mappings/
ucmcore.mk 27 ibm-1383_P110-1999.ucm ibm-1386_P100-2001.ucm gb18030.ucm\
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_cn.c 154 * GB18030 codec
157 ENCODER(gb18030)
245 DECODER(gb18030)
440 CODEC_STATELESS(gb18030)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_cn.c 154 * GB18030 codec
157 ENCODER(gb18030)
245 DECODER(gb18030)
440 CODEC_STATELESS(gb18030)
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_cn.c 154 * GB18030 codec
157 ENCODER(gb18030)
245 DECODER(gb18030)
440 CODEC_STATELESS(gb18030)
  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
iconv.c 20 #define GB18030 0330
49 "gb18030\0\0\330"
65 static const unsigned short gb18030[126][190] = { variable
66 #include "gb18030.h"
262 case GB18030:
270 if (d-'0'>9 || type != GB18030)
287 if (gb18030[i][j]-d <= c-d)
296 c = gb18030[c][d];
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
iconv.c 20 #define GB18030 0330
49 "gb18030\0\0\330"
65 static const unsigned short gb18030[126][190] = { variable
66 #include "gb18030.h"
262 case GB18030:
270 if (d-'0'>9 || type != GB18030)
287 if (gb18030[i][j]-d <= c-d)
296 c = gb18030[c][d];
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 739 OpenCloseTest(gb18030,ucnv,open,{},("gb18030",&setupStatus),{})

Completed in 9650 milliseconds