Home
last modified time | relevance | path

Searched refs:CodeI2of5 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dbardecode.c241 start = !strncmp(barstr, CodeI2of5[CI25_START], 4); in barcodeVerifyFormat()
243 stop = !strncmp(&barstr[len - 3], CodeI2of5[CI25_STOP], 3); in barcodeVerifyFormat()
248 start = !strncmp(revbarstr, CodeI2of5[CI25_START], 4); in barcodeVerifyFormat()
249 stop = !strncmp(&revbarstr[len - 3], CodeI2of5[CI25_STOP], 3); in barcodeVerifyFormat()
490 if (!strcmp(code1, CodeI2of5[j])) { in barcodeDecodeI2of5()
499 if (!strcmp(code2, CodeI2of5[j])) { in barcodeDecodeI2of5()
H A Dreadbarcode.h107 static const char *CodeI2of5[] = { variable
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dbardecode.c228 start = !strncmp(barstr, CodeI2of5[CI25_START], 4); in barcodeVerifyFormat()
230 stop = !strncmp(&barstr[len - 3], CodeI2of5[CI25_STOP], 3); in barcodeVerifyFormat()
235 start = !strncmp(revbarstr, CodeI2of5[CI25_START], 4); in barcodeVerifyFormat()
236 stop = !strncmp(&revbarstr[len - 3], CodeI2of5[CI25_STOP], 3); in barcodeVerifyFormat()
469 if (!strcmp(code1, CodeI2of5[j])) { in barcodeDecodeI2of5()
478 if (!strcmp(code2, CodeI2of5[j])) { in barcodeDecodeI2of5()
H A Dreadbarcode.h88 static const char *CodeI2of5[] = { variable
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dreadbarcode.h107 static const char *CodeI2of5[] = { variable