OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBU8_IS_LEAD
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/third_party/icu/
icu_utf.h
133
#define
CBU8_IS_LEAD
(c) ((uint8)((c)-0xc0)<0x3e)
195
if(
CBU8_IS_LEAD
(c)) { \
/external/chromium_org/base/third_party/icu/
icu_utf.h
134
#define
CBU8_IS_LEAD
(c) ((uint8)((c)-0xc0)<0x3e)
196
if(
CBU8_IS_LEAD
(c)) { \
Completed in 75 milliseconds