OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBU16_IS_LEAD
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/third_party/icu/
icu_utf.h
260
#define
CBU16_IS_LEAD
(c) (((c)&0xfffffc00)==0xd800)
366
if (
CBU16_IS_LEAD
(c)) { \
/external/libweave/third_party/chromium/base/third_party/icu/
icu_utf.h
253
#define
CBU16_IS_LEAD
(c) (((c)&0xfffffc00)==0xd800)
358
if(
CBU16_IS_LEAD
(c)) { \
Completed in 34 milliseconds