Home
last modified time | relevance | path

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

/AOO41X/main/i18npool/source/search/
H A Dtextsearch.cxx740 UErrorCode nIcuErr = U_ZERO_ERROR; in RESrchPrepare() local
748 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() local
786 if( !pRegexMatcher->find( startPos, nIcuErr)) in RESrchFrwrd()
790 int nStartOfs = pRegexMatcher->start( nIcuErr); in RESrchFrwrd()
[all …]