Searched refs:lastPos (Results 1 – 2 of 2) sorted by relevance
189 int32 lastPos = strlen(expression); in SetExpression() local190 Select(lastPos, lastPos); in SetExpression()
2602 int32 lastPos = 0; in _DoCharacterEscape() local2606 length = pos - lastPos; in _DoCharacterEscape()2614 lastPos = pos + 1; in _DoCharacterEscape()2617 length = Length() + 1 - lastPos; in _DoCharacterEscape()2691 int32 lastPos = 0; in _ReplaceAtPositions() local2695 length = pos - lastPos; in _ReplaceAtPositions()2704 lastPos = pos + searchLength; in _ReplaceAtPositions()2707 length = Length() + 1 - lastPos; in _ReplaceAtPositions()