Searched refs:date1 (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cdtdptst.c | 197 UDate date1, date2; in TestRunTogetherPattern985() local 206 date1 = ucal_getNow(); in TestRunTogetherPattern985() 207 now=myDateFormat(format, date1); in TestRunTogetherPattern985() 214 if (!(date2 == date1)) log_err("FAIL\n"); in TestRunTogetherPattern985()
|
D | ccaltst.c | 990 UDate date1; in TestDOWProgression() local 1020 date1=ucal_getMillis(cal, &status); in TestDOWProgression() 1022 log_verbose("%s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1))); in TestDOWProgression() 1030 date1=ucal_getMillis(cal, &status); in TestDOWProgression() 1034 u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) ); in TestDOWProgression() 1065 UDate date1; in testZones() local 1097 date1 = ucal_getMillis(gmtcal, &status); in testZones() 1102 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) ); in testZones() 1105 ucal_setMillis(cal, date1, &status); in testZones()
|
/external/icu4c/test/intltest/ |
D | calregts.cpp | 1726 UDate date1 = calendar->getTime(status); in Test4165343() local 1729 logln(UnicodeString("after adding 12 months: ") + date1); in Test4165343() 1740 if (date1 == date2) { in Test4165343() 2204 UDate date1 = cal.getTime(ec); in TestJ438() local 2212 cal.setTime(date1, ec); in TestJ438() 2225 cal2->setTime(date1, ec2); in TestJ438() 2243 fmt.format(date1, t.remove()) + " = " + in TestJ438() 2246 cal.setTime(date1, ec); in TestJ438() 2259 fmt.format(date1, s.remove()) + " + " + in TestJ438() 2265 fmt.format(date1, s.remove()) + " + " + in TestJ438()
|
D | dtfmttst.cpp | 518 UDate date1 = Calendar::getNow(); in TestRunTogetherPattern985() local 519 ((DateFormat*)formatter)->format(date1, now); in TestRunTogetherPattern985() 526 if (!(date2 == date1)) errln((UnicodeString)"FAIL"); in TestRunTogetherPattern985()
|