Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dpdbfmt.cpp637 int htmlCount = 0; in detectFormat() local
646 htmlCount+=100; in detectFormat()
648 htmlCount+=50; in detectFormat()
650 htmlCount+=50; in detectFormat()
652 htmlCount+=5; in detectFormat()
654 htmlCount+=10; in detectFormat()
657 if ( pmlCount<5 && htmlCount<10 ) { in detectFormat()
659 } else if ( pmlCount > htmlCount ) { in detectFormat()