Home | History | Annotate | Download | only in intltest

Lines Matching refs:parse

186                     // Before parse, set unknown zone to SimpleDateFormat instance
191 // Parse
195 errln("Failed to create an instance of calendar for receiving parse result.");
202 sdf->parse(tzstr, *outcal, pos);
554 UDate parsedDate = sdf->parse(text, status);
556 log.errln((UnicodeString) "Parse failure for text=" + text + ", tzid=" + *tzid + ", locale=" + data.locales[locidx].getName()
828 TimeZone* tz = tzfmt->parse(DATA[i].style, DATA[i].text, pos, DATA[i].parseOptions, &ttype);
844 errln((UnicodeString)"Fail: Parse failure - expected: " + DATA[i].expected);
1001 sdf->parse(UnicodeString(ISO_STR[i][j]), *(outcal.getAlias()), pos);
1004 errln((UnicodeString)"FAIL: Failed to parse the entire input string: " + ISO_STR[i][j]);