OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINEAR_18030
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c
366
#define
LINEAR_18030
(a, b, c, d) ((((a)*10+(b))*126L+(c))*10L+(d))
368
#define LINEAR_18030_BASE
LINEAR_18030
(0x81, 0x30, 0x81, 0x30)
370
#define LINEAR(x)
LINEAR_18030
(x>>24, (x>>16)&0xff, (x>>8)&0xff, x&0xff)
[
all
...]
/external/icu4c/common/
ucnvmbcs.c
368
#define
LINEAR_18030
(a, b, c, d) ((((a)*10+(b))*126L+(c))*10L+(d))
370
#define LINEAR_18030_BASE
LINEAR_18030
(0x81, 0x30, 0x81, 0x30)
372
#define LINEAR(x)
LINEAR_18030
(x>>24, (x>>16)&0xff, (x>>8)&0xff, x&0xff)
[
all
...]
Completed in 844 milliseconds