Home
last modified time | relevance | path

Searched refs:CODE_STOP (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedCode128Reader.cpp82 const int32_t CBC_OnedCode128Reader::CODE_STOP = 106; member in CBC_OnedCode128Reader
223 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()
DBC_OnedCode128Reader.h37 const static int32_t CODE_STOP; variable
DBC_OnedCode128Writer.cpp34 const int32_t CBC_OnedCode128Writer::CODE_STOP = 106; member in CBC_OnedCode128Writer
164 patterns.Add((int32_t*)CBC_OnedCode128Reader::CODE_PATTERNS[CODE_STOP]); in Encode()
DBC_OnedCode128Writer.h46 const static int32_t CODE_STOP; variable