Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h360 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
769 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1013 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1137 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1232 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1381 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1473 bool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1474 return notation.copyErrorTo(status) || precision.copyErrorTo(status) || in copyErrorTo()
1475 padder.copyErrorTo(status) || integerWidth.copyErrorTo(status) || in copyErrorTo()
1476 symbols.copyErrorTo(status) || scale.copyErrorTo(status); in copyErrorTo()
[all …]
Dnumberrangeformatter.h230 bool copyErrorTo(UErrorCode &status) const {
231 return formatter1.copyErrorTo(status) || formatter2.copyErrorTo(status);
453 UBool copyErrorTo(UErrorCode &outErrorCode) const {
458 fMacros.copyErrorTo(outErrorCode);
/external/icu/icu4c/source/common/
Dedits.cpp246 UBool Edits::copyErrorTo(UErrorCode &outErrorCode) { in copyErrorTo() function in Edits
254 if (copyErrorTo(errorCode)) { return *this; } in mergeAndAppend()
315 if (!copyErrorTo(errorCode)) { in mergeAndAppend()
323 if (!copyErrorTo(errorCode)) { in mergeAndAppend()
395 copyErrorTo(errorCode); in mergeAndAppend()
Ducasemap.cpp792 edits->copyErrorTo(errorCode); in ucasemap_mapUTF8()
841 edits->copyErrorTo(errorCode); in ucasemap_mapUTF8()
Dustrcase.cpp49 edits->copyErrorTo(errorCode); in checkOverflowAndEditsError()
/external/icu/icu4c/source/common/unicode/
Dedits.h162 UBool copyErrorTo(UErrorCode &outErrorCode);
/external/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp2290 lnf.copyErrorTo(status); in errors()
2315 NumberFormatter::with().setting(method(argument)).copyErrorTo(status); \ in validRanges()
2324 …NumberFormatter::with().setting(method(argument, EXPECTED_MAX_INT_FRAC_SIG)).copyErrorTo(status); \ in validRanges()
2328 NumberFormatter::with().setting(method(lowerBound, argument)).copyErrorTo(status); \ in validRanges()
2331 NumberFormatter::with().setting(method(argument, argument - 1)).copyErrorTo(status); \ in validRanges()
Dstrcase.cpp948 assertFalse("edits done: copyErrorTo", edits.copyErrorTo(outErrorCode)); in TestEdits()
/external/icu/icu4c/source/i18n/
Dnumber_formatimpl.cpp166 if (macros.copyErrorTo(status)) { in macrosToMicroGenerator()
Dnumber_fluent.cpp325 if (fMacros.copyErrorTo(status)) { in toSkeleton()