Lines Matching defs:fmt
486 SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("ddMMMyy"), Locale::getUK(),status);
492 delete fmt;
495 fmt->adoptCalendar(cal);
497 UDate date = fmt->parse("29MAY97", status);
498 failure(status, "fmt->parse");
510 delete fmt;
1446 DateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"),status);
1457 logln(UnicodeString("") + y + UnicodeString(" = ") + fmt->format(cal->getTime(status), temp) + " " +
1464 delete fmt;
1480 DateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"),status);
1499 delete fmt;
1988 SimpleDateFormat fmt("E dd MMM yyyy 'DOY='D 'WOY='w",
1990 fmt.setCalendar(cal);
2003 DateFormat& dfmt = *(DateFormat*)&fmt;
2052 SimpleDateFormat fmt("HH:mm 'w'w 'd'D E d MMM yyyy", Locale::getUS(), status);
2057 fmt.setCalendar(cal);
2063 fmt.format(cutover, temp) + "}(epoch days-" + (int)days + ", jd" + (2440588 + days) +")");
2118 fmt.format(cal.getTime(status), temp.remove()) +
2125 fmt.format(cal.getTime(status), temp.remove()));
2142 fmt.format(cal.getTime(status), temp.remove()) +
2160 fmt.format(cal.getTime(status), temp.remove()) +
2234 fmt.format(date, temp.remove()) +
2238 fmt.format(result, temp2.remove()) +
2242 fmt.format(date, temp.remove()) +
2246 fmt.format(result, temp2.remove()) +
2248 fmt.format(expected, temp3.remove()) +
2276 SimpleDateFormat fmt(UnicodeString("MMM dd yyyy",""), ec);
2277 fmt.setCalendar(cal);
2328 fmt.format(date2, s.remove()) + " - " +
2329 fmt.format(date1, t.remove()) + " = " +
2345 fmt.format(date1, s.remove()) + " + " +
2347 fmt.format(date22, t.remove()) + ", exp " +
2348 fmt.format(date2, u.remove()));
2351 fmt.format(date1, s.remove()) + " + " +
2353 fmt.format(date22, t.remove()));