Home
last modified time | relevance | path

Searched refs:U8_COUNT_TRAIL_BYTES (Results 1 – 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dstrtest.cpp221 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()
/third_party/node/deps/icu-small/source/tools/escapesrc/
Descapesrc.cpp263 int32_t trail = U8_COUNT_TRAIL_BYTES(linestr[pos]); in fixAt()
/third_party/flutter/skia/third_party/externals/icu/source/tools/escapesrc/
Descapesrc.cpp263 int32_t trail = U8_COUNT_TRAIL_BYTES(linestr[pos]); in fixAt()
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
Descapesrc.cpp263 int32_t trail = U8_COUNT_TRAIL_BYTES(linestr[pos]); in fixAt()
/third_party/icu/icu4c/source/tools/escapesrc/
Descapesrc.cpp263 int32_t trail = U8_COUNT_TRAIL_BYTES(linestr[pos]); in fixAt()
/third_party/icu/icu4c/source/common/unicode/
Dutf8.h56 #define U8_COUNT_TRAIL_BYTES(leadByte) \ macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h55 #define U8_COUNT_TRAIL_BYTES(leadByte) \ macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h56 #define U8_COUNT_TRAIL_BYTES(leadByte) \ macro
/third_party/node/deps/icu-small/source/common/unicode/
Dutf8.h56 #define U8_COUNT_TRAIL_BYTES(leadByte) \ macro
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dwrtjava.cpp295 trailBytes = U8_COUNT_TRAIL_BYTES(*(current + byteIndex)); in str_write_java()
/third_party/node/deps/icu-small/source/tools/genrb/
Dwrtjava.cpp295 trailBytes = U8_COUNT_TRAIL_BYTES(*(current + byteIndex)); in str_write_java()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dwrtjava.cpp295 trailBytes = U8_COUNT_TRAIL_BYTES(*(current + byteIndex)); in str_write_java()
/third_party/icu/icu4c/source/tools/genrb/
Dwrtjava.cpp295 trailBytes = U8_COUNT_TRAIL_BYTES(*(current + byteIndex)); in str_write_java()
/third_party/icu/icu4c/source/common/
Ducnv_u8.cpp581 uint16_t countTrailBytes = U8_COUNT_TRAIL_BYTES(myByte); in ucnv_getNextUChar_UTF8()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_u8.cpp581 uint16_t countTrailBytes = U8_COUNT_TRAIL_BYTES(myByte); in ucnv_getNextUChar_UTF8()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_u8.cpp581 uint16_t countTrailBytes = U8_COUNT_TRAIL_BYTES(myByte); in ucnv_getNextUChar_UTF8()
/third_party/node/deps/icu-small/source/common/
Ducnv_u8.cpp581 uint16_t countTrailBytes = U8_COUNT_TRAIL_BYTES(myByte); in ucnv_getNextUChar_UTF8()
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c2516 int32_t count=U8_COUNT_TRAIL_BYTES(s[0]); in isOneTruncatedUTF8()