Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp283 int32_t c40_count = intCharCounts[EncoderIndex(Encoding::C40)]; in LookAheadTest() local
289 if (ascii_count < bet_min && ascii_count < c40_count && in LookAheadTest()
308 if (c40_count + 1 < ascii_count && c40_count + 1 < bet_min) { in LookAheadTest()
309 if (c40_count < x12_count) in LookAheadTest()
311 if (c40_count == x12_count) { in LookAheadTest()