Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_bidi.cpp12 m_iCurCount(0), in CFX_BidiChar()
43 m_iCurCount++; in AppendChar()
64 m_iCurStart = m_iCurCount; in SaveCurrentStateToLastState()
65 m_iLastCount = m_iCurCount - m_iLastStart; in SaveCurrentStateToLastState()
/external/pdfium/core/include/fxcrt/
Dfx_bidi.h44 int32_t m_iCurCount; variable