Searched defs:UTF16_CHAR_LENGTH (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf_old.h541 #define UTF16_CHAR_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro
555 * UTF16_CHAR_LENGTH() and UTF_IS_ERROR(),
1024 * Same as UTF16_CHAR_LENGTH.
/external/icu/icu4c/source/common/unicode/
H A Dutf_old.h541 #define UTF16_CHAR_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro
555 * UTF16_CHAR_LENGTH() and UTF_IS_ERROR(),
1024 * Same as UTF16_CHAR_LENGTH.

Completed in 1966 milliseconds