OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gb18030
(Results
1 - 2
of
2
) 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];
Completed in 159 milliseconds