Searched refs:accumCount (Results 1 – 1 of 1) sorted by relevance
891 int accumCount = 0; in qrcodegen_makeNumeric() local896 accumCount++; in qrcodegen_makeNumeric()897 if (accumCount == 3) { in qrcodegen_makeNumeric()900 accumCount = 0; in qrcodegen_makeNumeric()903 if (accumCount > 0) // 1 or 2 digits remaining in qrcodegen_makeNumeric()904 appendBitsToBuffer(accumData, accumCount * 3 + 1, buf, &result.bitLength); in qrcodegen_makeNumeric()925 int accumCount = 0; in qrcodegen_makeAlphanumeric() local930 accumCount++; in qrcodegen_makeAlphanumeric()931 if (accumCount == 2) { in qrcodegen_makeAlphanumeric()934 accumCount = 0; in qrcodegen_makeAlphanumeric()[all …]