Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_multiplier.cpp89 UErrorCode localError = U_ZERO_ERROR; in byDecimal() local
90 LocalPointer<DecNum> decnum(new DecNum(), localError); in byDecimal()
91 if (U_FAILURE(localError)) { in byDecimal()
92 return {localError}; in byDecimal()
94 decnum->setTo(multiplicand, localError); in byDecimal()
95 if (U_FAILURE(localError)) { in byDecimal()
96 return {localError}; in byDecimal()
102 UErrorCode localError = U_ZERO_ERROR; in byDouble() local
103 LocalPointer<DecNum> decnum(new DecNum(), localError); in byDouble()
104 if (U_FAILURE(localError)) { in byDouble()
[all …]
/third_party/icu/icu4c/source/i18n/
Dnumber_multiplier.cpp93 UErrorCode localError = U_ZERO_ERROR; in byDecimal() local
94 LocalPointer<DecNum> decnum(new DecNum(), localError); in byDecimal()
95 if (U_FAILURE(localError)) { in byDecimal()
96 return {localError}; in byDecimal()
98 decnum->setTo(multiplicand, localError); in byDecimal()
99 if (U_FAILURE(localError)) { in byDecimal()
100 return {localError}; in byDecimal()
106 UErrorCode localError = U_ZERO_ERROR; in byDouble() local
107 LocalPointer<DecNum> decnum(new DecNum(), localError); in byDouble()
108 if (U_FAILURE(localError)) { in byDouble()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_multiplier.cpp93 UErrorCode localError = U_ZERO_ERROR; in byDecimal() local
94 LocalPointer<DecNum> decnum(new DecNum(), localError); in byDecimal()
95 if (U_FAILURE(localError)) { in byDecimal()
96 return {localError}; in byDecimal()
98 decnum->setTo(multiplicand, localError); in byDecimal()
99 if (U_FAILURE(localError)) { in byDecimal()
100 return {localError}; in byDecimal()
106 UErrorCode localError = U_ZERO_ERROR; in byDouble() local
107 LocalPointer<DecNum> decnum(new DecNum(), localError); in byDouble()
108 if (U_FAILURE(localError)) { in byDouble()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dnumber_multiplier.cpp93 UErrorCode localError = U_ZERO_ERROR; in byDecimal() local
94 LocalPointer<DecNum> decnum(new DecNum(), localError); in byDecimal()
95 if (U_FAILURE(localError)) { in byDecimal()
96 return {localError}; in byDecimal()
98 decnum->setTo(multiplicand, localError); in byDecimal()
99 if (U_FAILURE(localError)) { in byDecimal()
100 return {localError}; in byDecimal()
106 UErrorCode localError = U_ZERO_ERROR; in byDouble() local
107 LocalPointer<DecNum> decnum(new DecNum(), localError); in byDouble()
108 if (U_FAILURE(localError)) { in byDouble()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
Dmakeconv.cpp291 UErrorCode localError = U_ZERO_ERROR; in main() local
297 pathBuf.appendPathPart(sourcedir, localError); in main()
298 pathBuf.appendPathPart(arg, localError); in main()
308 outFileName.append(basename, localError); in main()
312 outFileName.append(arg, localError); in main()
314 if (U_FAILURE(localError)) { in main()
315 return localError; in main()
332 outFileName.append(CONVERTER_FILE_EXTENSION, localError); in main()
333 if (U_FAILURE(localError)) { in main()
334 return localError; in main()
[all …]
/third_party/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp291 UErrorCode localError = U_ZERO_ERROR; in main() local
297 pathBuf.appendPathPart(sourcedir, localError); in main()
298 pathBuf.appendPathPart(arg, localError); in main()
308 outFileName.append(basename, localError); in main()
312 outFileName.append(arg, localError); in main()
314 if (U_FAILURE(localError)) { in main()
315 return localError; in main()
332 outFileName.append(CONVERTER_FILE_EXTENSION, localError); in main()
333 if (U_FAILURE(localError)) { in main()
334 return localError; in main()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/makeconv/
Dmakeconv.cpp287 UErrorCode localError = U_ZERO_ERROR; in main() local
296 outFileName.append(basename, localError); in main()
300 outFileName.append(arg, localError); in main()
302 if (U_FAILURE(localError)) { in main()
303 return localError; in main()
320 outFileName.append(CONVERTER_FILE_EXTENSION, localError); in main()
321 if (U_FAILURE(localError)) { in main()
322 return localError; in main()
330 createConverter(&data, arg, &localError); in main()
332 if (U_FAILURE(localError)) in main()
[all …]
/third_party/skia/third_party/externals/icu/source/extra/uconv/
Duconv.cpp795 UErrorCode localError = U_ZERO_ERROR; in convertFile() local
797 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
948 UErrorCode localError = U_ZERO_ERROR; in convertFile() local
950 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
/third_party/icu/icu4c/source/extra/uconv/
Duconv.cpp795 UErrorCode localError = U_ZERO_ERROR; in convertFile() local
797 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
948 UErrorCode localError = U_ZERO_ERROR; in convertFile() local
950 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/
Duconv.cpp795 UErrorCode localError = U_ZERO_ERROR; in convertFile() local
797 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
948 UErrorCode localError = U_ZERO_ERROR; in convertFile() local
950 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()