Searched refs:nBeginInd (Results 1 – 1 of 1) sorted by relevance
139 sal_Int32 nBeginInd = aPattern[0].getLength(); in StringGoodForPattern_Impl() local141 if ( nEndInd >= nBeginInd in StringGoodForPattern_Impl()143 && ( nBeginInd == 0 || aString.copy( 0, nBeginInd ).equals( aPattern[0] ) ) ) in StringGoodForPattern_Impl()150 if ( nEndInd == nBeginInd ) in StringGoodForPattern_Impl()159 if ( nLastInd < nBeginInd ) in StringGoodForPattern_Impl()
Completed in 5 milliseconds