Home | History | Annotate | Download | only in qrcode

Lines Matching refs:num2

684       int32_t num2 = content[i + 1] - '0';
686 bits->AppendBits(num1 * 100 + num2 * 10 + num3, 10, e);
691 int32_t num2 = content[i + 1] - '0';
692 bits->AppendBits(num1 * 10 + num2, 7, e);