Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp17 #define ISLATINWORD(u) (u != 0x20 && u <= 0x28FF) macro
113 bool bIsLatin = ISLATINWORD(unicode); in CountWords()
138 bool bIsLatin = ISLATINWORD(unicode); in GetWordString()