Lines Matching refs:sdf
121 …SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], sta… in TestTimeZoneRoundTrip() local
138 sdf->setTimeZone(*tz); in TestTimeZoneRoundTrip()
139 sdf->format(DATES[datidx], tzstr, fpos); in TestTimeZoneRoundTrip()
144 sdf->setTimeZone(unknownZone); in TestTimeZoneRoundTrip()
157 sdf->parse(tzstr, *outcal, pos); in TestTimeZoneRoundTrip()
244 delete sdf; in TestTimeZoneRoundTrip()
336 SimpleDateFormat *sdf = new SimpleDateFormat(pattern, data.locales[locidx], status); in run() local
351 sdf->setTimeZone(*tz); in run()
398 sdf->format(testTimes[testidx], text, fpos); in run()
400 UDate parsedDate = sdf->parse(text, status); in run()
434 delete sdf; in run()