Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp114 size_t EncoderIndex(CBC_HighLevelEncoder::Encoding encoding) { in EncoderIndex() function
156 if (!encoders[EncoderIndex(encodingMode)]->Encode(&context)) in EncodeHighLevel()
197 charCounts[EncoderIndex(currentMode)] = 0; in LookAheadTest()
206 if (intCharCounts[EncoderIndex(Encoding::ASCII)] == min) in LookAheadTest()
210 if (mins[EncoderIndex(Encoding::BASE256)] > 0) in LookAheadTest()
212 if (mins[EncoderIndex(Encoding::EDIFACT)] > 0) in LookAheadTest()
214 if (mins[EncoderIndex(Encoding::TEXT)] > 0) in LookAheadTest()
216 if (mins[EncoderIndex(Encoding::X12)] > 0) in LookAheadTest()
225 auto& count = charCounts[EncoderIndex(Encoding::ASCII)]; in LookAheadTest()
235 auto& count = charCounts[EncoderIndex(Encoding::C40)]; in LookAheadTest()
[all …]