Searched refs:currentTime_1 (Results 1 – 4 of 4) sorted by relevance
310 UDate currentTime_1; in TestQuotePattern161() local339 currentTime_1 = ucal_getMillis(cal, &status); in TestQuotePattern161()341 dateString = myDateFormat(format, currentTime_1); in TestQuotePattern161()
1877 Date currentTime_1 = cal.getTime(); in TestQuotePattern161() local1878 String dateString = ((DateFormat) formatter).format(currentTime_1); in TestQuotePattern161()1880 logln("format(" + currentTime_1 + ") = " + dateString); in TestQuotePattern161()
1880 Date currentTime_1 = cal.getTime(); in TestQuotePattern161() local1881 String dateString = ((DateFormat) formatter).format(currentTime_1); in TestQuotePattern161()1883 logln("format(" + currentTime_1 + ") = " + dateString); in TestQuotePattern161()
964 UDate currentTime_1 = date(97, UCAL_AUGUST, 13, 10, 42, 28); in TestQuotePattern161() local965 UnicodeString dateString; ((DateFormat*)formatter)->format(currentTime_1, dateString); in TestQuotePattern161()967 logln((UnicodeString)"format(" + dateToString(currentTime_1) + ") = " + dateString); in TestQuotePattern161()