Searched refs:CBC_QRDecodedBitStreamParser (Results 1 – 3 of 3) sorted by relevance
31 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_QRDecodedBitStreamParser37 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 …]
14 class CBC_QRDecodedBitStreamParser {18 CBC_QRDecodedBitStreamParser();21 virtual ~CBC_QRDecodedBitStreamParser();
110 CBC_CommonDecoderResult* cdr = CBC_QRDecodedBitStreamParser::Decode( in Decode()