Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckWidths.java45 final double warningReference; field in CheckWidths.Limit
54 …public Limit(double warningReference, double errorReference, Measure measure, LimitType limit, Spe… in Limit() argument
56 this.warningReference = warningReference; in Limit()
129 if (valueMeasure >= warningReference) { in hasProblem()
137 if (valueMeasure <= warningReference) { in hasProblem()
153 …double percent = (int) (Math.abs(115 * valueMeasure / warningReference - 100.0d) / 10 + 0.49999d) … in hasProblem()
157 .setMessage(message, warningReference, valueMeasure, percent)); in hasProblem()