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

/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp189 int32 lastPos = strlen(expression); local
190 Select(lastPos, lastPos);
/haiku/src/kits/support/
H A DString.cpp2604 int32 lastPos = 0; local
2608 length = pos - lastPos;
2616 lastPos = pos + 1;
2619 length = Length() + 1 - lastPos;
2693 int32 lastPos = 0; local
2697 length = pos - lastPos;
2706 lastPos = pos + searchLength;
2709 length = Length() + 1 - lastPos;

Completed in 45 milliseconds