Searched refs:accumCount (Results 1 – 1 of 1) sorted by relevance
948 int accumCount = 0; in qrcodegen_makeNumeric() local953 accumCount++; in qrcodegen_makeNumeric()954 if(accumCount == 3) { in qrcodegen_makeNumeric()957 accumCount = 0; in qrcodegen_makeNumeric()960 if(accumCount > 0) // 1 or 2 digits remaining in qrcodegen_makeNumeric()961 appendBitsToBuffer(accumData, accumCount * 3 + 1, buf, &result.bitLength); in qrcodegen_makeNumeric()983 int accumCount = 0; in qrcodegen_makeAlphanumeric() local988 accumCount++; in qrcodegen_makeAlphanumeric()989 if(accumCount == 2) { in qrcodegen_makeAlphanumeric()992 accumCount = 0; in qrcodegen_makeAlphanumeric()[all …]