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

  /external/pdfium/fxbarcode/datamatrix/
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;
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 173 milliseconds