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

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.h 35 int32_t m_nIndex;
fde_txtedtengine.h 268 int32_t m_nIndex;
fde_txtedtblock.h 59 void SetIndex(int32_t nIndex) { m_nIndex = nIndex; }
60 int32_t GetIndex() const { return m_nIndex; }
65 int32_t m_nIndex;
127 void SetIndex(int32_t nIndex) { m_nIndex = nIndex; }
128 int32_t GetIndex() const { return m_nIndex; }
142 int32_t m_nIndex;
fde_txtedtengine.cpp     [all...]
  /external/pdfium/xfa/src/fee/src/fx_wordbreak/
fx_wordbreak_impl.h 43 int32_t m_nIndex;

Completed in 39 milliseconds