Home
last modified time | relevance | path

Searched refs:countTrailBytes (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Ducnv_u8.cpp581 uint16_t countTrailBytes = U8_COUNT_TRAIL_BYTES(myByte); in ucnv_getNextUChar_UTF8() local
582 if (countTrailBytes == 0) { in ucnv_getNextUChar_UTF8()
591 if (((const char *)source + countTrailBytes) > args->sourceLimit) in ucnv_getNextUChar_UTF8()
594 uint16_t extraBytesToWrite = countTrailBytes + 1; in ucnv_getNextUChar_UTF8()
615 if(countTrailBytes == 2) { in ucnv_getNextUChar_UTF8()
621 } else if(countTrailBytes == 1) { 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() local
582 if (countTrailBytes == 0) { in ucnv_getNextUChar_UTF8()
591 if (((const char *)source + countTrailBytes) > args->sourceLimit) in ucnv_getNextUChar_UTF8()
594 uint16_t extraBytesToWrite = countTrailBytes + 1; in ucnv_getNextUChar_UTF8()
615 if(countTrailBytes == 2) { in ucnv_getNextUChar_UTF8()
621 } else if(countTrailBytes == 1) { 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() local
582 if (countTrailBytes == 0) { in ucnv_getNextUChar_UTF8()
591 if (((const char *)source + countTrailBytes) > args->sourceLimit) in ucnv_getNextUChar_UTF8()
594 uint16_t extraBytesToWrite = countTrailBytes + 1; in ucnv_getNextUChar_UTF8()
615 if(countTrailBytes == 2) { in ucnv_getNextUChar_UTF8()
621 } else if(countTrailBytes == 1) { in ucnv_getNextUChar_UTF8()
/third_party/icu/icu4c/source/common/
Ducnv_u8.cpp581 uint16_t countTrailBytes = U8_COUNT_TRAIL_BYTES(myByte); in ucnv_getNextUChar_UTF8() local
582 if (countTrailBytes == 0) { in ucnv_getNextUChar_UTF8()
591 if (((const char *)source + countTrailBytes) > args->sourceLimit) in ucnv_getNextUChar_UTF8()
594 uint16_t extraBytesToWrite = countTrailBytes + 1; in ucnv_getNextUChar_UTF8()
615 if(countTrailBytes == 2) { in ucnv_getNextUChar_UTF8()
621 } else if(countTrailBytes == 1) { in ucnv_getNextUChar_UTF8()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUTF8.java16 static int countTrailBytes(byte leadByte) { in countTrailBytes() method in UTF8
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h81 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
Dutf_old.h311 #define UTF8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h80 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
Dutf_old.h314 #define UTF8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
/third_party/node/deps/icu-small/source/common/unicode/
Dutf8.h81 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
Dutf_old.h311 #define UTF8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
/third_party/icu/icu4c/source/common/unicode/
Dutf8.h81 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
Dutf_old.h311 #define UTF8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument