Searched refs:nRHSIndex (Results 1 – 1 of 1) sorted by relevance
100 sal_Int32 nRHSIndex( sMatchExpression.indexOf( sRHSPattern ) ); in matchExpression() local105 OSL_ENSURE( sMatchExpression.indexOf( sRHSPattern, nRHSIndex + 1 ) == -1, in matchExpression()108 OSL_ENSURE( ( nLHSIndex != -1 ) && ( ( nLHSIndex < nRHSIndex ) || ( nRHSIndex == -1 ) ), in matchExpression()123 bool bHaveRHS( nRHSIndex != -1 ); in matchExpression()124 sal_Int32 nRightMostIndex( bHaveRHS ? nRHSIndex : nLHSIndex ); in matchExpression()
Completed in 19 milliseconds