Searched refs:U8_COUNT_TRAIL_BYTES (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf8.h71 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) macro
249 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); \
/external/icu4c/common/
H A Dutf_impl.c127 uint8_t count=U8_COUNT_TRAIL_BYTES(c);
128 U_ASSERT(count <= 5); /* U8_COUNT_TRAIL_BYTES returns value 0...5 */
250 uint8_t shouldCount=U8_COUNT_TRAIL_BYTES(b);
316 if(U8_COUNT_TRAIL_BYTES(b)>=(i-I)) {
H A Ducnv_u8.c824 if(i<U8_COUNT_TRAIL_BYTES(b)) {
890 toULimit=U8_COUNT_TRAIL_BYTES(b)+1;
963 toULimit=U8_COUNT_TRAIL_BYTES(b)+1;
H A Ducnvlat1.c409 utf8->mode=U8_COUNT_TRAIL_BYTES(b)+1;
H A Dustrtrns.cpp275 uint8_t count=U8_COUNT_TRAIL_BYTES(c);
344 uint8_t count=U8_COUNT_TRAIL_BYTES(c);
H A Ducnvmbcs.c4934 if(i<U8_COUNT_TRAIL_BYTES(b)) {
5027 toULimit=U8_COUNT_TRAIL_BYTES(b)+1;
5152 toULimit=U8_COUNT_TRAIL_BYTES(b)+1;
5234 if(i<U8_COUNT_TRAIL_BYTES(b)) {
5307 toULimit=U8_COUNT_TRAIL_BYTES(b)+1;
5462 toULimit=U8_COUNT_TRAIL_BYTES(b)+1;
/external/icu4c/common/unicode/
H A Dutf8.h74 * #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[leadByte])
80 #define U8_COUNT_TRAIL_BYTES(leadByte) \ macro
518 uint8_t __count=U8_COUNT_TRAIL_BYTES(__b); \
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c2561 if(length>=(1+U8_COUNT_TRAIL_BYTES(badUTF8[i][0]))) {
/external/icu4c/test/cintltst/
H A Dccapitst.c2521 if(length>=(1+U8_COUNT_TRAIL_BYTES(badUTF8[i][0]))) {

Completed in 225 milliseconds