Home
last modified time | relevance | path

Searched refs:BCExceptionUnSupportedBarcode (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfxmath_barcodeimp.cpp318 #ifndef BCExceptionUnSupportedBarcode
319 #define BCExceptionUnSupportedBarcode 18 macro
360 errorCode = BCExceptionUnSupportedBarcode; in Decode()
375 errorCode = BCExceptionUnSupportedBarcode; in Decode()
/external/pdfium/xfa/src/fxbarcode/
Dutils.h117 #define BCExceptionUnSupportedBarcode 18 macro
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417Detector.cpp61 e = BCExceptionUnSupportedBarcode; in detect()