Home | History | Annotate | Download | only in unicode

Lines Matching refs:__count

385         uint8_t __count=UTF8_COUNT_TRAIL_BYTES(c); \
386 UTF8_MASK_LEAD_BYTE(c, __count); \
387 switch(__count) { \
474 uint8_t __b, __count=1, __shift=6; \
481 UTF8_MASK_LEAD_BYTE(__b, __count); \
486 ++__count; \