Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.h38 size_t errorCodewords() const { return m_errorCodewords; } in errorCodewords()
57 const size_t m_errorCodewords; variable
DBC_SymbolInfo.cpp103 m_errorCodewords(errorCodewords), in CBC_SymbolInfo()
178 return m_dataCapacity + m_errorCodewords; in getCodewordCount()