Searched refs:iFoundPos (Results 1 – 1 of 1) sorted by relevance
3434 sal_uInt16 iFoundPos = aCmdLine.Search( c, i + 1 ); in RTLFUNC() local3437 if( iFoundPos == STRING_NOTFOUND ) in RTLFUNC()3444 aToken = aCmdLine.Copy( i + 1, (iFoundPos - i - 1) ); in RTLFUNC()3445 i = iFoundPos + 1; in RTLFUNC()3452 sal_uInt16 iFoundPos = Min( iFoundSpacePos, iFoundTabPos ); in RTLFUNC() local3455 if( iFoundPos == STRING_NOTFOUND ) in RTLFUNC()3462 aToken = aCmdLine.Copy( i, (iFoundPos - i) ); in RTLFUNC()3463 i = iFoundPos; in RTLFUNC()
Completed in 60 milliseconds