Lines Matching refs:UTF_FIRST_SURROGATE
517 #define UTF_FIRST_SURROGATE(supplementary) (UChar)(((supplementary)>>10)+0xd7c0)523 #define UTF16_LEAD(supplementary) UTF_FIRST_SURROGATE(supplementary)