Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp2003 FX_BOOL bIsLatin = FALSE; in CountWords() local
2017 if (ISLATINWORD(unicode) && bIsLatin) in CountWords()
2020 bIsLatin = ISLATINWORD(unicode); in CountWords()
2038 FX_BOOL bIsLatin = FALSE; in GetObjWordStr() local
2052 if (ISLATINWORD(unicode) && bIsLatin) in GetObjWordStr()
2057 bIsLatin = ISLATINWORD(unicode); in GetObjWordStr()