Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtbuf.cpp25 m_nCurIndex(0), in CFDE_TxtEdtBufIter()
45 if (m_nCurIndex > 0) { in Next()
46 m_nCurIndex--; in Next()
53 m_nCurIndex = lpChunk->nUsed - 1; in Next()
68 if (lpChunk->nUsed != (m_nCurIndex + 1)) { in Next()
69 m_nCurIndex++; in Next()
77 m_nCurIndex = 0; in Next()
92 m_nCurIndex = cp.nCharIndex; in SetAt()
109 ->wChars[m_nCurIndex]; in GetChar()
118 ->wChars[m_nCurIndex]; in GetChar()
[all …]
Dfde_txtedtbuf.h34 int32_t m_nCurIndex; variable