HomeSort by relevance Sort by last modified time
    Searched defs:GB18030 (Results 1 - 3 of 3) sorted by null

  /ndk/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];
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
CharacterSets.java 56 * GB18030 value: java.nio.charset.CharsetICU[GB18030]
297 public static final int GB18030 = 0x72;
331 GB18030,
360 public static final String MIMENAME_GB18030 = "gb18030";
  /external/zxing/core/
core.jar 

Completed in 27 milliseconds