Lines Matching refs:errln

130             errln("case %d: No 'locale' line.", n);
135 errln("case %d: No 'spec' line.", n);
140 errln("case %d: No 'date' line.", n);
145 errln("case %d: No 'str' line.", n);
159 errln("case %d: could not create SimpleDateFormat from pattern: %s", n, u_errorName(status));
164 errln("case %d: could not parse spec as style fields: %s", n, u_errorName(status));
169 errln("case %d: could not create SimpleDateFormat from styles.", n);
176 errln("case %d: could not create calendar from %s", n, calLoc);
191 errln("case %d: could not parse date as RELATIVE_ADD calendar fields: %s", n, u_errorName(status));
207 errln("case %d: could not apply date as RELATIVE_ADD calendar fields: %s", n, u_errorName(status));
211 errln("case %d: could not parse date as calendar fields: %s", n, u_errorName(status));
227 // errln("case %d: could not set time on calendar: %s", n, u_errorName(status));
234 errln("case %d: could not set fields on calendar: %s", n, u_errorName(status));
242 errln("case %d: could not format(): %s", n, u_errorName(status)); // TODO: use 'pos'
245 // errln("WARNING: case %d: format's pos returned (0,0) - error ??", n);
253 errln(caseString+": format: output!=expectStr, got " + *udbg_escape(output, &result) + " expected " + *udbg_escape(expectStr, &result2));
262 errln(caseString+": parse: could not get time on calendar: "+UnicodeString(u_errorName(status)));
271 errln(caseString+": parse: FAIL. parsed '"+expectStr+"' and got "+gotDateStr+", expected " + expectDateStr);
278 errln("case %d: parse: could not set fields on calendar: %s", n, u_errorName(status));
286 errln((UnicodeString)"FAIL: "+caseString
290 errln("FAIL: "+caseString+" parse SET SOURCE calendar Failed to match: "
328 errln("Unable to extract 'Type'. Skipping..");
337 errln("Unknown type: %s", testType);