Searched defs:defDateFormat (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dfmtable.cpp803 static DateFormat *defDateFormat = 0; local
810 if (defDateFormat == 0) {
811 defDateFormat = DateFormat::createInstance();
813 defDateFormat->format(obj.getDate(), buffer);

Completed in 70 milliseconds