Home
last modified time | relevance | path

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

12

/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumberformatter.h378 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
743 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1013 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1141 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1224 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1306 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1455 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1553 bool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1554 return notation.copyErrorTo(status) || precision.copyErrorTo(status) || in copyErrorTo()
1555 padder.copyErrorTo(status) || integerWidth.copyErrorTo(status) || in copyErrorTo()
[all …]
Dnumberrangeformatter.h118 bool copyErrorTo(UErrorCode &status) const {
119 return formatter1.copyErrorTo(status) || formatter2.copyErrorTo(status);
363 UBool copyErrorTo(UErrorCode &outErrorCode) const {
368 fMacros.copyErrorTo(outErrorCode);
/third_party/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h378 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
743 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1013 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1141 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1224 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1306 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1455 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1550 bool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1551 return notation.copyErrorTo(status) || precision.copyErrorTo(status) || in copyErrorTo()
1552 padder.copyErrorTo(status) || integerWidth.copyErrorTo(status) || in copyErrorTo()
[all …]
Dnumberrangeformatter.h118 bool copyErrorTo(UErrorCode &status) const {
119 return formatter1.copyErrorTo(status) || formatter2.copyErrorTo(status);
363 UBool copyErrorTo(UErrorCode &outErrorCode) const {
368 fMacros.copyErrorTo(outErrorCode);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h378 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
743 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1013 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1141 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1224 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1306 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1455 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1550 bool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
1551 return notation.copyErrorTo(status) || precision.copyErrorTo(status) || in copyErrorTo()
1552 padder.copyErrorTo(status) || integerWidth.copyErrorTo(status) || in copyErrorTo()
[all …]
Dnumberrangeformatter.h123 bool copyErrorTo(UErrorCode &status) const { in copyErrorTo() function
124 return formatter1.copyErrorTo(status) || formatter2.copyErrorTo(status); in copyErrorTo()
368 UBool copyErrorTo(UErrorCode &outErrorCode) const { in copyErrorTo() function
373 fMacros.copyErrorTo(outErrorCode); in copyErrorTo()
/third_party/icu/icu4c/source/test/intltest/
Dlocalebuildertest.cpp60 if (bld.copyErrorTo(copyStatus)) { in Verify()
63 if (!bld.copyErrorTo(errorStatus) || errorStatus != U_ILLEGAL_ARGUMENT_ERROR) { in Verify()
209 bld.copyErrorTo(copyStatus); in TestLocaleBuilder()
213 bld.copyErrorTo(copyStatus); in TestLocaleBuilder()
217 bld.copyErrorTo(copyStatus); in TestLocaleBuilder()
221 bld.copyErrorTo(copyStatus); in TestLocaleBuilder()
227 bld.copyErrorTo(copyStatus); in TestLocaleBuilder()
231 bld.copyErrorTo(copyStatus); in TestLocaleBuilder()
237 bld.copyErrorTo(copyStatus); in TestLocaleBuilder()
241 bld.copyErrorTo(copyStatus); in TestLocaleBuilder()
[all …]
Dlocalematchertest.cpp117 assertFalse("no error", builder.copyErrorTo(success)); in testCopyErrorTo()
120 assertTrue("failure passed in", builder.copyErrorTo(failure)); in testCopyErrorTo()
/third_party/flutter/skia/third_party/externals/icu/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);
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/skia/third_party/externals/icu/source/common/
Dedits.cpp247 UBool Edits::copyErrorTo(UErrorCode &outErrorCode) const { in copyErrorTo() function in Edits
255 if (copyErrorTo(errorCode)) { return *this; } in mergeAndAppend()
316 if (!copyErrorTo(errorCode)) { in mergeAndAppend()
324 if (!copyErrorTo(errorCode)) { in mergeAndAppend()
396 copyErrorTo(errorCode); in mergeAndAppend()
/third_party/icu/icu4c/source/common/
Dedits.cpp247 UBool Edits::copyErrorTo(UErrorCode &outErrorCode) const { in copyErrorTo() function in Edits
255 if (copyErrorTo(errorCode)) { return *this; } in mergeAndAppend()
316 if (!copyErrorTo(errorCode)) { in mergeAndAppend()
324 if (!copyErrorTo(errorCode)) { in mergeAndAppend()
396 copyErrorTo(errorCode); in mergeAndAppend()
/third_party/node/deps/icu-small/source/common/
Dedits.cpp247 UBool Edits::copyErrorTo(UErrorCode &outErrorCode) const { in copyErrorTo() function in Edits
255 if (copyErrorTo(errorCode)) { return *this; } in mergeAndAppend()
316 if (!copyErrorTo(errorCode)) { in mergeAndAppend()
324 if (!copyErrorTo(errorCode)) { in mergeAndAppend()
396 copyErrorTo(errorCode); in mergeAndAppend()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocalebuilder.h291 UBool copyErrorTo(UErrorCode &outErrorCode) const;
Dedits.h165 UBool copyErrorTo(UErrorCode &outErrorCode) const;
Dlocalematcher.h512 UBool copyErrorTo(UErrorCode &outErrorCode) const;
/third_party/icu/icu4c/source/common/unicode/
Dlocalebuilder.h291 UBool copyErrorTo(UErrorCode &outErrorCode) const;
Dedits.h165 UBool copyErrorTo(UErrorCode &outErrorCode) const;
Dlocalematcher.h512 UBool copyErrorTo(UErrorCode &outErrorCode) const;
/third_party/node/deps/icu-small/source/common/unicode/
Dlocalebuilder.h289 UBool copyErrorTo(UErrorCode &outErrorCode) const;
Dedits.h165 UBool copyErrorTo(UErrorCode &outErrorCode) const;
Dlocalematcher.h508 UBool copyErrorTo(UErrorCode &outErrorCode) const;
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dedits.h162 UBool copyErrorTo(UErrorCode &outErrorCode);

12