/third_party/icu/icu4c/source/common/ |
D | ustr_imp.h | 106 #define U8_COUNT_BYTES(leadByte) \ argument 117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
|
D | bytestrie.cpp | 32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
|
D | ucnvhz.cpp | 254 uint32_t leadByte = args->converter->toUnicodeStatus & 0xff; in UConverter_toUnicode_HZ_OFFSETS_LOGIC() local
|
/third_party/node/deps/icu-small/source/common/ |
D | ustr_imp.h | 106 #define U8_COUNT_BYTES(leadByte) \ argument 117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
|
D | bytestrie.cpp | 32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ustr_imp.h | 94 #define U8_COUNT_BYTES(leadByte) \ argument 105 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
|
D | bytestrie.cpp | 32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ustr_imp.h | 106 #define U8_COUNT_BYTES(leadByte) \ argument 117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
|
D | bytestrie.cpp | 32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | UTF8.java | 16 static int countTrailBytes(byte leadByte) { in countTrailBytes() 34 static int countBytes(byte leadByte) { in countBytes()
|
D | CharsetHZ.java | 152 int leadByte = toUnicodeStatus & 0xff; in decodeLoop() local
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | bytestrie.h | 210 int32_t leadByte=*pos++; in getValue() local 367 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() 381 int32_t leadByte=*pos++; in skipValue() local
|
D | utf8.h | 55 #define U8_COUNT_TRAIL_BYTES(leadByte) \ argument 70 #define U8_COUNT_TRAIL_BYTES_UNSAFE(leadByte) \ argument 80 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | bytestrie.h | 248 int32_t leadByte=*pos++; in getValue() local 406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() 420 int32_t leadByte=*pos++; in skipValue() local
|
D | utf8.h | 56 #define U8_COUNT_TRAIL_BYTES(leadByte) \ argument 71 #define U8_COUNT_TRAIL_BYTES_UNSAFE(leadByte) \ argument 81 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
|
/third_party/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 248 int32_t leadByte=*pos++; in getValue() local 406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() 420 int32_t leadByte=*pos++; in skipValue() local
|
D | utf8.h | 56 #define U8_COUNT_TRAIL_BYTES(leadByte) \ argument 71 #define U8_COUNT_TRAIL_BYTES_UNSAFE(leadByte) \ argument 81 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | bytestrie.h | 248 int32_t leadByte=*pos++; in getValue() local 406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() 420 int32_t leadByte=*pos++; in skipValue() local
|
D | utf8.h | 56 #define U8_COUNT_TRAIL_BYTES(leadByte) \ argument 71 #define U8_COUNT_TRAIL_BYTES_UNSAFE(leadByte) \ argument 81 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | BytesTrie.java | 729 private static int readValue(byte[] bytes, int pos, int leadByte) { in readValue() 744 private static int skipValue(int pos, int leadByte) { in skipValue() 758 int leadByte=bytes[pos++]&0xff; in skipValue() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 764 private static int readValue(byte[] bytes, int pos, int leadByte) { in readValue() 779 private static int skipValue(int pos, int leadByte) { in skipValue() 793 int leadByte=bytes[pos++]&0xff; in skipValue() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationdata.cpp | 320 int32_t leadByte = table[i]; in makeReorderRanges() local
|
/third_party/icu/icu4c/source/i18n/ |
D | collationdata.cpp | 320 int32_t leadByte = table[i]; in makeReorderRanges() local
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationdata.cpp | 320 int32_t leadByte = table[i]; in makeReorderRanges() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationdata.cpp | 320 int32_t leadByte = table[i]; in makeReorderRanges() local
|