Searched refs:copyErrorTo (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h495 UBool copyErrorTo(UErrorCode &status) const { function in class:number::Notation
820 UBool copyErrorTo(UErrorCode &status) const { function in class:number::Rounder
1115 UBool copyErrorTo(UErrorCode &status) const { function in class:number::IntegerWidth
1195 UBool copyErrorTo(UErrorCode &status) const { function in class:number::impl::SymbolsWrapper
1254 UBool copyErrorTo(UErrorCode &status) const { function in class:number::impl::Padder
1323 bool copyErrorTo(UErrorCode &status) const { function in struct:number::impl::MacroProps
1324 return notation.copyErrorTo(status) || rounder.copyErrorTo(status) ||
1325 padder.copyErrorTo(status) || integerWidth.copyErrorTo(statu
1705 UBool copyErrorTo(UErrorCode &outErrorCode) const { function in class:number::NumberFormatterSettings
[all...]
/external/icu/icu4c/source/common/
H A Dedits.cpp244 UBool Edits::copyErrorTo(UErrorCode &outErrorCode) { function in class:Edits
252 if (copyErrorTo(errorCode)) { return *this; }
313 if (!copyErrorTo(errorCode)) {
321 if (!copyErrorTo(errorCode)) {
393 copyErrorTo(errorCode);
H A Ducasemap.cpp616 edits->copyErrorTo(errorCode);
665 edits->copyErrorTo(errorCode);
H A Dustrcase.cpp49 edits->copyErrorTo(errorCode);
/external/icu/icu4c/source/common/unicode/
H A Dedits.h117 UBool copyErrorTo(UErrorCode &outErrorCode);
/external/icu/icu4c/source/i18n/
H A Dnumber_formatimpl.cpp152 if (macros.copyErrorTo(status)) {
/external/icu/icu4c/source/test/intltest/
H A Dnumbertest_api.cpp1442 lnf.copyErrorTo(status);
H A Dstrcase.cpp944 assertFalse("edits done: copyErrorTo", edits.copyErrorTo(outErrorCode));

Completed in 241 milliseconds