OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SBCS_RESULT_FROM_LOW_BMP
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnvmbcs.h
297
#define
SBCS_RESULT_FROM_LOW_BMP
(table, results, c) (results)[ (table)[(c)>>6] +((c)&0x3f) ]
/external/icu4c/common/
ucnvmbcs.h
300
#define
SBCS_RESULT_FROM_LOW_BMP
(table, results, c) (results)[ (table)[(c)>>6] +((c)&0x3f) ]
Completed in 51 milliseconds