OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:U16_LENGTH
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utf16.h
140
#define
U16_LENGTH
(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
/external/icu4c/common/unicode/
utf16.h
138
#define
U16_LENGTH
(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
Completed in 236 milliseconds