Home | History | Annotate | Download | only in intltest

Lines Matching full:errln

66             errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status));
107 errln("MessageFormat with one param test failed.");
126 errln("MessageFormat with no param test failed.");
132 errln("Formatted with arguments > subsitution failed. result = " + tempBuffer);
143 errln("Exception when formatting with no params.");
162 errln("MessageFormat.toPattern failed");
163 errln("Exp: " + exp);
164 errln("Got: " + pat);
202 // errln("Parse failed with more than expected arguments");
241 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i);
253 errln("Tests with no arguments failed");
266 errln("quote format test (w/ null) failed.");
270 errln("Exception when formatting in bug 4031438. "+foo.getMessage());
280 errln("ParsePosition.getErrorIndex initialization failed.");
293 errln("Bug 4052223 failed : parsing string " + str);
296 errln(UnicodeString("setErrorIndex failed, got ") + pos.getErrorIndex() + " instead of 4");
306 errln(UnicodeString("Parse with \"are negative\" failed, at ") + pos.getErrorIndex());
311 errln(UnicodeString("Parse with \"are no or fraction\" failed, at ") + pos.getErrorIndex());
316 errln(UnicodeString("Parse with \"go postal\" failed, at ") + pos.getErrorIndex());
342 errln("ChoiceFormat.equals(null) throws exception.");
372 // errln(cf->format(5));
397 errln( (UnicodeString) "format(" + d + ") = " + str);
420 errln("Unexpected exception : " + e.getMessage());
434 errln("Unexpected exception : " + e.getMessage());
438 errln("MessageFormats before and after serialization are not" +
458 errln("illegal pattern: \"" + illegalPattern + "\"");
461 errln("pattern after: \"" + mf.toPattern() + "\"");
510 errln("pattern: \"" + pattern + "\"");
511 errln(" Exception: " + e.getMessage());
547 errln("Exception thrown for null argument tests.");
569 errln("Should have thrown IllegalArgumentException for pattern : " + illegalPattern);
572 errln("pattern after: \"" + mf.toPattern() + "\"");
645 errln( (UnicodeString) "Formatter Pattern : " + pat);
646 errln( (UnicodeString) "Expected Pattern : " + pattern);
747 errln("argument0: \"" + objs[0].getString(str) + "\"");
771 errln( UnicodeString("newobjs[0] = ") + newobjs[0].getDouble());
843 errln(UnicodeString("Incorrect error index: ") + pp.getErrorIndex());
889 errln((UnicodeString)"" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"");
894 errln((UnicodeString)"" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"...\"" +
930 errln("Fail: Pattern \"" + DATA[i] + "\" x "+j+" -> " +
939 errln("Fail: Pattern \"" + DATA[i] + "\" x toPattern -> \"" + pat + '"');
944 errln("Fail: Pattern \"" + DATA[i] + "\" -> " + e);
966 errln("MessageFormat.equals(null) returns false");
970 errln("MessageFormat.equals(null) throws " + e);