Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp103 bool bInLatinWord = false; in CountWords() local
114 if (bIsLatin && bInLatinWord) in CountWords()
117 bInLatinWord = bIsLatin; in CountWords()
129 bool bInLatinWord = false; in GetWordString() local
139 if (!bIsLatin || !bInLatinWord) { in GetWordString()
140 bInLatinWord = bIsLatin; in GetWordString()