Home | History | Annotate | Download | only in intltest

Lines Matching refs:parse

164                 errln("case %d: could not parse spec as style fields: %s", n, u_errorName(status));
179 // parse 'date'
191 errln("case %d: could not parse 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));
258 format->parse(expectStr,*cal,pos);
262 errln(caseString+": parse: could not get time on calendar: "+UnicodeString(u_errorName(status)));
266 logln(caseString+": parse: SUCCESS! "+UnicodeString("gotDate=parseDate=")+expectStr);
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));
290 errln("FAIL: "+caseString+" parse SET SOURCE calendar Failed to match: "
293 logln("PASS: "+caseString+" parse.");