Home
last modified time | relevance | path

Searched defs:byte3 (Results 1 – 14 of 14) sorted by relevance

/external/flatbuffers/java/com/google/flatbuffers/
DUtf8.java121 byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) in handleThreeBytes()
136 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
/external/oj-libjdwp/src/share/npt/
Dutf.c233 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/icu/icu4c/source/i18n/
Dcollation.cpp100 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() local
/external/libunwind/src/ia64/
Dunwind_decoder.h164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
264 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java204 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor()
813 int byte3 = 0; in partialIsValidUtf8() local
1069 int byte3 = 0; in partialIsValidUtf8() local
1165 int byte3 = 0; in partialIsValidUtf8Direct() local
/external/dng_sdk/source/
Ddng_iptc.cpp279 uint32 byte3 = stream.Get_uint8 (); in Parse() local
Ddng_image_writer.cpp3462 uint8 byte3 = (uint8) (code << (-shift3)); in PutCodeWord() local
/external/sonivox/arm-wt-22k/lib_src/
Deas_miditypes.h47 EAS_BOOL8 byte3; /* flag indicates 3rd byte expected */ member
/external/libtextclassifier/utils/utf8/
Dunicodetext.cc284 unsigned char byte3 = static_cast<unsigned char>(it_[2]); in operator *() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUtilities.java140 Matcher byte3 = PatternCache.get( in TestUrlEscape() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToHTMLStream.java1260 int byte3 = 0x80 | yyyyyy; in writeAttrURI() local
/external/u-boot/drivers/spi/
Dzynq_qspi.c180 u8 byte3; in zynq_qspi_read_data() local
/external/freetype/src/psaux/
Dpsintrp.c2963 FT_UInt32 byte3 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2808 const uint32_t byte3 = (value & 0xff000000) >> 24; in LoadPatchableImmediate() local