Home
last modified time | relevance | path

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

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dreadbarcode.h163 static const l_int32 C39_STOP = 43; variable
H A Dbardecode.c277 stop = !strncmp(&barstr[len - 9], Code39[C39_STOP], 9); in barcodeVerifyFormat()
283 stop = !strncmp(&revbarstr[len - 9], Code39[C39_STOP], 9); in barcodeVerifyFormat()
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dreadbarcode.h163 static const l_int32 C39_STOP = 43; variable
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadbarcode.h144 static const l_int32 C39_STOP = 43; variable
H A Dbardecode.c264 stop = !strncmp(&barstr[len - 9], Code39[C39_STOP], 9); in barcodeVerifyFormat()
270 stop = !strncmp(&revbarstr[len - 9], Code39[C39_STOP], 9); in barcodeVerifyFormat()