Home
last modified time | relevance | path

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

/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp189 int32 lastPos = strlen(expression); in SetExpression() local
190 Select(lastPos, lastPos); in SetExpression()
/haiku/src/kits/support/
H A DString.cpp2602 int32 lastPos = 0; in _DoCharacterEscape() local
2606 length = pos - lastPos; in _DoCharacterEscape()
2614 lastPos = pos + 1; in _DoCharacterEscape()
2617 length = Length() + 1 - lastPos; in _DoCharacterEscape()
2691 int32 lastPos = 0; in _ReplaceAtPositions() local
2695 length = pos - lastPos; in _ReplaceAtPositions()
2704 lastPos = pos + searchLength; in _ReplaceAtPositions()
2707 length = Length() + 1 - lastPos; in _ReplaceAtPositions()