Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DDocument.cpp1467 bool bIsLatin = false; in CountWords() local
1480 if (ISLATINWORD(unicode) && bIsLatin) in CountWords()
1483 bIsLatin = ISLATINWORD(unicode); in CountWords()
1500 bool bIsLatin = false; in GetObjWordStr() local
1513 if (ISLATINWORD(unicode) && bIsLatin) { in GetObjWordStr()
1515 bIsLatin = ISLATINWORD(unicode); in GetObjWordStr()