Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/i18n/
H A Dtime_formatting.cc65 icu::SimpleDateFormat CreateSimpleDateFormatter( in CreateSimpleDateFormatter() function
124 icu::SimpleDateFormat formatter = CreateSimpleDateFormatter("HmsSSS"); in TimeFormatTimeOfDayWithMilliseconds()
139 icu::SimpleDateFormat formatter = CreateSimpleDateFormatter(base_pattern); in TimeFormatTimeOfDayWithHourClockType()
175 CreateSimpleDateFormatter(DateFormatToString(DATE_FORMAT_YEAR_MONTH)); in TimeFormatMonthAndYearForTimeZone()
183 CreateSimpleDateFormatter(DateFormatToString(DATE_FORMAT_YEAR_MONTH)), in TimeFormatMonthAndYear()
201 return TimeFormat(CreateSimpleDateFormatter(std::move(pattern)), time); in LocalizedTimeFormatWithPattern()
208 CreateSimpleDateFormatter({}, false, icu::Locale("en_US")); in UnlocalizedTimeFormatWithPattern()
/aosp_15_r20/external/libchrome/base/i18n/
H A 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()