Home
last modified time | relevance | path

Searched refs:BARCODE_C25IND (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/zint/zint-2.10.0-src/backend/tests/
H A Dtest_2of5.c63 /* 16*/ { BARCODE_C25IND, -1, "1", 45, 0, 1, 649 }, in test_large()
64 /* 17*/ { BARCODE_C25IND, -1, "1", 46, ZINT_ERROR_TOO_LONG, -1, -1 }, in test_large()
65 /* 18*/ { BARCODE_C25IND, 1, "1", 45, 0, 1, 663 }, in test_large()
66 /* 19*/ { BARCODE_C25IND, 1, "1", 46, ZINT_ERROR_TOO_LONG, -1, -1 }, in test_large()
133 /* 15*/ { BARCODE_C25IND, -1, "123456789", "123456789" }, in test_hrt()
134 /* 16*/ { BARCODE_C25IND, 1, "123456789", "1234567895" }, in test_hrt()
135 /* 17*/ { BARCODE_C25IND, 2, "123456789", "123456789" }, in test_hrt()
184 /* 4*/ { BARCODE_C25IND, "A", ZINT_ERROR_INVALID_DATA, -1, -1 }, in test_input()
266 …/* 11*/ { BARCODE_C25IND, -1, "87654321", 0, 1, 131, "Industrial Code 2 of 5; verified manually ag… in test_encode()
269 /* 12*/ { BARCODE_C25IND, 1, "87654321", 0, 1, 145, "With check digit", in test_encode()
H A Dtest_vector.c144 /* 5*/ { BARCODE_C25IND, "1234567890", "", 50, 1, 159, 318, 118.9 }, in test_buffer_vector()
883 /* 15*/ { BARCODE_C25IND, 1, "1234567890", "", 0, 1, 1, 159, 318, 2, "" }, in test_height()
884 /* 16*/ { BARCODE_C25IND, 4, "1234567890", "", 0, 4, 1, 159, 318, 8, "" }, in test_height()
885 /* 17*/ { BARCODE_C25IND, 21, "1234567890", "", 0, 21, 1, 159, 318, 42, "" }, in test_height()
H A Dtest_raster.c127 /* 5*/ { BARCODE_C25IND, "1234567890", "", 50, 1, 159, 318, 116 }, in test_buffer()
1265 /* 15*/ { BARCODE_C25IND, 1, "1234567890", "", 0, 1, 1, 159, 318, 2, "" }, in test_height()
1266 /* 16*/ { BARCODE_C25IND, 4, "1234567890", "", 0, 4, 1, 159, 318, 8, "" }, in test_height()
1267 /* 17*/ { BARCODE_C25IND, 21, "1234567890", "", 0, 21, 1, 159, 318, 42, "" }, in test_height()
H A Dtestcommon.c346 { "BARCODE_C25IND", BARCODE_C25IND, 7 }, in testUtilBarcodeName()
2028 { "industrial2of5", BARCODE_C25IND, 7, 0, 1, 0, 0, 0, }, in testUtilBwippName()
2566 || symbology == BARCODE_C25LOGIC || symbology == BARCODE_C25IND) { in testUtilBwipp()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dzint.h112 #define BARCODE_C25IND 7 macro
H A Dlibrary.c507 case BARCODE_C25IND: in ZBarcode_ValidID()
663 case BARCODE_C25IND: error_number = industrial_two_of_five(symbol, preprocessed, in_length); in reduced_charset()
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dzint.h128 #define BARCODE_C25IND 7 /* 2 of 5 Industrial */ macro
H A Doutput.c182 case BARCODE_C25IND: in quiet_zones()
H A Dlibrary.c595 case BARCODE_C25IND: error_number = industrial_two_of_five(symbol, preprocessed, length); in reduced_charset()
/dports/graphics/zint/zint-2.10.0-src/frontend_qt/
H A Dmainwindow.cpp59 { "Code 2 of 5 Industrial", BARCODE_C25IND },
719 || symbology == BARCODE_C25LOGIC || symbology == BARCODE_C25IND) { in change_options()
1361 case BARCODE_C25IND: in update_preview()
1694 { "c25ind", BARCODE_C25IND, 7 }, in get_setting_name()
2054 case BARCODE_C25IND: in save_sub_settings()
2308 case BARCODE_C25IND: in load_sub_settings()
/dports/graphics/zint/zint-2.10.0-src/backend_tcl/
H A Dzint.c296 BARCODE_C25IND,
/dports/graphics/zint/zint-2.10.0-src/frontend/
H A Dmain.c261 { BARCODE_C25IND, "c25ind" }, in get_barcode_name()