Home | History | Annotate | Download | only in intltest

Lines Matching refs:date

96         logln((UnicodeString)"today date: " + today);
98 logln("Error reparsing date: " + e.getMessage());
130 UDate dt = date(97, UCAL_MAY, 3, 8, 55);
231 UDate start = date(1809-1900, UCAL_DECEMBER, 25);
237 date(1809-1900, UCAL_DECEMBER, 25),
238 date(1909-1900, UCAL_DECEMBER, 24),
239 date(1809-1900, UCAL_DECEMBER, 26),
240 date(1861-1900, UCAL_DECEMBER, 25),
251 "091225", new Date(1809-1900, Calendar.DECEMBER, 25),
252 "091224", new Date(1909-1900, Calendar.DECEMBER, 24),
253 "091226", new Date(1809-1900, Calendar.DECEMBER, 26),
254 "611225", new Date(1861-1900, Calendar.DECEMBER, 25),
440 curDate = date(98, 0, 1);
452 strShortDate = "The current date (short form) is ";
456 strFullDate = "The current date (long form) is ";
528 UDate epoch = date(0, 0, 0);
529 UDate xmas = date(61, UCAL_DECEMBER, 25);
558 two y's, typically resulting in a date in the year 1919.
712 //Date d = date(9234567890L);
731 * used for Date.toString() is. Bug 4138203 reports that it fails on Korean
739 // choose a date that is the FIRST of some month
741 UDate d = date(97, 3, 1, 1, 1, 1);
750 logln("Date=" + s);
820 date(70, UCAL_JANUARY, 1, 10, 30),
826 "time 10:30", new ParsePosition(10), new Date(70, Calendar.JANUARY, 1, 10, 30),
877 " date: " + dt);
884 " date: " + dt);
992 DateFormat.getDateInstance().format(new Date(l)));
995 Date(l)));
1034 result = format->format(date
1047 * 'z' at end of date format throws index exception in SimpleDateFormat
1060 //if (d.getTime() != Date.UTC(1998-1900, Calendar.DECEMBER, 31, 23, 0, 0))
1131 date(2000-1900, UCAL_FEBRUARY, 29),
1132 date(2001-1900, UCAL_JANUARY, 23),
1133 date( -1-1900, UCAL_APRIL, 5),
1134 date( -9-1900, UCAL_JANUARY, 23),
1135 date(1314-1900, UCAL_NOVEMBER, 12),
1136 date( 1-1900, UCAL_OCTOBER, 31),
1138 date( 1-1900, UCAL_SEPTEMBER,12),
1199 UDate d = date(2000-1900, UCAL_FEBRUARY, 29);
1271 int32_t date;
1284 date(xdate),
1355 " " + test.date +
1359 cal->set(test.year, test.month, test.date);
1447 UDate date = cal->getTime(status);
1455 sdf->format(date, result);