Searched refs:U8_COUNT_TRAIL_BYTES (Results 1 – 6 of 6) sorted by relevance
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) macro218 uint8_t __count=U8_COUNT_TRAIL_BYTES(c); \331 (i)+=1+U8_COUNT_TRAIL_BYTES((s)[i]); \348 uint8_t __count=U8_COUNT_TRAIL_BYTES(__b); \
71 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) macro249 uint8_t __count=U8_COUNT_TRAIL_BYTES(c); \387 (i)+=1+U8_COUNT_TRAIL_BYTES((s)[i]); \404 uint8_t __count=U8_COUNT_TRAIL_BYTES(__b); \
2567 if(length>=(1+U8_COUNT_TRAIL_BYTES(badUTF8[i][0]))) { in testFromTruncatedUTF8()