Lines Matching refs:qrcodegen_Segment
61 int getTotalBits(const struct qrcodegen_Segment segs[], size_t len, int version);
848 struct qrcodegen_Segment seg = qrcodegen_makeBytes(NULL, 0, NULL); in testMakeBytes()
857 struct qrcodegen_Segment seg = qrcodegen_makeBytes(data, 1, buf); in testMakeBytes()
866 struct qrcodegen_Segment seg = qrcodegen_makeBytes(data, 3, buf); in testMakeBytes()
879 struct qrcodegen_Segment seg = qrcodegen_makeNumeric("", NULL); in testMakeNumeric()
887 struct qrcodegen_Segment seg = qrcodegen_makeNumeric("9", buf); in testMakeNumeric()
895 struct qrcodegen_Segment seg = qrcodegen_makeNumeric("81", buf); in testMakeNumeric()
903 struct qrcodegen_Segment seg = qrcodegen_makeNumeric("673", buf); in testMakeNumeric()
912 struct qrcodegen_Segment seg = qrcodegen_makeNumeric("3141592653", buf); in testMakeNumeric()
927 struct qrcodegen_Segment seg = qrcodegen_makeAlphanumeric("", NULL); in testMakeAlphanumeric()
935 struct qrcodegen_Segment seg = qrcodegen_makeAlphanumeric("A", buf); in testMakeAlphanumeric()
943 struct qrcodegen_Segment seg = qrcodegen_makeAlphanumeric("%:", buf); in testMakeAlphanumeric()
952 struct qrcodegen_Segment seg = qrcodegen_makeAlphanumeric("Q R", buf); in testMakeAlphanumeric()
966 struct qrcodegen_Segment seg = qrcodegen_makeEci(127, buf); in testMakeEci()
975 struct qrcodegen_Segment seg = qrcodegen_makeEci(10345, buf); in testMakeEci()
984 struct qrcodegen_Segment seg = qrcodegen_makeEci(999999, buf); in testMakeEci()
1003 struct qrcodegen_Segment segs[] = { in testGetTotalBits()
1014 struct qrcodegen_Segment segs[] = { in testGetTotalBits()
1028 struct qrcodegen_Segment segs[] = { in testGetTotalBits()
1039 struct qrcodegen_Segment segs[] = { in testGetTotalBits()
1054 struct qrcodegen_Segment segs[] = { in testGetTotalBits()