Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_roundingutils.h107 status = U_FORMAT_INEXACT_ERROR; in getRoundingDirection()
/third_party/icu/icu4c/source/i18n/
Dnumber_roundingutils.h150 status = U_FORMAT_INEXACT_ERROR; in getRoundingDirection()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_roundingutils.h150 status = U_FORMAT_INEXACT_ERROR; in getRoundingDirection()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_roundingutils.h150 status = U_FORMAT_INEXACT_ERROR; in getRoundingDirection()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h574U_FORMAT_INEXACT_ERROR, /**< Cannot format a number exactly and rounding mode is ROUND_U… enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h550U_FORMAT_INEXACT_ERROR, /**< Cannot format a number exactly and rounding mode is ROUND_U… enumerator
/third_party/icu/icu4c/source/common/unicode/
Dutypes.h574U_FORMAT_INEXACT_ERROR, /**< Cannot format a number exactly and rounding mode is ROUND_U… enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Dutypes.h568U_FORMAT_INEXACT_ERROR, /**< Cannot format a number exactly and rounding mode is ROUND_U… enumerator
/third_party/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp463 if ((status == U_FORMAT_INEXACT_ERROR) && (result == "") && (expected == "Inexact")) { in execFormatTest()
Dnumbertest_decimalquantity.cpp517 status.expectErrorAndReset(U_FORMAT_INEXACT_ERROR); in testNickelRounding()