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