HomeSort by relevance Sort by last modified time
    Searched refs:codewords (Results 1 - 10 of 10) sorted by null

  /external/pdfium/fxbarcode/datamatrix/
BC_ErrorCorrection.h 21 static WideString encodeECC200(WideString codewords,
31 static WideString createECCBlock(WideString codewords,
34 static WideString createECCBlock(WideString codewords,
BC_ErrorCorrection.cpp 122 WideString CBC_ErrorCorrection::encodeECC200(WideString codewords,
125 if (pdfium::base::checked_cast<int32_t>(codewords.GetLength()) !=
131 sb += codewords;
134 WideString ecc = createECCBlock(codewords, symbolInfo->errorCodewords(), e);
153 temp += (wchar_t)codewords[d];
167 WideString CBC_ErrorCorrection::createECCBlock(WideString codewords,
170 return createECCBlock(codewords, 0, codewords.GetLength(), numECWords, e);
172 WideString CBC_ErrorCorrection::createECCBlock(WideString codewords,
189 uint16_t m = ecc[numECWords - 1] ^ codewords[l]
    [all...]
BC_DefaultPlacement.h 16 CBC_DefaultPlacement(WideString codewords, int32_t numcols, int32_t numrows);
BC_EncoderContext.h 26 void writeCodewords(const WideString& codewords);
BC_EncoderContext.cpp 69 void CBC_EncoderContext::writeCodewords(const WideString& codewords) {
70 m_codewords += codewords;
BC_DataMatrixWriter.cpp 127 WideString codewords =
138 pdfium::MakeUnique<CBC_DefaultPlacement>(codewords, width, height);
BC_HighLevelEncoder.cpp 119 WideString codewords = context.m_codewords; local
120 if (pdfium::base::checked_cast<int32_t>(codewords.GetLength()) < capacity) {
121 codewords += PAD;
123 while (pdfium::base::checked_cast<int32_t>(codewords.GetLength()) <
125 codewords += (randomize253State(
126 PAD, pdfium::base::checked_cast<int32_t>(codewords.GetLength()) + 1));
128 return codewords;
BC_DefaultPlacement.cpp 26 CBC_DefaultPlacement::CBC_DefaultPlacement(WideString codewords,
29 m_codewords = codewords;
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 120 milliseconds