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

  /external/icu4c/i18n/
fmtable.cpp 837 static DateFormat *defDateFormat = 0;
844 if (defDateFormat == 0) {
845 defDateFormat = DateFormat::createInstance();
847 defDateFormat->format(obj.getDate(), buffer);
  /external/icu4c/test/intltest/
tmsgfmt.cpp 209 static DateFormat *defDateFormat = 0;
214 if (defDateFormat == 0) {
215 defDateFormat = DateFormat::createInstance();
217 defDateFormat->format(obj.getDate(), buffer);
    [all...]

Completed in 352 milliseconds