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