Searched defs:U_IS_SURROGATE (Results 1 – 4 of 4) sorted by relevance
193 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) macro