OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBU16_IS_TRAIL
(Results
1 - 5
of
5
) sorted by null
/external/libchrome/base/third_party/icu/
icu_utf.h
268
#define
CBU16_IS_TRAIL
(c) (((c)&0xfffffc00)==0xdc00)
368
if ((i) < (length) &&
CBU16_IS_TRAIL
(__c2 = (s)[(i)])) { \
/external/libweave/third_party/chromium/base/third_party/icu/
icu_utf.h
261
#define
CBU16_IS_TRAIL
(c) (((c)&0xfffffc00)==0xdc00)
360
if((i)<(length) &&
CBU16_IS_TRAIL
(__c2=(s)[(i)])) { \
/external/libchrome/base/strings/
utf_string_conversion_utils.cc
39
!
CBU16_IS_TRAIL
(src[*char_index + 1])) {
/external/libchrome/base/json/
json_parser.cc
782
if (!
CBU16_IS_TRAIL
(code_unit16_low)) {
/external/libweave/third_party/chromium/base/json/
json_parser.cc
777
if (!
CBU16_IS_TRAIL
(code_unit16_low)) {
Completed in 132 milliseconds