Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp1224 #define PWL_ISARABICWORD(word) ((word >= 0x0600 && word <= 0x06FF) || (word >= 0xFB50 && word <= 0x… macro
1253 if (pIterator->GetWord(wordinfo) && PWL_ISARABICWORD(wordinfo.Word)) in GetSameWordsRange()
1285 if (pIterator->GetWord(wordinfo) && PWL_ISARABICWORD(wordinfo.Word)) in GetSameWordsRange()