Home
last modified time | relevance | path

Searched refs:ShortStandAloneMonthLabels (Results 1 – 22 of 22) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/text/
H A Dlocale_win.h60 const Vector<String>& ShortStandAloneMonthLabels() override;
H A Dlocale_mac.h68 const Vector<String>& ShortStandAloneMonthLabels() override;
H A Dlocale_icu.h64 const Vector<String>& ShortStandAloneMonthLabels() override;
H A Dplatform_locale.h149 virtual const Vector<String>& ShortStandAloneMonthLabels() = 0;
H A Dlocale_icu_test.cc106 return locale->ShortStandAloneMonthLabels()[index]; in ShortStandAloneMonthLabel()
H A Dlocale_win.cc429 const Vector<String>& LocaleWin::ShortStandAloneMonthLabels() { in ShortStandAloneMonthLabels() function in blink::LocaleWin
H A Dlocale_icu.cc446 const Vector<String>& LocaleICU::ShortStandAloneMonthLabels() { in ShortStandAloneMonthLabels() function in blink::LocaleICU
H A Dplatform_locale.cc118 builder_.Append(localizer_.ShortStandAloneMonthLabels()[date_.Month()]); in VisitField()
H A Dlocale_mac.mm280 const Vector<String>& LocaleMac::ShortStandAloneMonthLabels() {
H A Dlocale_mac_test.mm180 return locale->ShortStandAloneMonthLabels()[index];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/text/
H A Dlocale_win.h60 const Vector<String>& ShortStandAloneMonthLabels() override;
H A Dlocale_mac.h68 const Vector<String>& ShortStandAloneMonthLabels() override;
H A Dlocale_icu.h64 const Vector<String>& ShortStandAloneMonthLabels() override;
H A Dplatform_locale.h121 virtual const Vector<String>& ShortStandAloneMonthLabels() = 0;
H A Dlocale_icu_test.cc106 return locale->ShortStandAloneMonthLabels()[index]; in ShortStandAloneMonthLabel()
H A Dlocale_win.cc429 const Vector<String>& LocaleWin::ShortStandAloneMonthLabels() { in ShortStandAloneMonthLabels() function in blink::LocaleWin
H A Dplatform_locale.cc118 builder_.Append(localizer_.ShortStandAloneMonthLabels()[date_.Month()]); in VisitField()
H A Dlocale_icu.cc446 const Vector<String>& LocaleICU::ShortStandAloneMonthLabels() { in ShortStandAloneMonthLabels() function in blink::LocaleICU
H A Dlocale_mac.mm280 const Vector<String>& LocaleMac::ShortStandAloneMonthLabels() {
H A Dlocale_mac_test.mm180 return locale->ShortStandAloneMonthLabels()[index];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Ddate_time_edit_element.cc269 : parameters_.locale.ShortStandAloneMonthLabels(), in VisitField()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Ddate_time_edit_element.cc269 : parameters_.locale.ShortStandAloneMonthLabels(), in VisitField()