Searched refs:dataCodewords (Results 1 – 3 of 3) sorted by relevance
137 const WideString& dataCodewords, in GenerateErrorCorrection() argument144 size_t sld = dataCodewords.GetLength(); in GenerateErrorCorrection()146 int32_t t1 = (dataCodewords[i] + ech[k - 1]) % 929; in GenerateErrorCorrection()
392 WideString dataCodewords(sb); in GenerateBarcodeLogic() local394 dataCodewords, errorCorrectionLevel); in GenerateBarcodeLogic()398 WideString fullCodewords = dataCodewords + ec.value(); in GenerateBarcodeLogic()
22 const WideString& dataCodewords,