Searched defs:textCount (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417HighLevelEncoder.cpp410 int32_t textCount = 0; local
411 while (textCount < 5 && isText(ch)) {
412 textCount++;
413 int32_t i = idx + textCount;
419 if (textCount >= 5) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 65 milliseconds