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