Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLogger.java318 final Multiset<PatternStringWithBoolean> failedMatchSet; field in RegexLogger.CountSets
322 …tiset<PatternStringWithBoolean> matchedMatchSet, Multiset<PatternStringWithBoolean> failedMatchSet, in CountSets() argument
325 this.failedMatchSet = failedMatchSet; in CountSets()
348 this.matchFailCount = bean.failedMatchSet.count(key); in RegexKeyWithCount()
554 private final Multiset<PatternStringWithBoolean> failedMatchSet = TreeMultiset.create(); field in RegexLogger.RegexLoggerImpl
585 collectionToAdd = failedMatchSet; in determineCollectionToUse()
667 …ets c = new CountSets(matchedFindSet, failedFindSet, matchedMatchSet, failedMatchSet, occurrences); in getEntries()
678 for (PatternStringWithBoolean item : failedMatchSet) { in getEntries()
679 processor.process(item, failedMatchSet); in getEntries()