Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.h39 int32_t errorCodewords() const { return m_errorCodewords; } in errorCodewords()
58 const int32_t m_errorCodewords; variable
DBC_SymbolInfo.cpp104 m_errorCodewords(errorCodewords), in CBC_SymbolInfo()
181 return m_dataCapacity + m_errorCodewords; in getCodewordCount()