Home
last modified time | relevance | path

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

/external/icu/android_icu4j/libcore_bridge/src/native/
DIcuUtilities.cpp37 } else if (error == U_FORMAT_INEXACT_ERROR) { in maybeThrowIcuException()
/external/icu/libicu/cts_headers/
Dnumber_roundingutils.h111 status = U_FORMAT_INEXACT_ERROR; in getRoundingDirection()
/external/icu/icu4c/source/i18n/
Dnumber_roundingutils.h111 status = U_FORMAT_INEXACT_ERROR; in getRoundingDirection()
/external/icu/libicu/cts_headers/unicode/
Dutypes.h570U_FORMAT_INEXACT_ERROR, /**< Cannot format a number exactly and rounding mode is ROUND_U… enumerator
/external/icu/icu4c/source/common/unicode/
Dutypes.h570U_FORMAT_INEXACT_ERROR, /**< Cannot format a number exactly and rounding mode is ROUND_U… enumerator
/external/icu/libicu/ndk_headers/unicode/
Dutypes.h570U_FORMAT_INEXACT_ERROR, /**< Cannot format a number exactly and rounding mode is ROUND_U… enumerator
/external/icu/libandroidicu/include/unicode/
Dutypes.h570U_FORMAT_INEXACT_ERROR, /**< Cannot format a number exactly and rounding mode is ROUND_U… enumerator
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp463 if ((status == U_FORMAT_INEXACT_ERROR) && (result == "") && (expected == "Inexact")) { in execFormatTest()
Dnumbertest_decimalquantity.cpp469 status.expectErrorAndReset(U_FORMAT_INEXACT_ERROR); in testNickelRounding()