Searched refs:U_INVARIANT_CONVERSION_ERROR (Results 1 – 18 of 18) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
D | currunit.cpp | 43 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit() 69 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit()
|
D | number_skeletons.h | 375 if (conversionStatus == U_INVARIANT_CONVERSION_ERROR) { \
|
/third_party/node/deps/icu-small/source/i18n/ |
D | currunit.cpp | 43 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit() 69 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit()
|
D | number_skeletons.h | 376 if (conversionStatus == U_INVARIANT_CONVERSION_ERROR) { \
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | currunit.cpp | 43 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit() 69 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit()
|
D | number_skeletons.h | 375 if (conversionStatus == U_INVARIANT_CONVERSION_ERROR) { \
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | currunit.cpp | 41 ec = U_INVARIANT_CONVERSION_ERROR; in CurrencyUnit()
|
D | number_skeletons.cpp | 135 if (conversionStatus == U_INVARIANT_CONVERSION_ERROR) { \
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | charstr.cpp | 137 errorCode = U_INVARIANT_CONVERSION_ERROR; in appendInvariantChars()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utypes.h | 481 …U_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/ |
D | utypes.h | 467 …U_INVARIANT_CONVERSION_ERROR = 26, /**< Unable to convert a UChar* string to char* with the invar… enumerator
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utypes.h | 481 …U_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/ |
D | utypes.h | 477 …U_INVARIANT_CONVERSION_ERROR = 26, /**< Unable to convert a UChar* string to char* with the invar… enumerator
|
/third_party/node/deps/icu-small/source/common/ |
D | charstr.cpp | 208 errorCode = U_INVARIANT_CONVERSION_ERROR; in appendInvariantChars()
|
/third_party/icu/icu4c/source/common/ |
D | charstr.cpp | 208 errorCode = U_INVARIANT_CONVERSION_ERROR; in appendInvariantChars()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | charstr.cpp | 208 errorCode = U_INVARIANT_CONVERSION_ERROR; in appendInvariantChars()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | strtest.cpp | 786 if (ec != U_INVARIANT_CONVERSION_ERROR) { in TestCharString()
|
D | numfmtst.cpp | 2228 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()
|