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.java128 … double valueMeasure = measure == Measure.DISPLAY_WIDTH ? ApproximateWidth.getWidth(value) in hasProblem() local
133 if (valueMeasure >= warningReference) { in hasProblem()
136 …if (valueMeasure < errorReference && cause.getPhase() != Phase.BUILD && !aliasedAndComprenehsive) { in hasProblem()
141 if (valueMeasure <= warningReference) { in hasProblem()
144 …if (valueMeasure > errorReference && cause.getPhase() != Phase.BUILD && !aliasedAndComprenehsive) { in hasProblem()
157 …double percent = (int) (Math.abs(115 * valueMeasure / warningReference - 100.0d) / 10 + 0.49999d) … in hasProblem()
161 .setMessage(message, warningReference, valueMeasure, percent)); in hasProblem()