Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp168 if (minCount == 1 && mins[EDIFACT_ENCODATION] > 0) { in lookAheadTest()
169 return EDIFACT_ENCODATION; in lookAheadTest()
212 charCounts[EDIFACT_ENCODATION] += 3.0f / 4.0f; in lookAheadTest()
214 charCounts[EDIFACT_ENCODATION] += 17.0f / 4.0f; in lookAheadTest()
216 charCounts[EDIFACT_ENCODATION] += 13.0f / 4.0f; in lookAheadTest()
229 intCharCounts[ASCII_ENCODATION] < intCharCounts[EDIFACT_ENCODATION]) { in lookAheadTest()
234 mins[EDIFACT_ENCODATION]) == 0) { in lookAheadTest()
237 if (minCount == 1 && mins[EDIFACT_ENCODATION] > 0) { in lookAheadTest()
238 return EDIFACT_ENCODATION; in lookAheadTest()
250 intCharCounts[EDIFACT_ENCODATION] && in lookAheadTest()
DBC_ASCIIEncoder.cpp69 case EDIFACT_ENCODATION: in Encode()
71 context.signalEncoderChange(EDIFACT_ENCODATION); in Encode()
DBC_HighLevelEncoder.h18 #define EDIFACT_ENCODATION 4 macro
DBC_EdifactEncoder.cpp125 return EDIFACT_ENCODATION; in getEncodingMode()