Searched refs:copyErrorTo (Results 1 – 10 of 10) sorted by relevance
360 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function769 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function1013 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function1137 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function1232 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function1381 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function1473 bool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function1474 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 …]
230 bool copyErrorTo(UErrorCode &status) const {231 return formatter1.copyErrorTo(status) || formatter2.copyErrorTo(status);453 UBool copyErrorTo(UErrorCode &outErrorCode) const {458 fMacros.copyErrorTo(outErrorCode);
246 UBool Edits::copyErrorTo(UErrorCode &outErrorCode) { in copyErrorTo() function in Edits254 if (copyErrorTo(errorCode)) { return *this; } in mergeAndAppend()315 if (!copyErrorTo(errorCode)) { in mergeAndAppend()323 if (!copyErrorTo(errorCode)) { in mergeAndAppend()395 copyErrorTo(errorCode); in mergeAndAppend()
792 edits->copyErrorTo(errorCode); in ucasemap_mapUTF8()841 edits->copyErrorTo(errorCode); in ucasemap_mapUTF8()
49 edits->copyErrorTo(errorCode); in checkOverflowAndEditsError()
162 UBool copyErrorTo(UErrorCode &outErrorCode);
2290 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()
948 assertFalse("edits done: copyErrorTo", edits.copyErrorTo(outErrorCode)); in TestEdits()
166 if (macros.copyErrorTo(status)) { in macrosToMicroGenerator()
325 if (fMacros.copyErrorTo(status)) { in toSkeleton()