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/libchrome/base/third_party/icu/
icu_utf.h
133
#define
CBU8_IS_LEAD
(c) ((uint8_t)((c)-0xc0) < 0x3e)
200
if (
CBU8_IS_LEAD
(c)) { \
/external/libweave/third_party/chromium/base/third_party/icu/
icu_utf.h
134
#define
CBU8_IS_LEAD
(c) ((uint8_t)((c)-0xc0)<0x3e)
196
if(
CBU8_IS_LEAD
(c)) { \
Completed in 52 milliseconds