OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textCount
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.cpp
404
int32_t
textCount
= 0;
405
while (
textCount
< 5 && isText(ch)) {
406
textCount
++;
407
int32_t i = idx +
textCount
;
413
if (
textCount
>= 5) {
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
GridRowView.java
264
int
textCount
= 0;
292
if (
textCount
< maxCellText && (FORMAT_TEXT.equals(itemFormat)
299
textCount
++;
/external/zxing/core/
core.jar
Completed in 112 milliseconds