Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/runtime/
H A Dmethods.cxx3419 sal_uInt16 iFoundPos = aCmdLine.Search( c, i + 1 ); in RTLFUNC() local
3422 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() local
3440 if( iFoundPos == STRING_NOTFOUND ) in RTLFUNC()
3447 aToken = aCmdLine.Copy( i, (iFoundPos - i) ); in RTLFUNC()
3448 i = iFoundPos; in RTLFUNC()

Completed in 155 milliseconds