Searched refs:CBC_DataMatrixDecodedBitStreamParser (Results 1 – 3 of 3) sorted by relevance
27 const FX_CHAR CBC_DataMatrixDecodedBitStreamParser::C40_BASIC_SET_CHARS[] = {31 const FX_CHAR CBC_DataMatrixDecodedBitStreamParser::C40_SHIFT2_SET_CHARS[] = {34 const FX_CHAR CBC_DataMatrixDecodedBitStreamParser::TEXT_BASIC_SET_CHARS[] = {38 const FX_CHAR CBC_DataMatrixDecodedBitStreamParser::TEXT_SHIFT3_SET_CHARS[] = {42 const int32_t CBC_DataMatrixDecodedBitStreamParser::PAD_ENCODE = 0;43 const int32_t CBC_DataMatrixDecodedBitStreamParser::ASCII_ENCODE = 1;44 const int32_t CBC_DataMatrixDecodedBitStreamParser::C40_ENCODE = 2;45 const int32_t CBC_DataMatrixDecodedBitStreamParser::TEXT_ENCODE = 3;46 const int32_t CBC_DataMatrixDecodedBitStreamParser::ANSIX12_ENCODE = 4;47 const int32_t CBC_DataMatrixDecodedBitStreamParser::EDIFACT_ENCODE = 5;[all …]
11 class CBC_DataMatrixDecodedBitStreamParser {13 CBC_DataMatrixDecodedBitStreamParser();14 virtual ~CBC_DataMatrixDecodedBitStreamParser();
92 CBC_DataMatrixDecodedBitStreamParser::Decode(resultBytes, e); in Decode()