Home
last modified time | relevance | path

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

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