Searched refs:handleEOD (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxbarcode/datamatrix/ |
D | BC_X12Encoder.cpp | 58 handleEOD(context, buffer, e); in Encode() 60 void CBC_X12Encoder::handleEOD(CBC_EncoderContext& context, in handleEOD() function in CBC_X12Encoder
|
D | BC_EdifactEncoder.cpp | 62 handleEOD(context, buffer, e); in Encode() 64 void CBC_EdifactEncoder::handleEOD(CBC_EncoderContext& context, in handleEOD() function in CBC_EdifactEncoder
|
D | BC_X12Encoder.h | 20 void handleEOD(CBC_EncoderContext& context,
|
D | BC_EdifactEncoder.h | 22 static void handleEOD(CBC_EncoderContext& context,
|
D | BC_C40Encoder.cpp | 84 handleEOD(context, buffer, e); in Encode() 91 void CBC_C40Encoder::handleEOD(CBC_EncoderContext& context, in handleEOD() function in CBC_C40Encoder
|
D | BC_C40Encoder.h | 24 virtual void handleEOD(CBC_EncoderContext& context,
|