Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_ErrorCorrection.cpp96 createECCBlock(codewords, symbolInfo->m_errorCodewords, e); in encodeECC200()
119 CFX_WideString ecc = createECCBlock(temp, errorSizes[block], e); in encodeECC200()
130 CFX_WideString CBC_ErrorCorrection::createECCBlock(CFX_WideString codewords, in createECCBlock() function in CBC_ErrorCorrection
133 return createECCBlock(codewords, 0, codewords.GetLength(), numECWords, e); in createECCBlock()
135 CFX_WideString CBC_ErrorCorrection::createECCBlock(CFX_WideString codewords, in createECCBlock() function in CBC_ErrorCorrection
DBC_ErrorCorrection.h28 static CFX_WideString createECCBlock(CFX_WideString codewords,
31 static CFX_WideString createECCBlock(CFX_WideString codewords,