Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcdtdptst.c303 UDate currentTime_1; in TestQuotePattern161() local
331 currentTime_1 = ucal_getMillis(cal, &status); in TestQuotePattern161()
333 dateString = myDateFormat(format, currentTime_1); in TestQuotePattern161()
/external/icu4c/test/intltest/
Ddtfmttst.cpp716 UDate currentTime_1 = date(97, UCAL_AUGUST, 13, 10, 42, 28); in TestQuotePattern161() local
717 UnicodeString dateString; ((DateFormat*)formatter)->format(currentTime_1, dateString); in TestQuotePattern161()
719 logln((UnicodeString)"format(" + dateToString(currentTime_1) + ") = " + dateString); in TestQuotePattern161()