OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBU16_LENGTH
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/strings/
utf_string_conversion_utils.cc
94
if (
CBU16_LENGTH
(code_point) == 1) {
/external/libchrome/base/third_party/icu/
icu_utf.h
377
#define
CBU16_LENGTH
(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
Completed in 343 milliseconds