Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_ErrorCorrection.cpp28 int32_t CBC_ErrorCorrection::FACTOR_SETS[] = {5, 7, 10, 11, 12, 14, 18, 20, member in CBC_ErrorCorrection
141 for (int32_t i = 0; i < sizeof(FACTOR_SETS) / sizeof(int32_t); i++) { in createECCBlock()
142 if (FACTOR_SETS[i] == numECWords) { in createECCBlock()
DBC_ErrorCorrection.h21 static int32_t FACTOR_SETS[];