Searched refs:CODE_STOP (Results 1 – 4 of 4) sorted by relevance
82 const int32_t CBC_OnedCode128Reader::CODE_STOP = 106; member in CBC_OnedCode128Reader223 if (code != CODE_STOP) { in DecodeRow()226 if (code != CODE_STOP) { in DecodeRow()248 if (code != CODE_STOP) { in DecodeRow()277 if (code != CODE_STOP) { in DecodeRow()315 if (code != CODE_STOP) { in DecodeRow()
37 const static int32_t CODE_STOP; variable
34 const int32_t CBC_OnedCode128Writer::CODE_STOP = 106; member in CBC_OnedCode128Writer164 patterns.Add((int32_t*)CBC_OnedCode128Reader::CODE_PATTERNS[CODE_STOP]); in Encode()
46 const static int32_t CODE_STOP; variable