Home
last modified time | relevance | path

Searched refs:STOP_PATTERN (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxbarcode/pdf417/
DBC_PDF417.cpp531 encodeChar(STOP_PATTERN, 1, logic->getCurrentRow()); in encodeLowLevel()
535 encodeChar(STOP_PATTERN, 18, logic->getCurrentRow()); in encodeLowLevel()
DBC_PDF417.h36 static const int32_t STOP_PATTERN = 0x3fa29; variable