Home
last modified time | relevance | path

Searched defs:leadByte (Results 1 – 25 of 35) sorted by relevance

12

/third_party/icu/icu4c/source/common/
Dustr_imp.h106 #define U8_COUNT_BYTES(leadByte) \ argument
117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
Ducnvhz.cpp254 uint32_t leadByte = args->converter->toUnicodeStatus & 0xff; in UConverter_toUnicode_HZ_OFFSETS_LOGIC() local
/third_party/node/deps/icu-small/source/common/
Dustr_imp.h106 #define U8_COUNT_BYTES(leadByte) \ argument
117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dustr_imp.h94 #define U8_COUNT_BYTES(leadByte) \ argument
105 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
/third_party/skia/third_party/externals/icu/source/common/
Dustr_imp.h106 #define U8_COUNT_BYTES(leadByte) \ argument
117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUTF8.java16 static int countTrailBytes(byte leadByte) { in countTrailBytes()
34 static int countBytes(byte leadByte) { in countBytes()
DCharsetHZ.java152 int leadByte = toUnicodeStatus & 0xff; in decodeLoop() local
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h210 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
Dutf8.h55 #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/
Dbytestrie.h248 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
Dutf8.h56 #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/
Dbytestrie.h248 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
Dutf8.h56 #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/
Dbytestrie.h248 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
Dutf8.h56 #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/
DBytesTrie.java729 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/
DBytesTrie.java764 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/
Dcollationdata.cpp320 int32_t leadByte = table[i]; in makeReorderRanges() local
/third_party/icu/icu4c/source/i18n/
Dcollationdata.cpp320 int32_t leadByte = table[i]; in makeReorderRanges() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationdata.cpp320 int32_t leadByte = table[i]; in makeReorderRanges() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationdata.cpp320 int32_t leadByte = table[i]; in makeReorderRanges() local

12