Searched refs:CreateSimpleDateFormatter (Results 1 – 2 of 2) sorted by relevance
65 icu::SimpleDateFormat CreateSimpleDateFormatter( in CreateSimpleDateFormatter() function124 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()
54 icu::SimpleDateFormat CreateSimpleDateFormatter(const char* pattern) { in CreateSimpleDateFormatter() function107 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()