Searched refs:U_FORMAT_INEXACT_ERROR (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypes.h603 U_FORMAT_INEXACT_ERROR, /**< Cannot format a number exactly and rounding mode is ROUND_UNNECESSARY @stable ICU 4.8 */ enumerator in enum:UErrorCode
/external/icu/icu4c/source/common/unicode/
H A Dutypes.h607 U_FORMAT_INEXACT_ERROR, /**< Cannot format a number exactly and rounding mode is ROUND_UNNECESSARY @stable ICU 4.8 */ enumerator in enum:UErrorCode
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmtest.cpp437 if ((status == U_FORMAT_INEXACT_ERROR) && (result == "") && (expected == "Inexact")) {
/external/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp441 if ((status == U_FORMAT_INEXACT_ERROR) && (result == "") && (expected == "Inexact")) {
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp1694 status = U_FORMAT_INEXACT_ERROR;
1720 status = U_FORMAT_INEXACT_ERROR;
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp1612 status = U_FORMAT_INEXACT_ERROR;
1631 status = U_FORMAT_INEXACT_ERROR;

Completed in 1373 milliseconds