/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Utf8.java | 179 private static int incompleteStateFor(int byte1) { in incompleteStateFor() 183 private static int incompleteStateFor(int byte1, int byte2) { in incompleteStateFor() 187 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor() 194 int byte1 = bytes[index - 1]; in incompleteStateFor() local 208 final ByteBuffer buffer, final int byte1, final int index, final int remaining) { in incompleteStateFor() 547 int byte1; in partialIsValidUtf8() local 874 int byte1 = (byte) state; in partialIsValidUtf8() local 1107 int byte1; in partialIsValidUtf8NonAscii() local 1195 int byte1 = (byte) state; in partialIsValidUtf8() local 1292 final int byte1 = (byte) state; in partialIsValidUtf8Direct() local [all …]
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | Utf8.java | 104 static void handleOneByte(byte byte1, char[] resultArr, int resultPos) { in handleOneByte() 109 byte byte1, byte byte2, char[] resultArr, int resultPos) in handleTwoBytes() 123 byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) in handleThreeBytes() 138 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
|
/external/capstone/arch/X86/ |
D | X86DisassemblerDecoder.c | 682 uint8_t byte1, byte2; in readPrefixes() local 743 uint8_t byte1; in readPrefixes() local 783 uint8_t byte1; in readPrefixes() local 815 uint8_t byte1; in readPrefixes() local
|
/external/oj-libjdwp/src/share/npt/ |
D | utf.c | 210 unsigned byte1; 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/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.cpp | 454 uint8_t byte1, byte2; in readPrefixes() local 501 uint8_t byte1; in readPrefixes() local 536 uint8_t byte1; in readPrefixes() local 571 uint8_t byte1; in readPrefixes() local
|
/external/pigweed/pw_base64/ |
D | base64.cc | 39 constexpr char BitGroup1Char(uint8_t byte0, uint8_t byte1 = 0) { in BitGroup1Char() 43 constexpr char BitGroup2Char(uint8_t byte1, uint8_t byte2 = 0) { in BitGroup2Char()
|
/external/deqp-deps/amber/samples/ |
D | ppm.cc | 31 uint8_t byte1(uint32_t word) { in byte1() function
|
D | png.cc | 35 unsigned char byte1(uint32_t word) { in byte1() function
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
D | AES256SHA256Decoder.java | 46 final int byte1 = 0xff & coder.properties[1]; in decode() local
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-block.mm | 8 char byte1; field
|
/external/libtextclassifier/native/utils/strings/ |
D | utf8.cc | 47 unsigned char byte1 = static_cast<unsigned char>(str[0]); in ValidCharToRune() local
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cmap.cpp | 334 uint8_t byte1 = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar() local 339 uint8_t byte1 = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar() local
|
/external/rust/crates/aho-corasick/src/ |
D | prefilter.rs | 662 byte1: u8, field 722 byte1: u8, field 761 byte1: u8, field 911 byte1: u8, field 938 byte1: u8, field 966 byte1: u8, field
|
/external/guava/android/guava/src/com/google/common/base/ |
D | Utf8.java | 141 int byte1; in isWellFormedSlowPath() local
|
/external/guava/guava/src/com/google/common/base/ |
D | Utf8.java | 141 int byte1; in isWellFormedSlowPath() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 323 uint8_t byte1, byte2; in readPrefixes() local 370 uint8_t byte1; in readPrefixes() local 401 uint8_t byte1; in readPrefixes() local 433 uint8_t byte1; in readPrefixes() local
|
/external/openscreen/cast/streaming/ |
D | rtcp_common.cc | 77 const uint8_t byte1 = ConsumeField<uint8_t>(&buffer); in Parse() local
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_crc32.c | 742 uint8_t byte0, byte1, byte2, byte3; in sctp_finalize_crc32c() local
|
/external/bcc/src/cc/ |
D | bcc_debug.cc | 62 uint8_t byte1) { in adjustInstSize()
|
/external/dng_sdk/source/ |
D | dng_iptc.cpp | 277 uint32 byte1 = stream.Get_uint8 (); in Parse() 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/mesa/drivers/x11/ |
D | xfonts.c | 167 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/scapy/scapy/ |
D | utils6.py | 759 def matching_bits(byte1, byte2): argument
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
D | TestUtilities.java | 161 Matcher byte1 = PatternCache.get("%[A-Za-z0-9]{2}").matcher(""); in TestUrlEscape() local
|