Lines Matching refs:accumCount
904 int accumCount = 0; in qrcodegen_makeNumeric() local
909 accumCount++; in qrcodegen_makeNumeric()
910 if (accumCount == 3) { in qrcodegen_makeNumeric()
913 accumCount = 0; in qrcodegen_makeNumeric()
916 if (accumCount > 0) // 1 or 2 digits remaining in qrcodegen_makeNumeric()
917 appendBitsToBuffer(accumData, accumCount * 3 + 1, buf, &result.bitLength); in qrcodegen_makeNumeric()
938 int accumCount = 0; in qrcodegen_makeAlphanumeric() local
943 accumCount++; in qrcodegen_makeAlphanumeric()
944 if (accumCount == 2) { in qrcodegen_makeAlphanumeric()
947 accumCount = 0; in qrcodegen_makeAlphanumeric()
950 if (accumCount > 0) // 1 character remaining in qrcodegen_makeAlphanumeric()