Home | History | Annotate | Download | only in intltest

Lines Matching refs:date

102         logln((UnicodeString)"today date: " + today);
104 logln("Error reparsing date: " + e.getMessage());
136 UDate dt = date(97, UCAL_MAY, 3, 8, 55);
237 UDate start = date(1809-1900, UCAL_DECEMBER, 25);
243 date(1809-1900, UCAL_DECEMBER, 25),
244 date(1909-1900, UCAL_DECEMBER, 24),
245 date(1809-1900, UCAL_DECEMBER, 26),
246 date(1861-1900, UCAL_DECEMBER, 25),
257 "091225", new Date(1809-1900, Calendar.DECEMBER, 25),
258 "091224", new Date(1909-1900, Calendar.DECEMBER, 24),
259 "091226", new Date(1809-1900, Calendar.DECEMBER, 26),
260 "611225", new Date(1861-1900, Calendar.DECEMBER, 25),
372 // work now that date values are range checked per #3579.
448 curDate = date(98, 0, 1);
460 strShortDate = "The current date (short form) is ";
464 strFullDate = "The current date (long form) is ";
536 UDate epoch = date(0, 0, 0);
537 UDate xmas = date(61, UCAL_DECEMBER, 25);
566 two y's, typically resulting in a date in the year 1919.
720 //Date d = date(9234567890L);
739 * used for Date.toString() is. Bug 4138203 reports that it fails on Korean
747 // choose a date that is the FIRST of some month
749 UDate d = date(97, 3, 1, 1, 1, 1);
758 logln("Date=" + s);
828 date(70, UCAL_JANUARY, 1, 10, 30),
834 "time 10:30", new ParsePosition(10), new Date(70, Calendar.JANUARY, 1, 10, 30),
885 " date: " + dt);
892 " date: " + dt);
1000 DateFormat.getDateInstance().format(new Date(l)));
1003 Date(l)));
1042 result = format->format(date(1998-1900, UCAL_JUNE, 30, 13, 30, 0), result, pos);
1055 * 'z' at end of date format throws index exception in SimpleDateFormat
1068 //if (d.getTime() != Date.UTC(1998-1900, Calendar.DECEMBER, 31, 23, 0, 0))
1139 date(2000-1900, UCAL_FEBRUARY, 29),
1140 date(2001-1900, UCAL_JANUARY, 23),
1141 date( -1-1900, UCAL_APRIL, 5),
1142 date( -9-1900, UCAL_JANUARY, 23),
1143 date(1314-1900, UCAL_NOVEMBER, 12),
1144 date( 1-1900, UCAL_OCTOBER, 31),
1146 date( 1-1900, UCAL_SEPTEMBER,12),
1207 UDate d = date(2000-1900, UCAL_FEBRUARY, 29);
1279 int32_t date;
1292 date(xdate),
1363 " " + test.date +
1367 cal->set(test.year, test.month, test.date);
1455 UDate date = cal->getTime(status);
1463 sdf->format(date, result);
1569 logln("ref date: " + formattedString);
1681 logln("Date to parse: \""+items[x].text+"\"");
1703 logln("Parsed date returns %d\n", d);