Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_document.cpp1334 bool bIsLatin = false; in CountWords() local
1347 if (ISLATINWORD(unicode) && bIsLatin) in CountWords()
1350 bIsLatin = ISLATINWORD(unicode); in CountWords()
1366 bool bIsLatin = false; in GetObjWordStr() local
1379 if (ISLATINWORD(unicode) && bIsLatin) { in GetObjWordStr()
1381 bIsLatin = ISLATINWORD(unicode); in GetObjWordStr()