Home
last modified time | relevance | path

Searched refs:U_INVARIANT_CONVERSION_ERROR (Results 1 – 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dcurrunit.cpp43 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit()
69 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit()
Dnumber_skeletons.h375 if (conversionStatus == U_INVARIANT_CONVERSION_ERROR) { \
/third_party/node/deps/icu-small/source/i18n/
Dcurrunit.cpp43 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit()
69 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit()
Dnumber_skeletons.h376 if (conversionStatus == U_INVARIANT_CONVERSION_ERROR) { \
/third_party/skia/third_party/externals/icu/source/i18n/
Dcurrunit.cpp43 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit()
69 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit()
Dnumber_skeletons.h375 if (conversionStatus == U_INVARIANT_CONVERSION_ERROR) { \
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcurrunit.cpp41 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit()
Dnumber_skeletons.cpp135 if (conversionStatus == U_INVARIANT_CONVERSION_ERROR) { \
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcharstr.cpp137 errorCode = U_INVARIANT_CONVERSION_ERROR; in appendInvariantChars()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h481U_INVARIANT_CONVERSION_ERROR = 26, /**< Unable to convert a UChar* string to char* with the invar… enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h467U_INVARIANT_CONVERSION_ERROR = 26, /**< Unable to convert a UChar* string to char* with the invar… enumerator
/third_party/icu/icu4c/source/common/unicode/
Dutypes.h481U_INVARIANT_CONVERSION_ERROR = 26, /**< Unable to convert a UChar* string to char* with the invar… enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Dutypes.h477U_INVARIANT_CONVERSION_ERROR = 26, /**< Unable to convert a UChar* string to char* with the invar… enumerator
/third_party/node/deps/icu-small/source/common/
Dcharstr.cpp208 errorCode = U_INVARIANT_CONVERSION_ERROR; in appendInvariantChars()
/third_party/icu/icu4c/source/common/
Dcharstr.cpp208 errorCode = U_INVARIANT_CONVERSION_ERROR; in appendInvariantChars()
/third_party/skia/third_party/externals/icu/source/common/
Dcharstr.cpp208 errorCode = U_INVARIANT_CONVERSION_ERROR; in appendInvariantChars()
/third_party/icu/icu4c/source/test/intltest/
Dstrtest.cpp786 if (ec != U_INVARIANT_CONVERSION_ERROR) { in TestCharString()
Dnumfmtst.cpp2228 assertEquals("non-invariant", U_INVARIANT_CONVERSION_ERROR, ec); in TestCurrencyUnit()
2246 assertEquals("non-invariant 8", U_INVARIANT_CONVERSION_ERROR, ec); in TestCurrencyUnit()
9675 {u"U$D", U_INVARIANT_CONVERSION_ERROR}, in Test13850_EmptyStringCurrency()