HomeSort by relevance Sort by last modified time
    Searched defs:FACTOR_SETS (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxbarcode/datamatrix/
BC_ErrorCorrection.cpp 33 const uint8_t FACTOR_SETS[] = {5, 7, 10, 11, 12, 14, 18, 20,
177 static const size_t kFactorTableNum = sizeof(FACTOR_SETS) / sizeof(int32_t);
179 while (table < kFactorTableNum && FACTOR_SETS[table] != numECWords)
  /external/zxing/core/
core.jar 

Completed in 299 milliseconds