Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_arabic.cpp17 , m_iCurCount(0) in CFX_BidiChar()
46 bRet = (m_iCurCount > 0); in AppendChar()
54 m_iCurStart = m_iCurCount; in AppendChar()
55 m_iLastCount = m_iCurCount - m_iLastStart; in AppendChar()
61 m_iCurCount ++; in AppendChar()
68 m_iCurStart = m_iCurCount; in EndChar()
69 m_iLastCount = m_iCurCount - m_iLastStart; in EndChar()
81 m_iCurCount = 0; in Reset()
Dfx_arabic.h31 FX_INT32 m_iCurCount; variable