Searched refs:U8_COUNT_TRAIL_BYTES (Results 1 – 18 of 18) sorted by relevance
221 if (U8_COUNT_TRAIL_BYTES(0x7F) != 0 in Test_UTF8_COUNT_TRAIL_BYTES()222 || U8_COUNT_TRAIL_BYTES(0xC2) != 1 in Test_UTF8_COUNT_TRAIL_BYTES()223 || U8_COUNT_TRAIL_BYTES(0xE0) != 2 in Test_UTF8_COUNT_TRAIL_BYTES()224 || U8_COUNT_TRAIL_BYTES(0xF0) != 3) { in Test_UTF8_COUNT_TRAIL_BYTES()
263 int32_t trail = U8_COUNT_TRAIL_BYTES(linestr[pos]); in fixAt()
56 #define U8_COUNT_TRAIL_BYTES(leadByte) \ macro
55 #define U8_COUNT_TRAIL_BYTES(leadByte) \ macro
295 trailBytes = U8_COUNT_TRAIL_BYTES(*(current + byteIndex)); in str_write_java()
581 uint16_t countTrailBytes = U8_COUNT_TRAIL_BYTES(myByte); in ucnv_getNextUChar_UTF8()
2516 int32_t count=U8_COUNT_TRAIL_BYTES(s[0]); in isOneTruncatedUTF8()