getDateFormatPattern  282 Source/platform/text/LocaleICU.cpp     m_timeFormatWithSeconds = getDateFormatPattern(m_mediumTimeFormat);
getDateFormatPattern  285 Source/platform/text/LocaleICU.cpp     m_timeFormatWithoutSeconds = getDateFormatPattern(m_shortTimeFormat);
getDateFormatPattern  288 Source/platform/text/LocaleICU.cpp     m_dateTimeFormatWithSeconds = getDateFormatPattern(dateTimeFormatWithSeconds);
getDateFormatPattern  292 Source/platform/text/LocaleICU.cpp     m_dateTimeFormatWithoutSeconds = getDateFormatPattern(dateTimeFormatWithoutSeconds);
getDateFormatPattern  309 Source/platform/text/LocaleICU.cpp     m_dateFormat = getDateFormatPattern(m_shortDateFormat);