Home
last modified time | relevance | path

Searched refs:lengthFieldSize (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_Base256Encoder.cpp59 int32_t lengthFieldSize = 1; in Encode() local
61 context.getCodewordCount() + dataCount + lengthFieldSize; in Encode()