Searched refs:currentTime_1 (Results 1 – 4 of 4) sorted by relevance
309 UDate currentTime_1; in TestQuotePattern161() local337 currentTime_1 = ucal_getMillis(cal, &status); in TestQuotePattern161()339 dateString = myDateFormat(format, currentTime_1); in TestQuotePattern161()
1786 Date currentTime_1 = cal.getTime(); in TestQuotePattern161() local1787 String dateString = ((DateFormat) formatter).format(currentTime_1); in TestQuotePattern161()1789 logln("format(" + currentTime_1 + ") = " + dateString); in TestQuotePattern161()
961 UDate currentTime_1 = date(97, UCAL_AUGUST, 13, 10, 42, 28); in TestQuotePattern161() local962 UnicodeString dateString; ((DateFormat*)formatter)->format(currentTime_1, dateString); in TestQuotePattern161()964 logln((UnicodeString)"format(" + dateToString(currentTime_1) + ") = " + dateString); in TestQuotePattern161()
1785 Date currentTime_1 = cal.getTime(); in TestQuotePattern161() local1786 String dateString = ((DateFormat) formatter).format(currentTime_1); in TestQuotePattern161()1788 logln("format(" + currentTime_1 + ") = " + dateString); in TestQuotePattern161()