Searched refs:iRealIndex (Results 1 – 1 of 1) sorted by relevance
1120 int32_t iRealIndex = m_iStartPosition + m_iDataLength; in GetAvailableBlock() local1121 if (iRealIndex == m_iBufferSize) { in GetAvailableBlock()1127 iIndexInBlock = iRealIndex % m_iAllocStep; in GetAvailableBlock()1128 return m_BlockArray[iRealIndex / m_iAllocStep]; in GetAvailableBlock()1145 int32_t iRealIndex = m_iStartPosition + iIndex; in SetTextChar() local1146 int32_t iBlockIndex = iRealIndex / m_iAllocStep; in SetTextChar()1147 int32_t iInnerIndex = iRealIndex % m_iAllocStep; in SetTextChar()1228 int32_t iRealIndex = m_iStartPosition + iIndex; in TextDataIndex2BufIndex() local1229 iBlockIndex = iRealIndex / m_iAllocStep; in TextDataIndex2BufIndex()1230 iInnerIndex = iRealIndex % m_iAllocStep; in TextDataIndex2BufIndex()