Searched refs:date2004 (Results 1 – 3 of 3) sorted by relevance
512 Date date2004 = cal.getTime(); in TestLeapFieldDifference() local515 int y = cal.fieldDifference(date2004, Calendar.YEAR); in TestLeapFieldDifference()516 int d = cal.fieldDifference(date2004, Calendar.DAY_OF_YEAR); in TestLeapFieldDifference()522 cal.setTime(date2004); in TestLeapFieldDifference()
513 Date date2004 = cal.getTime(); in TestLeapFieldDifference() local516 int y = cal.fieldDifference(date2004, Calendar.YEAR); in TestLeapFieldDifference()517 int d = cal.fieldDifference(date2004, Calendar.DAY_OF_YEAR); in TestLeapFieldDifference()523 cal.setTime(date2004); in TestLeapFieldDifference()
2487 UDate date2004 = cal->getTime(ec); in TestLeapFieldDifference() local2495 int32_t y = cal->fieldDifference(date2004, UCAL_YEAR, ec); in TestLeapFieldDifference()2496 int32_t d = cal->fieldDifference(date2004, UCAL_DAY_OF_YEAR, ec); in TestLeapFieldDifference()2507 cal->setTime(date2004, ec); in TestLeapFieldDifference()