OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_NUMERIC_CODEWORDS
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417DecodedBitStreamParser.cpp
42
int32_t CBC_DecodedBitStreamPaser::
MAX_NUMERIC_CODEWORDS
= 15;
447
numericCodewords.SetSize(
MAX_NUMERIC_CODEWORDS
);
467
if (count %
MAX_NUMERIC_CODEWORDS
== 0 ||
BC_PDF417DecodedBitStreamParser.h
28
static int32_t
MAX_NUMERIC_CODEWORDS
;
/external/zxing/core/
core.jar
Completed in 93 milliseconds