Searched refs:nIcuErr (Results 1 – 1 of 1) sorted by relevance
740 UErrorCode nIcuErr = U_ZERO_ERROR; in RESrchPrepare() local748 static RegexMatcher aChevronMatcherB( aChevronPatternB, 0, nIcuErr); in RESrchPrepare()750 aIcuSearchPatStr = aChevronMatcherB.replaceAll( aChevronReplaceB, nIcuErr); in RESrchPrepare()755 static RegexMatcher aChevronMatcherE( aChevronPatternE, 0, nIcuErr); in RESrchPrepare()757 aIcuSearchPatStr = aChevronMatcherE.replaceAll( aChevronReplaceE, nIcuErr); in RESrchPrepare()760 pRegexMatcher = new RegexMatcher( aIcuSearchPatStr, nIcuSearchFlags, nIcuErr); in RESrchPrepare()761 if( nIcuErr) in RESrchPrepare()780 UErrorCode nIcuErr = U_ZERO_ERROR; in RESrchFrwrd() local786 if( !pRegexMatcher->find( startPos, nIcuErr)) in RESrchFrwrd()790 int nStartOfs = pRegexMatcher->start( nIcuErr); in RESrchFrwrd()[all …]