Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp689 !FX_EDIT_ISLATINWORD(wordinfo.Word)) { in GetSameWordsRange()
709 !FX_EDIT_ISLATINWORD(wordinfo.Word)) { in GetSameWordsRange()
Dcpwl_edit_impl.h19 #define FX_EDIT_ISLATINWORD(u) \ macro
Dcpwl_edit_impl.cpp170 return FX_EDIT_ISLATINWORD(word); in IsLatinWord()