Home
last modified time | relevance | path

Searched defs:U16_TRAIL (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
H A Dutf16.h132 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dutf16.h132 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dutf16.h132 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) macro
/third_party/node/deps/v8/src/inspector/
H A Dv8-string-conversions.cc174 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3FF) | 0xDC00) macro

Completed in 5 milliseconds