Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRDecodedBitStreamParser.cpp31 const FX_CHAR* CBC_QRDecodedBitStreamParser::UTF_8 = "utf8";
32 const FX_CHAR CBC_QRDecodedBitStreamParser::ALPHANUMERIC_CHARS[45] = {
36 CBC_QRDecodedBitStreamParser::CBC_QRDecodedBitStreamParser() {} in CBC_QRDecodedBitStreamParser() function in CBC_QRDecodedBitStreamParser
37 CBC_QRDecodedBitStreamParser::~CBC_QRDecodedBitStreamParser() {} in ~CBC_QRDecodedBitStreamParser()
38 CBC_CommonDecoderResult* CBC_QRDecodedBitStreamParser::Decode( in Decode()
112 void CBC_QRDecodedBitStreamParser::DecodeGBKSegment(CBC_CommonBitSource* bits, in DecodeGBKSegment()
132 void CBC_QRDecodedBitStreamParser::DecodeKanjiSegment(CBC_CommonBitSource* bits, in DecodeKanjiSegment()
152 void CBC_QRDecodedBitStreamParser::DecodeByteSegment( in DecodeByteSegment()
178 void CBC_QRDecodedBitStreamParser::DecodeAlphanumericSegment( in DecodeAlphanumericSegment()
211 void CBC_QRDecodedBitStreamParser::DecodeNumericSegment( in DecodeNumericSegment()
[all …]
DBC_QRDecodedBitStreamParser.h14 class CBC_QRDecodedBitStreamParser {
18 CBC_QRDecodedBitStreamParser();
21 virtual ~CBC_QRDecodedBitStreamParser();
DBC_QRCoderDecoder.cpp110 CBC_CommonDecoderResult* cdr = CBC_QRDecodedBitStreamParser::Decode( in Decode()