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