Searched defs:UTF_FIRST_SURROGATE (Results 1 – 5 of 5) sorted by relevance
550 #define UTF_FIRST_SURROGATE(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) macro