Searched refs:currentTime_1 (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcdtdptst.c305 UDate currentTime_1; local
333 currentTime_1 = ucal_getMillis(cal, &status);
335 dateString = myDateFormat(format, currentTime_1);
/external/icu4c/test/intltest/
H A Ddtfmttst.cpp777 UDate currentTime_1 = date(97, UCAL_AUGUST, 13, 10, 42, 28); local
778 UnicodeString dateString; ((DateFormat*)formatter)->format(currentTime_1, dateString);
780 logln((UnicodeString)"format(" + dateToString(currentTime_1) + ") = " + dateString);

Completed in 102 milliseconds