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