Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckWidths.java124 … double valueMeasure = measure == Measure.DISPLAY_WIDTH ? ApproximateWidth.getWidth(value) in hasProblem() local
129 if (valueMeasure >= warningReference) { in hasProblem()
132 …if (valueMeasure < errorReference && cause.getPhase() != Phase.BUILD && !aliasedAndComprenehsive) { in hasProblem()
137 if (valueMeasure <= warningReference) { in hasProblem()
140 …if (valueMeasure > errorReference && cause.getPhase() != Phase.BUILD && !aliasedAndComprenehsive) { 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()