Home
last modified time | relevance | path

Searched defs:firstByte (Results 1 – 22 of 22) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcsrmbcs.cpp247 int32_t firstByte = it->charValue = it->nextByte(det); in nextChar() local
293 int32_t firstByte = 0; in nextChar() local
407 int32_t firstByte; in nextChar() local
458 int32_t firstByte = 0; in nextChar() local
Dcollationiterator.cpp759 int32_t firstByte = 2; in appendNumericSegmentCEs() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_mbcs.java202 int firstByte; in nextChar() local
265 int firstByte; in nextChar() local
324 int firstByte = 0; in nextChar() local
464 int firstByte = 0; in nextChar() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetRecog_mbcs.java203 int firstByte; in nextChar() local
266 int firstByte; in nextChar() local
325 int firstByte = 0; in nextChar() local
465 int firstByte = 0; in nextChar() local
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixDecodedBitStreamParser.cpp187 int32_t firstByte = bits->ReadBits(8, e); in DecodeC40Segment() local
274 int32_t firstByte = bits->ReadBits(8, e); in DecodeTextSegment() local
363 int32_t firstByte = bits->ReadBits(8, e); in DecodeAnsiX12Segment() local
394 int32_t firstByte, in ParseTwoBytes()
/external/lzma/CPP/7zip/Crypto/
D7zAes.cpp147 Byte firstByte = (Byte)(_key.NumCyclesPower | in WriteCoderProperties() local
185 Byte firstByte = data[pos++]; in SetDecoderProperties2() local
/external/dng_sdk/source/
Ddng_iptc.cpp253 uint8 firstByte = stream.Get_uint8 (); in Parse() local
339 uint8 firstByte = stream.Get_uint8 (); in Parse() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHpack.java321 int readInt(int firstByte, int prefixMask) throws IOException { in readInt()
345 int firstByte = readByte(); in readByteString() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
DBIG5Tool.java302 int firstByte = 0; in nextChar() local
DEUCTool.java302 int firstByte = 0; in nextChar() local
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRDecodedBitStreamParser.cpp256 int32_t firstByte = bits->ReadBits(8, e); in ParseECIValue() local
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DImageHeaderParser.java87 int firstByte = streamReader.getUInt8(); in getType() local
/external/protobuf/java/src/main/java/com/google/protobuf/
DAbstractParser.java224 int firstByte = input.read(); in parsePartialDelimitedFrom() local
DAbstractMessageLite.java294 final int firstByte = input.read(); in mergeDelimitedFrom() local
DCodedInputStream.java671 final int firstByte = input.read(); in readRawVarint32() local
684 final int firstByte, final InputStream input) throws IOException { in readRawVarint32()
DUnknownFieldSet.java575 final int firstByte = input.read(); in mergeDelimitedFrom() local
/external/lzma/C/
D7zArcIn.c203 Byte firstByte, mask; in ReadNumber() local
292 Byte firstByte; in SzReadNumber32() local
637 Byte firstByte, mask; in SkipNumbers() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetLMBCS.java858 short firstByte; in LMBCSConversionWorker() local
/external/icu/icu4c/source/common/
Ducnv_lmb.c753 ulmbcs_byte_t firstByte; in LMBCSConversionWorker() local
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp472 Byte firstByte = props[0]; in SetMethodToProp() local
D7zOut.cpp188 Byte firstByte = 0; in WriteNumber() local
D7zIn.cpp221 Byte firstByte = *p++; in ReadNumberSpec() local