Searched defs:textCount (Results 1 - 2 of 2) sorted by relevance
/external/pdfium/xfa/fxbarcode/pdf417/ | ||
H A D | BC_PDF417HighLevelEncoder.cpp | 410 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 D | core.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ... |
Completed in 65 milliseconds