Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp106 bool bInLatinWord = false; in CountWords() local
119 if (bIsLatin && bInLatinWord) in CountWords()
122 bInLatinWord = bIsLatin; in CountWords()
134 bool bInLatinWord = false; in GetWordString() local
146 if (!bIsLatin || !bInLatinWord) { in GetWordString()
147 bInLatinWord = bIsLatin; in GetWordString()