Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp124 static constexpr size_t kMaxNumericInputLength = 3116; in EncodeHighLevel() local
127 if (msg.GetLength() > kMaxNumericInputLength) in EncodeHighLevel()