Home
last modified time | relevance | path

Searched defs:totalWords (Results 1 – 1 of 1) sorted by relevance

/external/zxing/core/src/main/java/com/google/zxing/aztec/encoder/
DEncoder.java333 int totalWords = totalBits / wordSize; in generateCheckWords() local
345 private static int[] bitsToWords(BitArray stuffedBits, int wordSize, int totalWords) { in bitsToWords()