Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/pdf417/
DBC_PDF417ErrorCorrection.cpp135 const WideString& dataCodewords, in generateErrorCorrection() argument
146 int32_t sld = dataCodewords.GetLength(); in generateErrorCorrection()
148 int32_t t1 = (dataCodewords[i] + ech[k - 1]) % 929; in generateErrorCorrection()
DBC_PDF417.cpp434 WideString dataCodewords(sb); in generateBarcodeLogic() local
437 dataCodewords, errorCorrectionLevel, &ec)) { in generateBarcodeLogic()
440 WideString fullCodewords = dataCodewords + ec; in generateBarcodeLogic()
DBC_PDF417ErrorCorrection.h20 static bool generateErrorCorrection(const WideString& dataCodewords,
/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.cpp113 CBC_SymbolInfo* CBC_SymbolInfo::lookup(int32_t dataCodewords, in lookup() argument
121 if (dataCodewords <= symbol->dataCapacity()) in lookup()
DBC_SymbolInfo.h25 static CBC_SymbolInfo* lookup(int32_t dataCodewords,