Lines Matching refs:sdf
166 …SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], sta… in TestTimeZoneRoundTrip() local
183 sdf->setTimeZone(*tz); in TestTimeZoneRoundTrip()
184 sdf->format(DATES[datidx], tzstr, fpos); in TestTimeZoneRoundTrip()
189 sdf->setTimeZone(unknownZone); in TestTimeZoneRoundTrip()
202 sdf->parse(tzstr, *outcal, pos); in TestTimeZoneRoundTrip()
331 delete sdf; in TestTimeZoneRoundTrip()
461 SimpleDateFormat *sdf = new SimpleDateFormat(pattern, data.locales[locidx], status); in run() local
501 sdf->setTimeZone(*tz); in run()
552 sdf->format(testTimes[testidx], text, fpos); in run()
554 UDate parsedDate = sdf->parse(text, status); in run()
594 delete sdf; in run()
953 LocalPointer<SimpleDateFormat> sdf(new SimpleDateFormat(status), status); in TestISOFormat() local
962 sdf->adoptTimeZone(tz); in TestISOFormat()
964 sdf->applyPattern(UnicodeString(PATTERN[j])); in TestISOFormat()
966 sdf->format(d, result); in TestISOFormat()
999 sdf->applyPattern(PATTERN[j]); in TestISOFormat()
1001 sdf->parse(UnicodeString(ISO_STR[i][j]), *(outcal.getAlias()), pos); in TestISOFormat()