Home
last modified time | relevance | path

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

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dreadbarcode.h162 static const l_int32 C39_START = 43; variable
H A Dbardecode.c275 start = !strncmp(barstr, Code39[C39_START], 9); in barcodeVerifyFormat()
282 start = !strncmp(revbarstr, Code39[C39_START], 9); in barcodeVerifyFormat()
701 for (j = 0; j < C39_START; j++) { in barcodeDecode39()
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dreadbarcode.h162 static const l_int32 C39_START = 43; variable
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadbarcode.h143 static const l_int32 C39_START = 43; variable
H A Dbardecode.c262 start = !strncmp(barstr, Code39[C39_START], 9); in barcodeVerifyFormat()
269 start = !strncmp(revbarstr, Code39[C39_START], 9); in barcodeVerifyFormat()
672 for (j = 0; j < C39_START; j++) { in barcodeDecode39()