Searched refs:qrcodegen_Mode_KANJI (Results 1 - 4 of 4) sorted by relevance
/third_party/qrcodegen/c/ |
H A D | qrcodegen-test.c | 712 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, 25 in testGetTotalBits() [all...] |
H A D | qrcodegen.h | 93 qrcodegen_Mode_KANJI = 0x8, enumerator
|
H A D | qrcodegen-demo.c | 244 uint8_t *segBuf = calloc(qrcodegen_calcSegmentBufferSize(qrcodegen_Mode_KANJI, len), sizeof(uint8_t)); in doSegmentDemo() 250 seg.mode = qrcodegen_Mode_KANJI; in doSegmentDemo()
|
H A D | qrcodegen.c | 860 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()
|
Completed in 5 milliseconds