Lines Matching refs:CASES
729 const struct TestCase CASES[] = {
752 for (size_t i = 0; i < ARRAY_LENGTH(CASES); i++) {
753 assert(calcSegmentBitLength(qrcodegen_Mode_NUMERIC, CASES[i].numChars) == CASES[i].result);
758 const struct TestCase CASES[] = {
781 for (size_t i = 0; i < ARRAY_LENGTH(CASES); i++) {
782 assert(calcSegmentBitLength(qrcodegen_Mode_ALPHANUMERIC, CASES[i].numChars) == CASES[i].result);
787 const struct TestCase CASES[] = {
807 for (size_t i = 0; i < ARRAY_LENGTH(CASES); i++) {
808 assert(calcSegmentBitLength(qrcodegen_Mode_BYTE, CASES[i].numChars) == CASES[i].result);
813 const struct TestCase CASES[] = {
834 for (size_t i = 0; i < ARRAY_LENGTH(CASES); i++) {
835 assert(calcSegmentBitLength(qrcodegen_Mode_KANJI, CASES[i].numChars) == CASES[i].result);