Searched refs:iFoundPos (Results 1 – 1 of 1) sorted by relevance
3419 sal_uInt16 iFoundPos = aCmdLine.Search( c, i + 1 ); in RTLFUNC() local3422 if( iFoundPos == STRING_NOTFOUND ) in RTLFUNC()3429 aToken = aCmdLine.Copy( i + 1, (iFoundPos - i - 1) ); in RTLFUNC()3430 i = iFoundPos + 1; in RTLFUNC()3437 sal_uInt16 iFoundPos = Min( iFoundSpacePos, iFoundTabPos ); in RTLFUNC() local3440 if( iFoundPos == STRING_NOTFOUND ) in RTLFUNC()3447 aToken = aCmdLine.Copy( i, (iFoundPos - i) ); in RTLFUNC()3448 i = iFoundPos; in RTLFUNC()
Completed in 155 milliseconds