HomeSort by relevance Sort by last modified time
    Searched defs:WordPlaceToWordIndex (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp     [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1212 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos);
1213 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
1217 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
1218 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos);
1223 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret);
1224 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret);
1232 return m_pVT->WordPlaceToWordIndex(m_wpCaret);
    [all...]

Completed in 50 milliseconds