Searched refs:U_FORMAT_INEXACT_ERROR (Results 1 – 9 of 9) sorted by relevance
37 } else if (error == U_FORMAT_INEXACT_ERROR) { in maybeThrowIcuException()
111 status = U_FORMAT_INEXACT_ERROR; in getRoundingDirection()
570 …U_FORMAT_INEXACT_ERROR, /**< Cannot format a number exactly and rounding mode is ROUND_U… enumerator
463 if ((status == U_FORMAT_INEXACT_ERROR) && (result == "") && (expected == "Inexact")) { in execFormatTest()
469 status.expectErrorAndReset(U_FORMAT_INEXACT_ERROR); in testNickelRounding()