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