Home
last modified time | relevance | path

Searched refs:lookAheadTest (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_Base256Encoder.cpp43 int32_t newMode = CBC_HighLevelEncoder::lookAheadTest( in Encode()
DBC_X12Encoder.cpp50 int32_t newMode = CBC_HighLevelEncoder::lookAheadTest( in Encode()
DBC_HighLevelEncoder.h36 static int32_t lookAheadTest(CFX_WideString msg,
DBC_ASCIIEncoder.cpp50 int32_t newMode = CBC_HighLevelEncoder::lookAheadTest( in Encode()
DBC_EdifactEncoder.cpp53 int32_t newMode = CBC_HighLevelEncoder::lookAheadTest( in Encode()
DBC_C40Encoder.cpp76 int32_t newMode = CBC_HighLevelEncoder::lookAheadTest( in Encode()
DBC_HighLevelEncoder.cpp137 int32_t CBC_HighLevelEncoder::lookAheadTest(CFX_WideString msg, in lookAheadTest() function in CBC_HighLevelEncoder