Home | History | Annotate | Download | only in intltest

Lines Matching refs:sdf

148     SimpleDateFormat sdf((UnicodeString)"E d MMM yyyy G HH:mm", status); 
153 sdf.setCalendar(cal);
168 sdf.format(cal.getTime(status), str);
185 sdf.format(jan31, str.remove()) + "; transition at " +
186 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE"));
189 sdf.format(mar1, str.remove()) + "; transition at " +
190 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE"));
193 sdf.format(mar31, str.remove()) + "; transition at " +
194 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE"));
398 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"MM/dd/yyyy HH:mm", status);
399 sdf->setCalendar(*testCal);
417 output = testTZ->getID(output) + " " + sdf->format(testDate, output, pos) +
433 delete sdf;