Searched defs:UTF8_IS_TRAIL (Results 1 – 2 of 2) sorted by relevance
321 #define UTF8_IS_TRAIL(uchar) (((uchar)&0xc0)==0x80) macro