Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp315 #define FX_EDIT_ISLATINWORD(u) \ macro
370 if (!FX_EDIT_ISLATINWORD(wsSpell[i])) { in GetSuggestWords()
404 if (!FX_EDIT_ISLATINWORD(wsSpell[i])) { in ReplaceSpellCheckWord()
439 if (FX_EDIT_ISLATINWORD(wsSpell[i])) { in DrawSpellCheck()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp1129 !FX_EDIT_ISLATINWORD(wordinfo.Word)) { in GetSameWordsRange()
1149 !FX_EDIT_ISLATINWORD(wordinfo.Word)) { in GetSameWordsRange()
DPWL_Utils.cpp527 if (FX_EDIT_ISLATINWORD(word.Word)) { in GetSpellCheckAppStream()
1718 if (FX_EDIT_ISLATINWORD(word.Word)) { in DrawEditSpellCheck()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h47 #define FX_EDIT_ISLATINWORD(u) \ macro
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgethandler.cpp623 #define FX_EDIT_ISLATINWORD(u) \ macro
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp145 return FX_EDIT_ISLATINWORD(word); in IsLatinWord()