HomeSort by relevance Sort by last modified time
    Searched full:errln (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /external/icu4c/test/intltest/
transrt.cpp 484 parent->errln("FAIL: UnicodeSet::applyPattern(" +
493 parent->errln("FAIL: UnicodeSet::applyPattern(" +
502 parent->errln("FAIL: UnicodeSet::applyPattern(" +
511 parent->errln("FAIL: UnicodeSet::applyPattern(" +
521 parent->errln("FAIL: UnicodeSet::applyPattern(%s)", roundtripExclusions);
529 parent->errln("FAIL: UnicodeSet::applyPattern([:Other:])");
539 parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)" : " ")); // + ", see " + logFileName);
569 parent->errln("FAIL: createInstance(" + transliteratorID +
578 parent->errln("FAIL: " + transliteratorID +
611 parent->errln("FAIL: createFromRules %s\n", u_errorName(status))
    [all...]
itformat.cpp 80 errln("itformat: couldn't set default Locale to ENGLISH!");
133 errln("itformat: couldn't re-set default Locale!");
tsdate.cpp 171 errln("**** FAIL: Parse of " + prettify(string[i-1], FALSE) + " failed.");
181 errln("**** FAIL: Date mismatch after match for " + string[i]);
190 errln("**** FAIL: String mismatch after match for " + string[i]);
203 errln((UnicodeString)"**** FAIL: No string and/or date match within " + fLimit
caltztst.cpp 111 errln("FAIL: Calendar::createInstance failed");
192 errln("FAIL: Calendar::getTime failed");
211 errln("FAIL: Calendar::get failed");
plurfmts.cpp 95 errln("ERROR: clone plural format test failed!");
107 errln("ERROR: assignment operator test failed!");
174 errln("ERROR: PluralFormat failed to detect syntax error with pattern: "+checkSyntaxtData[i]);
199 errln("ERROR: PluralFormat failed to apply pattern- "+patternTestData[i]);
235 errln("SetLocale should reset rules but did not.");
240 errln("SetLocale should reset rules but did not.");
254 errln("Wrong ruleset loaded by setLocale() - got:"+plResult+ UnicodeString(" expecting:")+numResult);
262 errln("Failed in PluralFormat copy constructor or == operator");
500 errln("ERROR: Unexpected plural format - got:"+plResult+ UnicodeString(" expecting:")+numResult);
503 errln( *message+UnicodeString(" got:")+plResult+UnicodeString(" expecting:")+numResult)
    [all...]
nmfmtrt.cpp 52 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status));
262 errln("*** STRING ERROR \"" + escape(s) + "\" != \"" + escape(s2) + "\"");
269 errln("*** NUMERIC ERROR");
278 errln(UnicodeString("*** NUMERIC ERROR ") + error);
289 errln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " +
tsnmfmt.cpp 155 errln("**** FAIL: Non-null format returned by createXxxInstance upon failure.");
163 errln((UnicodeString)"**** FAIL: Null format returned by createXxxInstance.");
347 errln(errMsg);
361 errln("**** FAIL: Formatting " + aNumber);
367 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed.");
372 errln("**** FAIL: Parse of " + prettify(stringNum)
381 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed. Got:" + number.getLong()
uobjtest.cpp 61 errln("FAIL: Fatal: Ran out of IDs! Increase MAX_CLASS_ID." + UnicodeString(count) + what);
86 errln("FAIL: dynamicID == NULL!" + what);
105 errln("FAIL: ID is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
400 errln("placement new did not place the object at the expected address");
403 errln("constructor used with placement new did not work right");
441 errln("constructor used with array new did not work right");
457 errln("debug new doesn't work.");
ssearch.cpp 49 errln("Failure in file %s, line %d, test ID = \"%s\"", __FILE__, __LINE__, testId);}}
52 errln("Failure in file %s, line %d. \"%s\"", __FILE__, __LINE__, m);return;}}
134 errln("ERROR: getPath() failed - %s", u_errorName(status));
175 errln("ssearch, unrecognized XML Element in test file");
449 errln("Could not open collator for %s", testCases[t].locale);
456 errln("Could not open CollData object for %s", testCases[t].locale);
463 errln("Could not open search object for %s", testCases[t].locale);
473 errln("Could not find pattern - locale: %s, file: %s ", testCases[t].locale, testCases[t].file);
523 errln("ssearch, unrecognized XML Element in test file");
1029 errln("Fails with \"%s\"", test[i])
    [all...]
regextst.cpp 90 #define REGEX_ASSERT(expr) {if ((expr)==FALSE) {errln("RegexTest failure at line %d.\n", __LINE__);};}
96 #define REGEX_CHECK_STATUS_L(line) {if (U_FAILURE(status)) {errln( \
100 errln("RegexTest failure at line %d, from %d.", __LINE__, (line)); return;}}
142 errln("RegexTest failure in REPattern::matcher() at line %d. Status = %s\n",
150 errln("RegexTest failure in lookingAt() at line %d. Status = %s\n",
155 errln("RegexTest: wrong return from lookingAt() at line %d.\n", line);
162 errln("RegexTest failure in matches() at line %d. Status = %s\n",
167 errln("RegexTest: wrong return from matches() at line %d.\n", line);
213 errln("Line %d: incorrect line/offset from UParseError. Expected %d/%d; got %d/%d.\n",
544 errln("RegexTest failure at line %d, index %d. Expected %d, got %d\n"
    [all...]
intltest.h 105 virtual void errln( const UnicodeString &message );
113 // convenience functions: sprintf() + errln() etc.
119 void errln(const char *fmt, ...);
winnmtst.cpp 248 log->errln("Double format error for locale " + locale +
256 log->errln("int32_t format error for locale " + locale +
264 log->errln("int64_t format error for locale " + locale +
dtfmttst.cpp 178 errln(UnicodeString() + i + " " + *id + " " + dstOffset +
208 if (!(*fmtA == *fmtB)) errln((UnicodeString)"FAIL");
251 errln((UnicodeString)"FAIL: Should parse to hour " + hour + " but got " + hr);
254 errln((UnicodeString)"FAIL: " + (int32_t)status);
372 errln(UnicodeString("Could not create SimpleDateFormat object for locale en_US. Error: " )+ UnicodeString(u_errorName(ec)));
468 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
486 if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
495 !(date == expected)) errln((UnicodeString)"FAIL: Expected null");//" + expected);
496 if (!(f == str)) errln(UnicodeString("FAIL: Expected ") + str);
501 // if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected))
    [all...]
currcoll.cpp 123 errln("Couldn't get collationKey for source");
131 errln("Couldn't get collationKey for target");
tzbdtest.cpp 151 else errln(UnicodeString("FAIL: Expected boundary at ") + expectedBoundary);
289 errln("Could not create calendar. Error: %s", u_errorName(status));
296 errln("Could not create calendar. Error: %s", u_errorName(status));
388 errln("Error: inDaylightTime(" + dateToString(max) + ") != " + ((!startsInDST)?"true":"false"));
409 else errln(UnicodeString("FAIL: Expected boundary at ") + expectedBoundary);
472 else errln("FAIL: DST all year, or no DST with true useDaylightTime");
475 errln(UnicodeString("FAIL: ") + changes + " changes seen; should see 0 or 2");
478 errln("FAIL: useDaylightTime false but 2 changes seen");
astrotst.cpp 46 #define ASSERT_OK(x) if(U_FAILURE(x)) { errln("%s:%d: %s\n", __FILE__, __LINE__, u_errorName(x)); return; }
320 errln("FAIL: (rise) " + df_d->format(cal->getTime(status),s1) +
331 errln("FAIL: (set) " + df_d->format(cal->getTime(status),s1) +
413 errln("FAIL: " + d3->format(cal3->getTime(status), s) + " => " + jd +
466 errln((UnicodeString)"FAIL: expected " + expectedAge +
g7coll.cpp 118 errln(msg);
133 errln(msg);
175 errln( "Demo Test 1 Table Collation object creation failed.");
209 errln("Demo Test 2 Table Collation object creation failed.");
243 errln("Demo Test 3 Table Collation object creation failed.");
intltest.cpp 484 IntlTest::gTest->errln( message );
631 this->errln("*** runIndexedTest needs to be overriden! ***");
768 void IntlTest::errln( const UnicodeString &message ) function in class:IntlTest
803 errln(message);
872 void IntlTest::errln(const char *fmt, ...) function in class:IntlTest
880 errln(UnicodeString(buffer, ""));
906 errln(UnicodeString(buffer, ""));
    [all...]
tsmthred.cpp 94 #define TSMTHREAD_FAIL(msg) errln("%s at file %s, line %d", msg, __FILE__, __LINE__)
586 errln("Error starting thread %d", i);
597 errln("No threads could be started for testing!");
630 errln("->" + UnicodeString(threadTestChars) + "<- PATIENCE EXCEEDED!! Still missing some.");
698 errln("Error starting thread %d", i);
705 errln("No threads could be started for testing!");
    [all...]
itrbnfp.cpp 177 errln("*** RBNF currently disabled on this platform ***\n");
restest.cpp 257 errln("Something threw an error in TestConstruction()");
265 errln("Construction test failed; run verbose for more information");
284 errln("getVersionNumber() failed");
498 errln("Could not construct UnicodeSet from pattern for ExemplarCharacters in locale : %s. Error: %s",locale,u_errorName(status));
tstnorm.cpp 316 errln("FAIL: " + hex(a) + " x DECOMP_COMPAT => " +
359 errln((UnicodeString)"FAIL: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b) +
367 errln((UnicodeString)"FAIL: " + hex(b) + " x DECOMP => " + hex(a) +
509 errln("Forward/reverse mismatch for input " + hex(input)
529 errln(UnicodeString("ERROR: case ") + i + " normalized " + hex(input) + "\n"
563 errln(errPrefix + "normalized " + hex(input) + "\n"
621 errln("getStaticClassID != getDynamicClassID for Normalizer.");
653 errln("error: mismatch in Normalizer iteration (%s) at %s: "
665 errln("error: index mismatch in Normalizer iteration (%s) at %s: "
838 errln("error in Normalizer::concatenate(), cases[] fails with "
    [all...]
frcoll.cpp 145 errln("Error setting attribute in French collator");
166 errln("Error setting attribute in French collator");
uvectest.cpp 60 errln("UVectorTest failure at line %d. status=%s\n", __LINE__, u_errorName(status));\
66 errln("UVectorTest failure at line %d.\n", __LINE__);\
  /external/icu4c/tools/ctestfw/
tstdtmod.cpp 76 log.errln(UNICODE_STRING_SIMPLE("Unable to initalize test data - missing mandatory description resources!"));

Completed in 146 milliseconds

1 2 34 5