Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_arabic.cpp28 FX_INT32 iContext = 0; in AppendChar() local
33 iContext = 1; in AppendChar()
37 iContext = 2; in AppendChar()
41 if (iContext != m_iCurBidi) { in AppendChar()
48 bRet = (iContext != 0); in AppendChar()
57 if (m_bSeparateNeutral || iContext != 0) { in AppendChar()
58 m_iCurBidi = iContext; in AppendChar()