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

  /external/pdfium/fxbarcode/oned/
BC_OnedCode128Writer.cpp 173 int32_t checkWeight = 1;
175 int32_t checkSum = CODE_START_B * checkWeight;
179 checkSum += patternIndex * checkWeight++;
187 int32_t checkWeight = 1;
189 int32_t checkSum = CODE_START_C * checkWeight;
206 checkSum += patternIndex * checkWeight++;
  /external/zxing/core/
core.jar 

Completed in 817 milliseconds