Searched refs:currentTime_1 (Results 1 – 4 of 4) sorted by relevance
307 UDate currentTime_1; in TestQuotePattern161() local335 currentTime_1 = ucal_getMillis(cal, &status); in TestQuotePattern161()337 dateString = myDateFormat(format, currentTime_1); in TestQuotePattern161()
948 UDate currentTime_1 = date(97, UCAL_AUGUST, 13, 10, 42, 28); in TestQuotePattern161() local949 UnicodeString dateString; ((DateFormat*)formatter)->format(currentTime_1, dateString); in TestQuotePattern161()951 logln((UnicodeString)"format(" + dateToString(currentTime_1) + ") = " + dateString); in TestQuotePattern161()
1768 Date currentTime_1 = cal.getTime(); in TestQuotePattern161() local1769 String dateString = ((DateFormat) formatter).format(currentTime_1); in TestQuotePattern161()1771 logln("format(" + currentTime_1 + ") = " + dateString); in TestQuotePattern161()
1764 Date currentTime_1 = cal.getTime(); in TestQuotePattern161() local1765 String dateString = ((DateFormat) formatter).format(currentTime_1); in TestQuotePattern161()1767 logln("format(" + currentTime_1 + ") = " + dateString); in TestQuotePattern161()