Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRDecodedBitStreamParser.cpp217 int32_t threeDigitsBits = bits->ReadBits(10, e); in DecodeNumericSegment() local
219 if (threeDigitsBits >= 1000) { in DecodeNumericSegment()
224 ALPHANUMERIC_CHARS[threeDigitsBits / 100]); in DecodeNumericSegment()
226 ALPHANUMERIC_CHARS[(threeDigitsBits / 10) % 10]); in DecodeNumericSegment()
228 ALPHANUMERIC_CHARS[threeDigitsBits % 10]); in DecodeNumericSegment()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...