Searched defs:U_IS_SURROGATE_LEAD (Results 1 – 2 of 2) sorted by relevance
202 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) macro