Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/unicode/
H A Dutf16.h141 #define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dutf16.h141 #define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dutf16.h141 #define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro

Completed in 3 milliseconds