Home
last modified time | relevance | path

Searched refs:errorName (Results 1 – 25 of 37) sorted by relevance

12

/third_party/icu/tools/unicode/c/genprops/
Dgenprops.cpp115 fprintf(stderr, "genprops: unable to create PropsBuilders - %s\n", errorCode.errorName()); in main()
136 ppucdPath.data(), errorCode.errorName()); in main()
144 errorCode.errorName()); in main()
179 (long)ppucd.getLineNumber(), errorCode.errorName()); in main()
200 errorCode.errorName()); in main()
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu_bidi.cpp42 SkDEBUGF("Bidi error: %s", SkUnicode_IcuBidi::errorName(status)); in makeBidiIterator()
51 SkDEBUGF("Bidi error: %s", SkUnicode_IcuBidi::errorName(status)); in makeBidiIterator()
96 SkDEBUGF("Bidi error: %s", SkUnicode_IcuBidi::errorName(status)); in extractBidi()
106 SkDEBUGF("Bidi error: %s", SkUnicode_IcuBidi::errorName(status)); in extractBidi()
DSkUnicode_icu_bidi.h18 static const char* errorName(UErrorCode status);
DSkUnicode_client.cpp37 const char* SkUnicode_IcuBidi::errorName(UErrorCode status) { in errorName() function in SkUnicode_IcuBidi
/third_party/icu/icu4c/source/tools/gendict/
Dgendict.cpp319 fprintf(stderr, "error opening input file: ICU Error \"%s\"\n", status.errorName()); in main()
325 fprintf(stderr, "new DataDict: ICU Error \"%s\"\n", status.errorName()); in main()
389 status.errorName(), lineCount); in main()
416 …, if U_ILLEGAL_ARGUMENT_ERROR possibly due to duplicate dictionary entries\n", status.errorName()); in main()
422 …f(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName()); in main()
445 fprintf(stderr, "gendict: error \"%s\" writing the output file\n", status.errorName()); in main()
/third_party/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp319 fprintf(stderr, "error opening input file: ICU Error \"%s\"\n", status.errorName()); in main()
325 fprintf(stderr, "new DataDict: ICU Error \"%s\"\n", status.errorName()); in main()
389 status.errorName(), lineCount); in main()
416 …, if U_ILLEGAL_ARGUMENT_ERROR possibly due to duplicate dictionary entries\n", status.errorName()); in main()
422 …f(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName()); in main()
445 fprintf(stderr, "gendict: error \"%s\" writing the output file\n", status.errorName()); in main()
/third_party/icu/icu4c/source/test/cintltst/
Dputiltst.c484 const char* errorName ; in TestErrorName() local
486 errorName = u_errorName((UErrorCode)code); in TestErrorName()
487 if(!errorName || errorName[0] == 0) { in TestErrorName()
493 errorName = u_errorName(errorCode[code]); in TestErrorName()
494 if(uprv_strcmp(str[code],errorName )!=0){ in TestErrorName()
495 log_err("Error : u_errorName failed. Expected: %s Got: %s \n",str[code],errorName); in TestErrorName()
/third_party/python/Lib/unittest/
Dsuite.py235 errorName = f'{method_name} ({parent})'
236 self._addClassOrModuleLevelException(result, exc, errorName, info)
238 def _addClassOrModuleLevelException(self, result, exception, errorName, argument
240 error = _ErrorHolder(errorName)
/third_party/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1155 (int)fileLineNumber, errorCode.errorName()); in parseAndSetAttribute()
1196 (int)fileLineNumber, errorCode.errorName()); in parseAndSetAttribute()
1230 (int)fileLineNumber, errorCode.errorName()); in parseAndSetReorderCodes()
1256 dataerrln("RuleBasedCollator(rules) failed - %s", errorCode.errorName()); in buildTailoring()
1362 norm, errorCode.errorName()); in getCollationKey()
1416 norm, (int)partSize, errorCode.errorName()); in getCollationKey()
1566 (int)fileLineNumber, norm, order, expectedOrder, errorCode.errorName()); in checkCompareTwo()
1577 (int)fileLineNumber, norm, order, -expectedOrder, errorCode.errorName()); in checkCompareTwo()
1591 (int)fileLineNumber, norm, order, expectedOrder, errorCode.errorName()); in checkCompareTwo()
1602 (int)fileLineNumber, norm, order, -expectedOrder, errorCode.errorName()); in checkCompareTwo()
[all …]
Dstrcase.cpp651 errorCode.errorName()); in TestTitleOptions()
658 errorCode.errorName()); in TestTitleOptions()
667 errorCode.errorName()); in TestTitleOptions()
965 errorCode.errorName(), (long)destLength); in TestLongUpper()
974 errln("ucasemap_open(English) failed - %s", errorCode.errorName()); in TestMalformedUTF8()
984 errorCode.errorName(), (int)destLength, dest[0]); in TestMalformedUTF8()
993 errorCode.errorName(), (int)destLength, dest[0]); in TestMalformedUTF8()
1001 errorCode.errorName(), (int)destLength, dest[0]); in TestMalformedUTF8()
1009 errorCode.errorName(), (int)destLength, dest[0]); in TestMalformedUTF8()
1019 errln("ucasemap_open(English) failed - %s", errorCode.errorName()); in TestBufferOverflow()
[all …]
Dtmsgfmt.cpp1818 errln("msgfmt.getFormatNames()[0] failed: %s", errorCode.errorName()); in testGetFormatNames()
1827 errln("msgfmt.getFormatNames()[1] failed: %s", errorCode.errorName()); in testGetFormatNames()
1836 errln("msgfmt.getFormatNames()[2] failed: %s", errorCode.errorName()); in testGetFormatNames()
/third_party/icu/icu4c/source/common/
Derrorcode.cpp38 const char* ErrorCode::errorName() const { in errorName() function in ErrorCode
/third_party/node/deps/icu-small/source/common/
Derrorcode.cpp38 const char* ErrorCode::errorName() const { in errorName() function in ErrorCode
/third_party/skia/third_party/externals/icu/source/common/
Derrorcode.cpp38 const char* ErrorCode::errorName() const { in errorName() function in ErrorCode
/third_party/icu/icu4c/source/common/unicode/
Derrorcode.h123 const char* errorName() const;
/third_party/skia/third_party/externals/icu/source/common/unicode/
Derrorcode.h123 const char* errorName() const;
/third_party/node/deps/icu-small/source/common/unicode/
Derrorcode.h123 const char* errorName() const;
/third_party/icu/icu4c/source/tools/ctestfw/
Dtstdtmod.cpp120 msg.append(u" but got error: ").append(UnicodeString(errorName(), -1, US_INV)); in errlog()
/third_party/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp730 errorCode.errorName()); in processData()
787 filename, errorCode.errorName()); in writeBinaryFile()
796 fprintf(stderr, "gennorm2: error %s writing the output file\n", errorCode.errorName()); in writeBinaryFile()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dn2builder.cpp730 errorCode.errorName()); in processData()
787 filename, errorCode.errorName()); in writeBinaryFile()
796 fprintf(stderr, "gennorm2: error %s writing the output file\n", errorCode.errorName()); in writeBinaryFile()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dtstdtmod.cpp120 msg.append(u" but got error: ").append(UnicodeString(errorName(), -1, US_INV)); in errlog()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dtoolutil.cpp80 fprintf(stderr, "error at %s: %s\n", location, errorName()); in handleFailure()
/third_party/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp81 fprintf(stderr, "error at %s: %s\n", location, errorName()); in handleFailure()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dtoolutil.cpp81 fprintf(stderr, "error at %s: %s\n", location, errorName()); in handleFailure()
/third_party/icu/tools/unicode/c/genuts46/
Dgenuts46.cpp55 fprintf(stderr, "error at %s: %s\n", location, errorName()); in handleFailure()

12