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

  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.cpp 272 int32_t bchCode = CalculateBCHCode(typeInfo, TYPE_INFO_POLY);
275 bits->AppendBits(bchCode, 10, e);
299 int32_t bchCode = CalculateBCHCode(version, VERSION_INFO_POLY);
300 bits->AppendBits(bchCode, 12, e);
  /external/zxing/core/
core.jar 

Completed in 69 milliseconds