Home | History | Annotate | Download | only in intltest

Lines Matching refs:fFormat

35                 fFormat = DateFormat::createInstance();
81 fFormat = DateFormat::createTimeInstance(timeStyle, locale);
92 fFormat = DateFormat::createDateInstance(dateStyle, locale);
105 fFormat = DateFormat::createDateTimeInstance(dateStyle, timeStyle, locale);
113 if (fFormat == 0)
135 delete fFormat;
142 SimpleDateFormat *s = (SimpleDateFormat*)fFormat;
162 fFormat->format(theDate, string[0]);
167 date[i] = fFormat->parse(string[i-1], status);
175 fFormat->format(date[i], string[i]);