Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dmethods.cxx3434 sal_uInt16 iFoundPos = aCmdLine.Search( c, i + 1 ); in RTLFUNC() local
3437 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() local
3455 if( iFoundPos == STRING_NOTFOUND ) in RTLFUNC()
3462 aToken = aCmdLine.Copy( i, (iFoundPos - i) ); in RTLFUNC()
3463 i = iFoundPos; in RTLFUNC()

Completed in 25 milliseconds