Searched refs:nOldIndex (Results 1 – 2 of 2) sorted by relevance
634 int32_t nOldIndex = m_nCaretIndex; in SetCaret() local636 if (nOldIndex != nItemIndex) { in SetCaret()639 SetItemCaret(nOldIndex, FALSE); in SetCaret()642 InvalidateItem(nOldIndex); in SetCaret()
1063 int32_t nOldIndex = 0, nIndex = 0; in WordIndexToWordPlace() local1074 place.nWordIndex = index - nOldIndex - 1; in WordIndexToWordPlace()1082 nOldIndex = nIndex; in WordIndexToWordPlace()