Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLogger.java337 private final int matchFailCount; field in RegexLogger.RegexKeyWithCount
348 this.matchFailCount = bean.failedMatchSet.count(key); in RegexKeyWithCount()
358 this.matchFailCount, in RegexKeyWithCount()
390 return matchFailCount; in getNumberOfMatchFailures()
408 if (matchFailCount != other.matchFailCount) { in equals()
437 … return new Integer(matchFailCount + matchMatchCount + findFailCount + findMatchCount).compareTo( in compareTo()