Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLogger.java295 private static class EntryProcessor extends AddAllEntryProcessor { class in RegexLogger
296 public EntryProcessor(int minCount, CountSets c) { in EntryProcessor() method in RegexLogger.EntryProcessor
668 …cessor = (minCount == 1) ? new AddAllEntryProcessor(minCount, c) : new EntryProcessor(minCount, c); in getEntries()