Searched defs:UTF_IS_SURROGATE (Results 1 – 2 of 2) sorted by relevance
250 #define UTF_IS_SURROGATE(uchar) (((uchar)&0xfffff800)==0xd800) macro