Home
last modified time | relevance | path

Searched defs:secondByte (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcsrmbcs.cpp257 int32_t secondByte = it->nextByte(det); in nextChar() local
294 int32_t secondByte = 0; in nextChar() local
422 int32_t secondByte = it->nextByte(det); in nextChar() local
459 int32_t secondByte = 0; in nextChar() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetRecog_mbcs.java213 int secondByte = it.nextByte(det); in nextChar() local
277 int secondByte = it.nextByte(det); in nextChar() local
326 int secondByte = 0; in nextChar() local
466 int secondByte = 0; in nextChar() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_mbcs.java212 int secondByte = it.nextByte(det); in nextChar() local
276 int secondByte = it.nextByte(det); in nextChar() local
325 int secondByte = 0; in nextChar() local
465 int secondByte = 0; in nextChar() local
/external/lzma/CPP/7zip/Crypto/
D7zAes.cpp155 Byte secondByte = (Byte)(((saltSizeSpec) << 4) | ivSizeSpec); in WriteCoderProperties() local
195 Byte secondByte = data[pos++]; in SetDecoderProperties2() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
DBIG5Tool.java303 int secondByte = 0; in nextChar() local
DEUCTool.java303 int secondByte = 0; in nextChar() local
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRDecodedBitStreamParser.cpp261 int32_t secondByte = bits->ReadBits(8, e); in ParseECIValue() local
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixDecodedBitStreamParser.cpp395 int32_t secondByte, in ParseTwoBytes()