Searched defs:UTF8_IS_SINGLE (Results 1 – 3 of 3) sorted by relevance
314 #define UTF8_IS_SINGLE(uchar) (((uchar)&0x80)==0) macro