Home
last modified time | relevance | path

Searched refs:EDIFACT_ENCODATION (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp176 if (minCount == 1 && mins[EDIFACT_ENCODATION] > 0) { in lookAheadTest()
177 return EDIFACT_ENCODATION; in lookAheadTest()
222 charCounts[EDIFACT_ENCODATION] += 3.0f / 4.0f; in lookAheadTest()
224 charCounts[EDIFACT_ENCODATION] += 17.0f / 4.0f; in lookAheadTest()
226 charCounts[EDIFACT_ENCODATION] += 13.0f / 4.0f; in lookAheadTest()
245 intCharCounts[ASCII_ENCODATION] < intCharCounts[EDIFACT_ENCODATION]) { in lookAheadTest()
250 mins[EDIFACT_ENCODATION]) == 0) { in lookAheadTest()
253 if (minCount == 1 && mins[EDIFACT_ENCODATION] > 0) { in lookAheadTest()
254 return EDIFACT_ENCODATION; in lookAheadTest()
266 intCharCounts[EDIFACT_ENCODATION] && in lookAheadTest()
DBC_ASCIIEncoder.cpp70 case EDIFACT_ENCODATION: in Encode()
72 context.signalEncoderChange(EDIFACT_ENCODATION); in Encode()
DBC_HighLevelEncoder.h18 #define EDIFACT_ENCODATION 4 macro
DBC_EdifactEncoder.cpp35 return EDIFACT_ENCODATION; in getEncodingMode()