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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf_old.h538 #define UTF16_NEED_MULTIPLE_UCHAR(c) ((uint32_t)(c)>0xffff) macro
1017 * Same as UTF16_NEED_MULTIPLE_UCHAR.
1020 #define UTF_NEED_MULTIPLE_UCHAR(c) UTF16_NEED_MULTIPLE_UCHAR(c)
/external/icu/icu4c/source/common/unicode/
H A Dutf_old.h538 #define UTF16_NEED_MULTIPLE_UCHAR(c) ((uint32_t)(c)>0xffff) macro
1017 * Same as UTF16_NEED_MULTIPLE_UCHAR.
1020 #define UTF_NEED_MULTIPLE_UCHAR(c) UTF16_NEED_MULTIPLE_UCHAR(c)

Completed in 88 milliseconds