Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLogger.java315 final Multiset<PatternStringWithBoolean> matchedFindSet; field in RegexLogger.CountSets
321 …public CountSets(Multiset<PatternStringWithBoolean> matchedFindSet, Multiset<PatternStringWithBool… in CountSets() argument
328 this.matchedFindSet = matchedFindSet; in CountSets()
345 this.findMatchCount = bean.matchedFindSet.count(key); in RegexKeyWithCount()
551 private final Multiset<PatternStringWithBoolean> matchedFindSet = TreeMultiset.create(); field in RegexLogger.RegexLoggerImpl
576 collectionToAdd = matchedFindSet; in determineCollectionToUse()
667 …CountSets c = new CountSets(matchedFindSet, failedFindSet, matchedMatchSet, failedMatchSet, occurr… in getEntries()
669 for (PatternStringWithBoolean item : matchedFindSet) { in getEntries()
670 processor.process(item, matchedFindSet); in getEntries()