Home | History | Annotate | Download | only in intltest

Lines Matching refs:defDateFormat

208     static DateFormat *defDateFormat = 0;
213 if (defDateFormat == 0) {
214 defDateFormat = DateFormat::createInstance();
216 defDateFormat->format(obj.getDate(), buffer);