/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Utf8.java | 184 private static int incompleteStateFor(int byte1, int byte2) { in incompleteStateFor() 188 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor() 595 int byte2 = buffer.get(index++); in partialIsValidUtf8() local 891 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 911 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 1109 int byte2; in partialIsValidUtf8NonAscii() local 1212 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 1232 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 1309 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local 1329 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Utf8.java | 184 private static int incompleteStateFor(int byte1, int byte2) { in incompleteStateFor() 188 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor() 595 int byte2 = buffer.get(index++); in partialIsValidUtf8() local 891 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 911 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 1109 int byte2; in partialIsValidUtf8NonAscii() local 1212 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 1232 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 1309 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local 1329 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local [all …]
|
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/ |
H A D | Utf8.java | 163 byte byte1, byte byte2, char[] resultArr, int resultPos) in handleTwoBytes() 177 byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) in handleThreeBytes() 192 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
|
/aosp_15_r20/external/cronet/third_party/ced/src/compact_enc_det/ |
H A D | compact_enc_det.cc | 2518 void UTF7BoostWhack(DetectEncodingState* destatep, int next_pair, uint8 byte2) { in UTF7BoostWhack() 2555 void HzBoostWhack(DetectEncodingState* destatep, uint8 byte2) { in HzBoostWhack() 2566 void BinaryBoostWhack(DetectEncodingState* destatep, uint8 byte1, uint8 byte2) { in BinaryBoostWhack() 3027 uint8 byte2 = destatep->interesting_pairs[AsciiPair][next_pair * 2 + 1]; in ActiveSpecialBoostWhack() local 3070 uint8 byte2 = destatep->interesting_pairs[OtherPair][next_pair * 2 + 1]; in ActiveSpecialBoostWhack() local 3175 bool RepeatedBigram(DetectEncodingState* destatep, uint8 byte1, uint8 byte2) { in RepeatedBigram() 3197 bool RepeatedBinary(DetectEncodingState* destatep, uint8 byte1, uint8 byte2) { in RepeatedBinary() 3284 uint8 byte2 = destatep->interesting_pairs[OtherPair][1]; in CalcReliable() local 3822 uint8 byte2 = destatep->interesting_pairs[OtherPair][next_pair * 2 + 1]; in BoostPrune() local 4304 uint8 byte2 = destatep->interesting_pairs[OtherPair][1]; in BoostPrune() local [all …]
|
/aosp_15_r20/external/oj-libjdwp/src/share/npt/ |
H A D | utf.c | 233 unsigned byte2, byte3, byte4, u21; in utf8sToUtf8m() local 274 unsigned byte1, byte2, byte3, byte4, byte5, byte6; in utf8mToUtf8sLength() local 341 unsigned byte1, byte2, byte3, byte4, byte5, byte6; in utf8mToUtf8s() local
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | collation.cpp | 71 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - step; in decTwoBytePrimaryByOneStep() local 98 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - 1; in decThreeBytePrimaryByOneStep() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | collation.cpp | 71 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - step; in decTwoBytePrimaryByOneStep() local 98 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - 1; in decThreeBytePrimaryByOneStep() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/base/ |
H A D | Utf8.java | 163 int byte2 = bytes[index++]; in isWellFormedSlowPath() local 178 int byte2 = bytes[index++]; in isWellFormedSlowPath() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/ |
H A D | Utf8.java | 163 int byte2 = bytes[index++]; in isWellFormedSlowPath() local 178 int byte2 = bytes[index++]; in isWellFormedSlowPath() local
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/ |
H A D | ClKernelLibrary.cpp | 99 const int byte2 = b64_invtab[str[c + 2]]; in decode_base64() local 112 const int byte2 = b64_invtab[str[c + 2]]; in decode_base64() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/util/ |
H A D | prefilter.rs | 694 byte2: u8, field 716 byte2: u8, field 876 byte2: u8, field 893 byte2: u8, field
|
/aosp_15_r20/external/pigweed/pw_base64/ |
H A D | base64.cc | 45 constexpr char BitGroup2Char(uint8_t byte1, uint8_t byte2 = 0) { in BitGroup2Char() 49 constexpr char BitGroup3Char(uint8_t byte2) { in BitGroup3Char()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/all/packedpair/ |
H A D | mod.rs | 38 byte2: u8, field 58 let byte2 = needle[usize::from(pair.index2())]; in with_pair() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/all/packedpair/ |
D | mod.rs | 38 byte2: u8, field 58 let byte2 = needle[usize::from(pair.index2())]; in with_pair() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/ |
D | prefilter.rs | 723 byte2: u8, field 762 byte2: u8, field 939 byte2: u8, field 967 byte2: u8, field
|
/aosp_15_r20/external/pdfium/core/fpdfapi/font/ |
H A D | cpdf_cmap.cpp | 370 uint8_t byte2 = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar() local 377 uint8_t byte2 = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar() local
|
/aosp_15_r20/external/webrtc/net/dcsctp/packet/ |
H A D | crc32c.cc | 24 uint8_t byte2 = crc32c >> 16; in GenerateCrc32C() local
|
/aosp_15_r20/external/protobuf/third_party/utf8_range/ |
H A D | naive.c | 48 const unsigned char byte2 = data[1]; in utf8_naive() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/utf8_range/ |
D | naive.c | 48 const unsigned char byte2 = data[1]; in utf8_naive() local
|
/aosp_15_r20/external/grpc-grpc/third_party/utf8_range/ |
H A D | naive.c | 48 const unsigned char byte2 = data[1]; in utf8_naive() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/third_party/utf8_range/ |
H A D | naive.c | 48 const unsigned char byte2 = data[1]; in utf8_naive() local
|
/aosp_15_r20/external/deqp-deps/amber/samples/ |
D | ppm.cc | 35 uint8_t byte2(uint32_t word) { in byte2() function
|
D | png.cc | 39 unsigned char byte2(uint32_t word) { in byte2() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | memclr_ppc64x.s | 39 byte2: label
|
/aosp_15_r20/external/libtextclassifier/native/utils/strings/ |
H A D | utf8.cc | 53 unsigned char byte2 = static_cast<unsigned char>(str[1]); in ValidCharToRune() local
|