Lines Matching defs:fmt
843 SimpleDateFormat *fmt = new SimpleDateFormat("z", Locale::getUS(), status);
846 delete fmt;
885 fmt->setTimeZone(*tz);
897 zone[i] = fmt->format(d+ i*ONE_HOUR, zone[i], pos);
910 delete fmt;
1046 SimpleDateFormat fmt("MMM d yyyy hh:mm a zzz", loc, status);
1052 fmt.setCalendar(calWith);
1053 fmt.format(date, strWith);
1054 fmt.setCalendar(calWithout);
1055 fmt.format(date, strWithout);