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

  /external/pdfium/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.cpp 361 int32_t numericCount = 0;
362 while (numericCount < 13 && isDigit(ch) && idx < len) {
363 numericCount++;
369 if (numericCount >= 13) {
370 return idx - startpos - numericCount;
372 if (numericCount > 0) {
392 int32_t numericCount = 0;
393 while (numericCount < 13 && isDigit(ch)) {
394 numericCount++;
395 int32_t i = idx + numericCount;
    [all...]
  /external/zxing/core/
core.jar 

Completed in 931 milliseconds