Searched defs:U16_TRAIL (Results 1 – 2 of 2) sorted by relevance
131 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) macro
205 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff) | 0xdc00) macro