OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UTF8_IS_SINGLE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h
285
#define
UTF8_IS_SINGLE
(uchar) (((uchar)&0x80)==0)
[
all
...]
/external/icu4c/common/unicode/
utf_old.h
281
#define
UTF8_IS_SINGLE
(uchar) (((uchar)&0x80)==0)
[
all
...]
Completed in 129 milliseconds