Home
last modified time | relevance | path

Searched refs:qrcodegen_Mode_KANJI (Results 1 – 4 of 4) sorted by relevance

/third_party/qrcodegen/c/
Dqrcodegen-test.c712 assert(qrcodegen_calcSegmentBufferSize(qrcodegen_Mode_KANJI, cases[i][0]) == cases[i][1]); in testCalcSegmentBufferSize()
835 assert(calcSegmentBitLength(qrcodegen_Mode_KANJI, CASES[i].numChars) == CASES[i].result); in testCalcSegmentBitLength()
1018 {qrcodegen_Mode_KANJI, 4, NULL, 52}, in testGetTotalBits()
1055 {qrcodegen_Mode_KANJI, 255, NULL, 3315}, in testGetTotalBits()
1056 {qrcodegen_Mode_KANJI, 255, NULL, 3315}, in testGetTotalBits()
1057 {qrcodegen_Mode_KANJI, 255, NULL, 3315}, in testGetTotalBits()
1058 {qrcodegen_Mode_KANJI, 255, NULL, 3315}, in testGetTotalBits()
1059 {qrcodegen_Mode_KANJI, 255, NULL, 3315}, in testGetTotalBits()
1060 {qrcodegen_Mode_KANJI, 255, NULL, 3315}, in testGetTotalBits()
1061 {qrcodegen_Mode_KANJI, 255, NULL, 3315}, in testGetTotalBits()
[all …]
Dqrcodegen-demo.c244 …uint8_t *segBuf = calloc(qrcodegen_calcSegmentBufferSize(qrcodegen_Mode_KANJI, len), sizeof(uint8_… in doSegmentDemo()
250 seg.mode = qrcodegen_Mode_KANJI; in doSegmentDemo()
Dqrcodegen.h93 qrcodegen_Mode_KANJI = 0x8, enumerator
Dqrcodegen.c860 else if (mode == qrcodegen_Mode_KANJI) in calcSegmentBitLength()
1018 case qrcodegen_Mode_KANJI : { static const int temp[] = { 8, 10, 12}; return temp[i]; } in numCharCountBits()