HomeSort by relevance Sort by last modified time
    Searched refs:PrevWord (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 303 virtual FX_BOOL PrevWord() = 0;
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 617 FX_BOOL PrevWord();
doc_vt.cpp 570 static FX_BOOL NeedDivision(FX_WORD prevWord, FX_WORD curWord)
572 if ((IsLatin(prevWord) || IsDigit(prevWord)) && (IsLatin(curWord) || IsDigit(curWord))) {
576 } else if (IsConnectiveSymbol(prevWord) || IsConnectiveSymbol(curWord)) {
578 } else if (IsSpace(prevWord) || IsPunctuation(prevWord)) {
580 } else if (IsPrefixSymbol(prevWord)) {
584 } else if (IsCJK(prevWord)) {
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 141 virtual FX_BOOL PrevWord() = 0;
fxet_edit.h 781 FX_BOOL PrevWord();
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 1279 while (pIterator->PrevWord());
1295 while (pIterator->PrevWord());
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 45 FX_BOOL CFX_Edit_Iterator::PrevWord()
49 return m_pVTIterator->PrevWord();
    [all...]

Completed in 50 milliseconds