Home
last modified time | relevance | path

Searched refs:WeekDayShortLabels (Results 1 – 20 of 20) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/text/
H A Dlocale_win.h47 const Vector<String>& WeekDayShortLabels() override;
H A Dlocale_mac.h54 const Vector<String>& WeekDayShortLabels() override;
H A Dlocale_icu.h51 const Vector<String>& WeekDayShortLabels() override;
H A Dplatform_locale.h162 virtual const Vector<String>& WeekDayShortLabels() = 0;
H A Dlocale_win_test.cc116 return locale->WeekDayShortLabels()[index]; in WeekDayShortLabel()
H A Dlocale_win.cc330 const Vector<String>& LocaleWin::WeekDayShortLabels() { in WeekDayShortLabels() function in blink::LocaleWin
H A Dlocale_icu.cc285 const Vector<String>& LocaleICU::WeekDayShortLabels() { in WeekDayShortLabels() function in blink::LocaleICU
H A Dlocale_mac.mm136 const Vector<String>& LocaleMac::WeekDayShortLabels() {
H A Dlocale_mac_test.mm144 return locale->WeekDayShortLabels()[index];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/text/
H A Dlocale_win.h47 const Vector<String>& WeekDayShortLabels() override;
H A Dlocale_mac.h54 const Vector<String>& WeekDayShortLabels() override;
H A Dlocale_icu.h51 const Vector<String>& WeekDayShortLabels() override;
H A Dplatform_locale.h134 virtual const Vector<String>& WeekDayShortLabels() = 0;
H A Dlocale_win_test.cc116 return locale->WeekDayShortLabels()[index]; in WeekDayShortLabel()
H A Dlocale_win.cc330 const Vector<String>& LocaleWin::WeekDayShortLabels() { in WeekDayShortLabels() function in blink::LocaleWin
H A Dlocale_icu.cc285 const Vector<String>& LocaleICU::WeekDayShortLabels() { in WeekDayShortLabels() function in blink::LocaleICU
H A Dlocale_mac.mm136 const Vector<String>& LocaleMac::WeekDayShortLabels() {
H A Dlocale_mac_test.mm144 return locale->WeekDayShortLabels()[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_chooser_impl.cc185 AddProperty("dayLabels", locale_->WeekDayShortLabels(), data); in WriteDocument()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Ddate_time_chooser_impl.cc181 AddProperty("dayLabels", locale_->WeekDayShortLabels(), data); in WriteDocument()