Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLogger.java283 result.add(new RegexKeyWithCount(item, c)); in process()
332 …private static class RegexKeyWithCount implements PatternCountInterface, Comparable<PatternCountIn… class in RegexLogger
342 public RegexKeyWithCount(PatternStringWithBoolean key, CountSets bean) { in RegexKeyWithCount() method in RegexLogger.RegexKeyWithCount
407 RegexKeyWithCount other = (RegexKeyWithCount) obj; in equals()