Lines Matching defs:date

101         logln((UnicodeString)"today date: " + today);
103 logln("Error reparsing date: " + e.getMessage());
135 UDate dt = date(97, UCAL_MAY, 3, 8, 55);
236 UDate start = date(1809-1900, UCAL_DECEMBER, 25);
242 date(1809-1900, UCAL_DECEMBER, 25),
243 date(1909-1900, UCAL_DECEMBER, 24),
244 date(1809-1900, UCAL_DECEMBER, 26),
245 date(1861-1900, UCAL_DECEMBER, 25),
371 // work now that date values are range checked per #3579.
447 curDate = date(98, 0, 1);
459 strShortDate = "The current date (short form) is ";
463 strFullDate = "The current date (long form) is ";
535 UDate epoch = date(0, 0, 0);
536 UDate xmas = date(61, UCAL_DECEMBER, 25);
565 two y's, typically resulting in a date in the year 1919.
719 //Date d = date(9234567890L);
746 // choose a date that is the FIRST of some month
748 UDate d = date(97, 3, 1, 1, 1, 1);
827 date(70, UCAL_JANUARY, 1, 10, 30),
884 " date: " + dt);
891 " date: " + dt);
1041 result = format->format(date(1998-1900, UCAL_JUNE, 30, 13, 30, 0), result, pos);
1054 * 'z' at end of date format throws index exception in SimpleDateFormat
1138 date(2000-1900, UCAL_FEBRUARY, 29),
1139 date(2001-1900, UCAL_JANUARY, 23),
1140 date( -1-1900, UCAL_APRIL, 5),
1141 date( -9-1900, UCAL_JANUARY, 23),
1142 date(1314-1900, UCAL_NOVEMBER, 12),
1143 date( 1-1900, UCAL_OCTOBER, 31),
1145 date( 1-1900, UCAL_SEPTEMBER,12),
1206 UDate d = date(2000-1900, UCAL_FEBRUARY, 29);
1278 int32_t date;
1291 date(xdate),
1362 " " + test.date +
1366 cal->set(test.year, test.month, test.date);
1454 UDate date = cal->getTime(status);
1462 sdf->format(date, result);
1566 logln("ref date: " + formattedString);