OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:U8_IS_LEAD
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utf8.h
146
#define
U8_IS_LEAD
(c) ((uint8_t)((c)-0xc0)<0x3e)
303
} else if(
U8_IS_LEAD
(c)) { \
403
if(
U8_IS_LEAD
(__b)) { \
/external/icu4c/common/unicode/
utf8.h
172
#define
U8_IS_LEAD
(c) ((uint8_t)((c)-0xc0)<0x3e)
517
if(
U8_IS_LEAD
(__b)) { \
Completed in 27 milliseconds