Home | History | Annotate | Download | only in unicode

Lines Matching refs:UTF8_COUNT_TRAIL_BYTES

276 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
353 uint8_t __count=UTF8_COUNT_TRAIL_BYTES(c); \
391 (i)+=1+UTF8_COUNT_TRAIL_BYTES((s)[i]); \