Home
last modified time | relevance | path

Searched refs:GetDay (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/test/
H A DTestDateTime.cpp144 EXPECT_EQ(dateTime.GetDay(), 14); in TEST_F()
153 EXPECT_EQ(dateTime.GetDay(), 14); in TEST_F()
159 EXPECT_EQ(dateTime.GetDay(), 2); in TEST_F()
189 EXPECT_EQ(dateTime.GetDay(), 14); in TEST_F()
201 EXPECT_EQ(dateTime.GetDay(), 5); in TEST_F()
219 EXPECT_EQ(dateTime1.GetDay(), 5); in TEST_F()
228 EXPECT_EQ(dateTime2.GetDay(), 5); in TEST_F()
246 EXPECT_EQ(dateTime2.GetDay(), 14); in TEST_F()
257 EXPECT_EQ(dateTime3.GetDay(), 14); in TEST_F()
304 EXPECT_EQ(dateTime3.GetDay(), 1); in TEST_F()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/datetime/
H A Dtdate.cxx141 assert(DateToDays( GetDay(), GetMonth(), GetYear() ) == 693594); in GetAsNormalizedDays()
144 return DateToDays( GetDay(), GetMonth(), GetYear() ); in GetAsNormalizedDays()
226 setDateFromDMY( GetDay(), nNewMonth, GetYear() ); in SetMonth()
232 setDateFromDMY( GetDay(), GetMonth(), nNewYear ); in SetYear()
272 if (GetMonth() == 2 && GetDay() == 29 && !ImpIsLeapYear( nYear)) in AddYears()
303 sal_uInt16 nDay = GetDay(); in GetDayOfYear()
401 sal_uInt16 nDay = GetDay(); in GetDaysInMonth()
417 sal_uInt16 nDay = GetDay(); in IsValidAndGregorian()
440 return IsValidDate( GetDay(), GetMonth(), GetYear()); in IsValidDate()
457 return IsEndOfMonth(GetDay(), GetMonth(), GetYear()); in IsEndOfMonth()
[all …]
H A Ddatetimeutils.cxx43 lcl_AppendTwoDigits( aBuffer, aInUTC.GetDay() ); in DateTimeToOString()
67 lcl_AppendTwoDigits( aBuffer, rDate.GetDay() ); in DateToDDMMYYYYOString()
80 os << rDate.GetYear() << "-" << rDate.GetMonth() << "-" << rDate.GetDay(); in operator <<()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/datetime/
H A Dtdate.cxx139 assert(DateToDays( GetDay(), GetMonth(), GetYear() ) == 693594); in GetAsNormalizedDays()
142 return DateToDays( GetDay(), GetMonth(), GetYear() ); in GetAsNormalizedDays()
224 setDateFromDMY( GetDay(), nNewMonth, GetYear() ); in SetMonth()
230 setDateFromDMY( GetDay(), GetMonth(), nNewYear ); in SetYear()
270 if (GetMonth() == 2 && GetDay() == 29 && !ImpIsLeapYear( nYear)) in AddYears()
301 sal_uInt16 nDay = GetDay(); in GetDayOfYear()
399 sal_uInt16 nDay = GetDay(); in GetDaysInMonth()
415 sal_uInt16 nDay = GetDay(); in IsValidAndGregorian()
438 return IsValidDate( GetDay(), GetMonth(), GetYear()); in IsValidDate()
455 sal_uInt16 nDay = GetDay(); in Normalize()
H A Ddatetimeutils.cxx43 lcl_AppendTwoDigits( aBuffer, aInUTC.GetDay() ); in DateTimeToOString()
67 lcl_AppendTwoDigits( aBuffer, rDate.GetDay() ); in DateToDDMMYYYYOString()
80 os << rDate.GetYear() << "-" << rDate.GetMonth() << "-" << rDate.GetDay(); in operator <<()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core-tests/utils/
H A DDateTimeTest.cpp16 ASSERT_EQ(01, defaultDate.GetDay()); in TEST()
33 ASSERT_EQ(02, gmtDate.GetDay()); in TEST()
66 ASSERT_EQ(02, gmtDate.GetDay()); in TEST()
84 ASSERT_EQ(02, gmtDate.GetDay()); in TEST()
102 ASSERT_EQ(02, gmtDate.GetDay()); in TEST()
120 ASSERT_EQ(02, gmtDate.GetDay()); in TEST()
165 ASSERT_EQ(02, gmtDate.GetDay()); in TEST()
182 ASSERT_EQ(02, gmtDate.GetDay()); in TEST()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/general/
H A DDate_std.cpp82 CanGetDay() ? GetDay() : 1, in AsCTime()
118 } else if (GetDay() < date.GetDay()) { in Compare()
120 } else if (GetDay() > date.GetDay()) { in Compare()
245 case 'D': value = CanGetDay() ? GetDay() : -1; break; in GetDate()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/general/
H A DDate_std.cpp82 CanGetDay() ? GetDay() : 1, in AsCTime()
118 } else if (GetDay() < date.GetDay()) { in Compare()
120 } else if (GetDay() > date.GetDay()) { in Compare()
245 case 'D': value = CanGetDay() ? GetDay() : -1; break; in GetDate()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/modules/
H A Dmodule_sys_date.cc50 *d = datetime::GetDay(); in operator ()()
90 *d = datetime::GetDay(); in operator ()()
104 m.AddOpcode(1102, 0, "GetDay", ReturnIntValue(datetime::GetDay)); in AddSysDateOpcodes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/calendar/
H A Dcalendar_jewish.cxx186 sal_Int32 GetDay() const { return day; } in GetDay() function in i18npool::__anon7cc363230111::HebrewDate
249 int GetDay() const { return day; } in GetDay() function in i18npool::__anon7cc363230211::GregorianDate
267 fieldValue[CalendarFieldIndex::DAY_OF_MONTH] = static_cast<sal_Int16>(hd.GetDay()); in mapFromGregorian()
286 fieldSetValue[CalendarFieldIndex::DAY_OF_MONTH] = static_cast<sal_Int16>(gd.GetDay()); in mapToGregorian()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/calendar/
H A Dcalendar_jewish.cxx185 sal_Int32 GetDay() const { return day; } in GetDay() function in i18npool::HebrewDate
244 int GetDay() const { return day; } in GetDay() function in i18npool::GregorianDate
260 fieldValue[CalendarFieldIndex::DAY_OF_MONTH] = static_cast<sal_Int16>(hd.GetDay()); in mapFromGregorian()
277 fieldSetValue[CalendarFieldIndex::DAY_OF_MONTH] = static_cast<sal_Int16>(gd.GetDay()); in mapToGregorian()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dtime.h56 : m_time(d.GetDay(), (wxDateTime::Month)d.GetMonth(), d.GetYear(),
89 int GetDay() const { return m_time.GetDay(); } in GetDay() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/timers/
H A DPVRTimerRuleMatcher.cpp44 CDateTime nextStart(startDateLocal.GetYear(), startDateLocal.GetMonth(), startDateLocal.GetDay(), in GetNextTimerStart()
114 startEpgLocal.GetDay(), 0, 0, 0); in MatchStart()
118 firstDayLocal.GetDay(), 0, 0, 0); in MatchStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/common/
H A Drefresh_throttler.cc105 } else if (now_day != GetDay()) { in ResetCounterIfDayChanged()
126 int RefreshThrottler::GetDay() const { in GetDay() function in feed::RefreshThrottler
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/core/common/
H A Drefresh_throttler.cc105 } else if (now_day != GetDay()) { in ResetCounterIfDayChanged()
126 int RefreshThrottler::GetDay() const { in GetDay() function in feed::RefreshThrottler
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Ddatetime.hxx55 GetDay(), GetMonth(), GetYear(), false); } in GetUNODateTime()
122 std::setw(2) << std::setfill('0') << datetime.GetDay() << ' ' << in operator <<()
H A Ddate.hxx92 css::util::Date GetUNODate() const { return css::util::Date(GetDay(), GetMonth(), GetYear()); } in GetUNODate()
101 sal_uInt16 GetDay() const in GetDay() function in Date
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Ddatetime.hxx55 GetDay(), GetMonth(), GetYear(), false); } in GetUNODateTime()
122 std::setw(2) << std::setfill('0') << datetime.GetDay() << ' ' << in operator <<()
H A Ddate.hxx92 css::util::Date GetUNODate() const { return css::util::Date(GetDay(), GetMonth(), GetYear()); } in GetUNODate()
101 sal_uInt16 GetDay() const in GetDay() function in Date
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/utilities/
H A Ddate_util.h30 int GetDay();
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/javascript/
H A Dutil.cpp200 jsDate.GetMonth(pRuntime) + 1, jsDate.GetDay(pRuntime), in printd()
207 jsDate.GetDay(pRuntime), jsDate.GetHours(pRuntime), in printd()
214 jsDate.GetDay(pRuntime), jsDate.GetHours(pRuntime), in printd()
252 int iDay = jsDate.GetDay(pRuntime); in printd()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/javascript/
H A Dutil.cpp205 jsDate.GetMonth() + 1, jsDate.GetDay(), in printd()
211 jsDate.GetMonth() + 1, jsDate.GetDay(), in printd()
217 jsDate.GetMonth() + 1, jsDate.GetDay(), in printd()
255 int iDay = jsDate.GetDay(); in printd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ntp_snippets/remote/
H A Drequest_throttler.cc166 } else if (now_day != GetDay()) { in ResetCounterIfDayChanged()
200 int RequestThrottler::GetDay() const { in GetDay() function in ntp_snippets::RequestThrottler
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ntp_snippets/remote/
H A Drequest_throttler.cc165 } else if (now_day != GetDay()) { in ResetCounterIfDayChanged()
199 int RequestThrottler::GetDay() const { in GetDay() function in ntp_snippets::RequestThrottler
/dports/games/avanor/avanor-0.5.8/game/
H A Dxtime.h32 static int GetDay();

12345678910>>...20