Searched refs:currentTime_1 (Results 1 – 2 of 2) sorted by relevance
303 UDate currentTime_1; in TestQuotePattern161() local331 currentTime_1 = ucal_getMillis(cal, &status); in TestQuotePattern161()333 dateString = myDateFormat(format, currentTime_1); in TestQuotePattern161()
716 UDate currentTime_1 = date(97, UCAL_AUGUST, 13, 10, 42, 28); in TestQuotePattern161() local717 UnicodeString dateString; ((DateFormat*)formatter)->format(currentTime_1, dateString); in TestQuotePattern161()719 logln((UnicodeString)"format(" + dateToString(currentTime_1) + ") = " + dateString); in TestQuotePattern161()