HomeSort by relevance Sort by last modified time
    Searched defs:defDateFormat (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp 803 static DateFormat *defDateFormat = 0;
810 if (defDateFormat == 0) {
811 defDateFormat = DateFormat::createInstance();
813 defDateFormat->format(obj.getDate(), buffer);
  /external/icu4c/i18n/
fmtable.cpp 837 static DateFormat *defDateFormat = 0;
844 if (defDateFormat == 0) {
845 defDateFormat = DateFormat::createInstance();
847 defDateFormat->format(obj.getDate(), buffer);

Completed in 68 milliseconds