Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp1757 #define ISLATINWORD(u) (u != 0x20 && u <= 0x28FF) macro
1782 if (ISLATINWORD(unicode) && bIsLatin) in CountWords()
1785 bIsLatin = ISLATINWORD(unicode); in CountWords()
1817 if (ISLATINWORD(unicode) && bIsLatin) in GetObjWordStr()
1822 bIsLatin = ISLATINWORD(unicode); in GetObjWordStr()