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