Home
last modified time | relevance | path

Searched refs:CreateSimpleDateFormatter (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/i18n/
Dtime_formatting.cc56 icu::SimpleDateFormat CreateSimpleDateFormatter(const char* pattern) { in CreateSimpleDateFormatter() function
109 icu::SimpleDateFormat formatter = CreateSimpleDateFormatter("HmsSSS"); in TimeFormatTimeOfDayWithMilliseconds()
124 icu::SimpleDateFormat formatter = CreateSimpleDateFormatter(base_pattern); in TimeFormatTimeOfDayWithHourClockType()
162 CreateSimpleDateFormatter(DateFormatToString(DATE_FORMAT_YEAR_MONTH)); in TimeFormatMonthAndYearForTimeZone()
170 CreateSimpleDateFormatter(DateFormatToString(DATE_FORMAT_YEAR_MONTH)); in TimeFormatMonthAndYear()
187 icu::SimpleDateFormat formatter = CreateSimpleDateFormatter(pattern); in TimeFormatWithPattern()
/external/libchrome/base/i18n/
Dtime_formatting.cc54 icu::SimpleDateFormat CreateSimpleDateFormatter(const char* pattern) { in CreateSimpleDateFormatter() function
107 icu::SimpleDateFormat formatter = CreateSimpleDateFormatter("HmsSSS"); in TimeFormatTimeOfDayWithMilliseconds()
122 icu::SimpleDateFormat formatter = CreateSimpleDateFormatter(base_pattern); in TimeFormatTimeOfDayWithHourClockType()
158 CreateSimpleDateFormatter(DateFormatToString(DATE_FORMAT_YEAR_MONTH)); in TimeFormatMonthAndYear()
175 icu::SimpleDateFormat formatter = CreateSimpleDateFormatter(pattern); in TimeFormatWithPattern()