Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/pdf417/
DBC_PDF417ErrorCorrection.cpp137 const WideString& dataCodewords, in GenerateErrorCorrection() argument
144 size_t sld = dataCodewords.GetLength(); in GenerateErrorCorrection()
146 int32_t t1 = (dataCodewords[i] + ech[k - 1]) % 929; in GenerateErrorCorrection()
DBC_PDF417.cpp392 WideString dataCodewords(sb); in GenerateBarcodeLogic() local
394 dataCodewords, errorCorrectionLevel); in GenerateBarcodeLogic()
398 WideString fullCodewords = dataCodewords + ec.value(); in GenerateBarcodeLogic()
DBC_PDF417ErrorCorrection.h22 const WideString& dataCodewords,