Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_bidi.cpp15 m_iLastCount(0), in CFX_BidiChar()
49 return m_iLastCount > 0; in EndChar()
57 *iCount = m_iLastCount; in GetBidiInfo()
65 m_iLastCount = m_iCurCount - m_iLastStart; in SaveCurrentStateToLastState()
/external/pdfium/core/include/fxcrt/
Dfx_bidi.h53 int32_t m_iLastCount; variable