Searched defs:U16_LENGTH (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dutf16.h138 #define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dutf16.h140 #define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dutf16.h140 #define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dutf16.h140 #define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Dutf16.h140 #define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro

Completed in 132 milliseconds