OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBU16_GET_SUPPLEMENTARY
(Results
1 - 5
of
5
) sorted by null
/external/libchrome/base/third_party/icu/
icu_utf.h
288
* Helper constant for
CBU16_GET_SUPPLEMENTARY
.
304
#define
CBU16_GET_SUPPLEMENTARY
(lead, trail) \
370
(c) =
CBU16_GET_SUPPLEMENTARY
((c), __c2); \
/external/libweave/third_party/chromium/base/third_party/icu/
icu_utf.h
281
* Helper constant for
CBU16_GET_SUPPLEMENTARY
.
297
#define
CBU16_GET_SUPPLEMENTARY
(lead, trail) \
362
(c)=
CBU16_GET_SUPPLEMENTARY
((c), __c2); \
/external/libchrome/base/strings/
utf_string_conversion_utils.cc
45
*code_point =
CBU16_GET_SUPPLEMENTARY
(src[*char_index],
/external/libchrome/base/json/
json_parser.cc
787
CBU16_GET_SUPPLEMENTARY
(code_unit16_high, code_unit16_low);
/external/libweave/third_party/chromium/base/json/
json_parser.cc
782
CBU16_GET_SUPPLEMENTARY
(code_unit16_high, code_unit16_low);
Completed in 37 milliseconds