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

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

Completed in 156 milliseconds