Searched refs:PAD_ENCODE (Results 1 – 2 of 2) sorted by relevance
42 const int32_t CBC_DataMatrixDecodedBitStreamParser::PAD_ENCODE = 0; member in CBC_DataMatrixDecodedBitStreamParser92 } while (mode != PAD_ENCODE && bits.Available() > 0); in Decode()122 return PAD_ENCODE; in DecodeAsciiSegment()
49 const static int32_t PAD_ENCODE; variable