Home
last modified time | relevance | path

Searched refs:workingWeekEndDay (Results 1 – 7 of 7) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/widgets/
H A Dmoonphasecalendarwidget.cpp135 if (KLocale::global()->workingWeekStartDay() <= KLocale::global()->workingWeekEndDay()) in paintCell()
138 cellWeekDay <= KLocale::global()->workingWeekEndDay(); in paintCell()
143 cellWeekDay <= KLocale::global()->workingWeekEndDay(); in paintCell()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdecore/
H A Dklocale.cpp160 int KLocale::workingWeekEndDay() const in workingWeekEndDay() function in KLocale
162 return d->workingWeekEndDay(); in workingWeekEndDay()
H A Dklocale.h967 int workingWeekEndDay() const;
H A Dklocale_p.h336 virtual int workingWeekEndDay() const;
H A Dklocale_kde.cpp893 int KLocalePrivate::workingWeekEndDay() const in workingWeekEndDay() function in KLocalePrivate
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dklocaletest.cpp1260 QCOMPARE(locale.workingWeekEndDay(), 6); in weekDays()
1262 QCOMPARE(locale.workingWeekEndDay(), 6); in weekDays()
1264 QCOMPARE(locale.workingWeekEndDay(), 6); in weekDays()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdecore.py3920 def workingWeekEndDay(self): member in KLocale