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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleICU.cpp 290 UDateFormat* dateTimeFormatWithoutSeconds = openDateFormat(UDAT_SHORT, UDAT_SHORT);
291 m_dateTimeFormatWithoutSeconds = getDateFormatPattern(dateTimeFormatWithoutSeconds);
292 udat_close(dateTimeFormatWithoutSeconds);
370 String LocaleICU::dateTimeFormatWithoutSeconds()
LocaleWin.cpp 474 String LocaleWin::dateTimeFormatWithoutSeconds()

Completed in 42 milliseconds