Searched refs:nSeparatorIndex (Results 1 – 2 of 2) sorted by relevance
721 const sal_Int32 nSeparatorIndex (rsText.indexOf(cSeparator, nIndex)); in SplitText() local722 if (nQuoteIndex>=0 && (nSeparatorIndex==-1 || nQuoteIndex<nSeparatorIndex)) in SplitText()729 const sal_Int32 nNextIndex = nSeparatorIndex; in SplitText()
554 sal_Int32 nSeparatorIndex = (*i_ver).indexOf('='); in findInstallation() local555 if ( nSeparatorIndex != -1 ) in findInstallation()557 aVersion = (*i_ver).copy( 0, nSeparatorIndex ); in findInstallation()558 aProfileName = (*i_ver).copy( nSeparatorIndex+1 ); in findInstallation()
Completed in 11 milliseconds