Home | History | Annotate | Download | only in unicode

Lines Matching refs:UTF8_IS_LEAD

283 #define UTF8_IS_LEAD(uchar) ((uint8_t)((uchar)-0xc0)<0x3e)
408 if(UTF8_IS_LEAD(c)) { \