Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRoundTripTest.java202 double error = proportionalError(value, n); in _test()
222 private double proportionalError(Number a, Number b) { in proportionalError() method in NumberFormatRoundTripTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatRoundTripTest.java205 double error = proportionalError(value, n); in _test()
225 private double proportionalError(Number a, Number b) { in proportionalError() method in NumberFormatRoundTripTest
/third_party/icu/icu4c/source/test/intltest/
Dnmfmtrt.h46 static double proportionalError(const Formattable& a, const Formattable& b);
Dnmfmtrt.cpp285 double error = proportionalError(value, n); in test()
307 NumberFormatRoundTripTest::proportionalError(const Formattable& a, const Formattable& b) in proportionalError() function in NumberFormatRoundTripTest