Searched refs:nOldIndex (Results 1 – 2 of 2) sorted by relevance
435 int32_t nOldIndex = m_nCaretIndex; in SetCaret() local437 if (nOldIndex != nItemIndex) { in SetCaret()439 InvalidateItem(nOldIndex); in SetCaret()
480 int32_t nOldIndex = 0, nIndex = 0; in WordIndexToWordPlace() local491 place.nWordIndex = index - nOldIndex - 1; in WordIndexToWordPlace()498 nOldIndex = nIndex; in WordIndexToWordPlace()