Lines Matching refs:fFormat
38 fFormat = DateFormat::createInstance(); in runIndexedTest()
84 fFormat = DateFormat::createTimeInstance(timeStyle, locale); in testLocale()
95 fFormat = DateFormat::createDateInstance(dateStyle, locale); in testLocale()
108 fFormat = DateFormat::createDateTimeInstance(dateStyle, timeStyle, locale); in testLocale()
116 if (fFormat == 0) in testFormat()
138 delete fFormat; in testFormat()
145 SimpleDateFormat *s = (SimpleDateFormat*)fFormat; in describeTest()
165 fFormat->format(theDate, string[0]); in tryDate()
169 Locale loc = fFormat->getCalendar()->getLocale(ULOC_VALID_LOCALE, status); in tryDate()
177 date[i] = fFormat->parse(string[i-1], status); in tryDate()
186 fFormat->format(date[i], string[i]); in tryDate()