Home
last modified time | relevance | path

Searched refs:twoBytes (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRDecodedBitStreamParser.cpp118 int32_t twoBytes = bits->ReadBits(13, e); in DecodeGBKSegment() local
120 int32_t assembledTwoBytes = ((twoBytes / 0x060) << 8) | (twoBytes % 0x060); in DecodeGBKSegment()
138 int32_t twoBytes = bits->ReadBits(13, e); in DecodeKanjiSegment() local
140 int32_t assembledTwoBytes = ((twoBytes / 0x0c0) << 8) | (twoBytes % 0x0c0); in DecodeKanjiSegment()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...