| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| 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 …]
|
| /external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Utf8.java | 183 private static int incompleteStateFor(int byte1, int byte2) { in incompleteStateFor() 187 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor() 594 int byte2 = buffer.get(index++); in partialIsValidUtf8() local 890 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 910 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 1108 int byte2; in partialIsValidUtf8NonAscii() local 1211 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 1231 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 1308 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local 1328 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local [all …]
|
| /external/cronet/third_party/icu/source/i18n/ |
| 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
|
| /external/icu/icu4c/source/i18n/ |
| 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
|
| /external/flatbuffers/java/com/google/flatbuffers/ |
| 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()
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Utf8.java | 165 int byte2 = bytes[index++]; in isWellFormedSlowPath() local 180 int byte2 = bytes[index++]; in isWellFormedSlowPath() local
|
| /external/guava/android/guava/src/com/google/common/base/ |
| D | Utf8.java | 165 int byte2 = bytes[index++]; in isWellFormedSlowPath() local 180 int byte2 = bytes[index++]; in isWellFormedSlowPath() local
|
| /external/ComputeLibrary/src/gpu/cl/ |
| 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
|
| /external/webrtc/net/dcsctp/packet/ |
| D | crc32c.cc | 24 uint8_t byte2 = crc32c >> 16; in GenerateCrc32C() local
|
| /external/cronet/third_party/protobuf/third_party/utf8_range/ |
| D | naive.c | 48 const unsigned char byte2 = data[1]; in utf8_naive() local
|
| /external/protobuf/third_party/utf8_range/ |
| D | naive.c | 48 const unsigned char byte2 = data[1]; in utf8_naive() local
|
| /external/oj-libjdwp/src/share/npt/ |
| 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
|
| /external/pigweed/pw_base64/ |
| 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()
|
| /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
|
| /external/libtextclassifier/native/utils/strings/ |
| D | utf8.cc | 53 unsigned char byte2 = static_cast<unsigned char>(str[1]); in ValidCharToRune() local
|
| /external/pdfium/core/fpdfapi/font/ |
| 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
|
| /external/cronet/third_party/ced/src/compact_enc_det/ |
| 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 …]
|
| /external/rust/crates/aho-corasick/src/ |
| D | prefilter.rs | 723 byte2: u8, field 762 byte2: u8, field 939 byte2: u8, field 967 byte2: u8, field
|
| /external/dng_sdk/source/ |
| D | dng_iptc.cpp | 278 uint32 byte2 = stream.Get_uint8 (); in Parse() local
|
| /external/mesa3d/src/mesa/drivers/x11/ |
| D | xfonts.c | 167 unsigned int byte1 = 0, byte2 = 0; in isvalid() local
|
| /external/mesa3d/src/gallium/frontends/glx/xlib/ |
| D | glx_usefont.c | 169 unsigned int byte1 = 0, byte2 = 0; in isvalid() local
|
| /external/mesa3d/src/glx/ |
| D | xfont.c | 173 int byte1 = 0, byte2 = 0; in isvalid() local
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
| D | types.h | 179 using byte2 = Vec2<int8_t>; variable
|
| /external/scapy/scapy/ |
| D | utils6.py | 759 def matching_bits(byte1, byte2): argument
|