Home
last modified time | relevance | path

Searched refs:ALPHANUMERIC_CHARS (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRDecodedBitStreamParser.cpp32 const FX_CHAR CBC_QRDecodedBitStreamParser::ALPHANUMERIC_CHARS[45] = { member in CBC_QRDecodedBitStreamParser
189 ALPHANUMERIC_CHARS[nextTwoCharsBits / 45]); in DecodeAlphanumericSegment()
191 ALPHANUMERIC_CHARS[nextTwoCharsBits % 45]); in DecodeAlphanumericSegment()
197 BC_FX_ByteString_Append(result, 1, ALPHANUMERIC_CHARS[itemp]); in DecodeAlphanumericSegment()
224 ALPHANUMERIC_CHARS[threeDigitsBits / 100]); in DecodeNumericSegment()
226 ALPHANUMERIC_CHARS[(threeDigitsBits / 10) % 10]); in DecodeNumericSegment()
228 ALPHANUMERIC_CHARS[threeDigitsBits % 10]); in DecodeNumericSegment()
238 BC_FX_ByteString_Append(result, 1, ALPHANUMERIC_CHARS[twoDigitBits / 10]); in DecodeNumericSegment()
239 BC_FX_ByteString_Append(result, 1, ALPHANUMERIC_CHARS[twoDigitBits % 10]); in DecodeNumericSegment()
247 BC_FX_ByteString_Append(result, 1, ALPHANUMERIC_CHARS[digitBits]); in DecodeNumericSegment()
DBC_QRDecodedBitStreamParser.h16 const static FX_CHAR ALPHANUMERIC_CHARS[45];
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...