OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GB18030
(Results
1 - 4
of
4
) sorted by null
/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];
/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 304 milliseconds