Home
last modified time | relevance | path

Searched refs:GetMonth (Results 1 – 25 of 613) sorted by relevance

12345678910>>...25

/dports/www/firefox/firefox-99.0/intl/components/gtest/
H A DTestDisplayNames.cpp412 ASSERT_TRUE(displayNames->GetMonth(buffer, Month::May, calendar).isOk()); in TEST()
414 ASSERT_TRUE(displayNames->GetMonth(buffer, Month::June, calendar).isOk()); in TEST()
421 displayNames->GetMonth(buffer, Month::September, calendar).isOk()); in TEST()
430 displayNames->GetMonth(buffer, Month::Undecimber, calendar).isOk()); in TEST()
452 ASSERT_TRUE(displayNames->GetMonth(buffer, Month::May, calendar).isOk()); in TEST()
461 displayNames->GetMonth(buffer, Month::September, calendar).isOk()); in TEST()
470 displayNames->GetMonth(buffer, Month::Undecimber, calendar).isOk()); in TEST()
487 displayNames->GetMonth(buffer, Month::January, calendar).isOk()); in TEST()
499 displayNames->GetMonth(buffer, Month::January, calendar).isOk()); in TEST()
511 displayNames->GetMonth(buffer, Month::January, calendar).isOk()); in TEST()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/test/
H A DTestDateTime.cpp143 EXPECT_EQ(dateTime.GetMonth(), 5); in TEST_F()
152 EXPECT_EQ(dateTime.GetMonth(), 5); in TEST_F()
158 EXPECT_EQ(dateTime.GetMonth(), 1); in TEST_F()
188 EXPECT_EQ(dateTime.GetMonth(), 5); in TEST_F()
200 EXPECT_EQ(dateTime.GetMonth(), 11); in TEST_F()
218 EXPECT_EQ(dateTime1.GetMonth(), 11); in TEST_F()
245 EXPECT_EQ(dateTime2.GetMonth(), 5); in TEST_F()
256 EXPECT_EQ(dateTime3.GetMonth(), 5); in TEST_F()
282 EXPECT_EQ(dateTime1.GetMonth(), 5); in TEST_F()
291 EXPECT_EQ(dateTime2.GetMonth(), 5); in TEST_F()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/datetime/
H A Dtdate.cxx144 return DateToDays( GetDay(), GetMonth(), GetYear() ); in GetAsNormalizedDays()
221 setDateFromDMY( nNewDay, GetMonth(), GetYear() ); in SetDay()
232 setDateFromDMY( GetDay(), GetMonth(), nNewYear ); in SetYear()
272 if (GetMonth() == 2 && GetDay() == 29 && !ImpIsLeapYear( nYear)) in AddYears()
278 sal_Int32 nMonths = GetMonth() + nAddMonths; in AddMonths()
304 sal_uInt16 nMonth = GetMonth(); in GetDayOfYear()
402 sal_uInt16 nMonth = GetMonth(); in GetDaysInMonth()
418 sal_uInt16 nMonth = GetMonth(); in IsValidAndGregorian()
440 return IsValidDate( GetDay(), GetMonth(), GetYear()); in IsValidDate()
457 return IsEndOfMonth(GetDay(), GetMonth(), GetYear()); in IsEndOfMonth()
[all …]
H A Ddatetimeutils.cxx40 lcl_AppendTwoDigits( aBuffer, aInUTC.GetMonth() ); in DateTimeToOString()
70 lcl_AppendTwoDigits( aBuffer, rDate.GetMonth() ); 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()
219 setDateFromDMY( nNewDay, GetMonth(), GetYear() ); in SetDay()
230 setDateFromDMY( GetDay(), GetMonth(), nNewYear ); in SetYear()
270 if (GetMonth() == 2 && GetDay() == 29 && !ImpIsLeapYear( nYear)) in AddYears()
276 sal_Int32 nMonths = GetMonth() + nAddMonths; in AddMonths()
302 sal_uInt16 nMonth = GetMonth(); in GetDayOfYear()
400 sal_uInt16 nMonth = GetMonth(); in GetDaysInMonth()
416 sal_uInt16 nMonth = GetMonth(); in IsValidAndGregorian()
438 return IsValidDate( GetDay(), GetMonth(), GetYear()); in IsValidDate()
[all …]
H A Ddatetimeutils.cxx40 lcl_AppendTwoDigits( aBuffer, aInUTC.GetMonth() ); in DateTimeToOString()
70 lcl_AppendTwoDigits( aBuffer, rDate.GetMonth() ); 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.cpp17 ASSERT_EQ(Month::January, defaultDate.GetMonth()); in TEST()
34 ASSERT_EQ(Month::October, gmtDate.GetMonth()); in TEST()
67 ASSERT_EQ(Month::October, gmtDate.GetMonth()); in TEST()
85 ASSERT_EQ(Month::October, gmtDate.GetMonth()); in TEST()
103 ASSERT_EQ(Month::October, gmtDate.GetMonth()); in TEST()
121 ASSERT_EQ(Month::October, gmtDate.GetMonth()); in TEST()
166 ASSERT_EQ(Month::October, gmtDate.GetMonth()); in TEST()
183 ASSERT_EQ(Month::October, gmtDate.GetMonth()); in TEST()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/tests/
H A Dtest_date_range.cpp60 int month = m_start_date->GetMonth(); in setUp()
84 int month = m_start_date->GetMonth(); in Last_Year()
99 int month = m_start_date->GetMonth(); in Current_Year()
115 int month = m_start_date->GetMonth(); in Current_Year_To_Date()
131 int month = m_start_date->GetMonth(); in Last_Financial_Year()
H A Dtest_database_initialisation.cpp87 int month = starting_date.GetMonth(); in Financial_Year_Date_Range()
328 int month = starting_date.GetMonth(); in Add_Transaction_Entries()
416 …te.GetMonth() == wxDateTime::Mar) || (trans_date.GetMonth() == wxDateTime::Jun) || (trans_date.Get… in Add_Transaction_Entries()
423 if ((trans_date.GetMonth() == wxDateTime::Jun)) in Add_Transaction_Entries()
431 if ((trans_date.GetMonth() == wxDateTime::Dec)) in Add_Transaction_Entries()
440 if ((trans_date.GetMonth() == wxDateTime::Aug)) in Add_Transaction_Entries()
447 … if ((trans_date.GetMonth() == wxDateTime::Mar) || (trans_date.GetMonth() == wxDateTime::Sep)) in Add_Transaction_Entries()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Ddate.h141 return wxDateTime::GetNumberOfDays((wxDateTime::Month)m_date.GetMonth(), in GetDaysInMonth()
147 { return wxDate(GetMonth(), 1, GetYear()).GetDayOfWeek(); } in GetFirstDayOfMonth()
161 int GetMonth() const { return m_date.GetMonth() + 1; } in GetMonth() function
164 wxDate GetMonthStart() const { return(wxDate(GetMonth()-1, 1, GetYear())); } in GetMonthStart()
166 wxDate GetMonthEnd() const { return wxDate(GetMonth(), 1, GetYear())-1; } in GetMonthEnd()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/general/
H A DDate_std.cpp81 CanGetMonth() ? GetMonth() : 1, in AsCTime()
108 } else if (GetMonth() < date.GetMonth()) { in Compare()
110 } else if (GetMonth() > date.GetMonth()) { in Compare()
244 case 'N': value = CanGetMonth() ? GetMonth() : -1; break; in GetDate()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/general/
H A DDate_std.cpp81 CanGetMonth() ? GetMonth() : 1, in AsCTime()
108 } else if (GetMonth() < date.GetMonth()) { in Compare()
110 } else if (GetMonth() > date.GetMonth()) { in Compare()
244 case 'N': value = CanGetMonth() ? GetMonth() : -1; break; in GetDate()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DDate.cpp74 auto month = GetMonth(); in GetDay()
79 int32_t Date::GetMonth() const in GetMonth() function in Date
96 int32_t currentMonth = GetMonth(); in IsDayStart()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dcalctrl.cpp296 m_comboMonth->SetSelection(GetDate().GetMonth()); in CreateMonthComboBox()
475 bool sameMonth = m_date.GetMonth() == date.GetMonth(), in SetDate()
495 m_comboMonth->SetSelection(m_date.GetMonth()); in SetDate()
648 return date.GetMonth() == m_date.GetMonth(); in IsDateShown()
710 if ( target->GetMonth() < m_date.GetMonth() ) in ChangeMonth()
1075 if ( date.GetMonth() != m_date.GetMonth() || !IsDateInRange(date) ) in OnPaint()
1185 … date = ( showSurrounding ) ? GetStartDate() : wxDateTime(1, m_date.GetMonth(), m_date.GetYear()); in OnPaint()
1361 int targetmonth = date.GetMonth() + (12 * date.GetYear()); in GetDateCoord()
1362 int thismonth = m_date.GetMonth() + (12 * m_date.GetYear()); in GetDateCoord()
1574 if ( dt.GetMonth() == m_date.GetMonth() ) in HitTest()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dcalctrl.cpp296 m_comboMonth->SetSelection(GetDate().GetMonth()); in CreateMonthComboBox()
475 bool sameMonth = m_date.GetMonth() == date.GetMonth(), in SetDate()
495 m_comboMonth->SetSelection(m_date.GetMonth()); in SetDate()
648 return date.GetMonth() == m_date.GetMonth(); in IsDateShown()
710 if ( target->GetMonth() < m_date.GetMonth() ) in ChangeMonth()
1075 if ( date.GetMonth() != m_date.GetMonth() || !IsDateInRange(date) ) in OnPaint()
1185 … date = ( showSurrounding ) ? GetStartDate() : wxDateTime(1, m_date.GetMonth(), m_date.GetYear()); in OnPaint()
1361 int targetmonth = date.GetMonth() + (12 * date.GetYear()); in GetDateCoord()
1362 int thismonth = m_date.GetMonth() + (12 * m_date.GetYear()); in GetDateCoord()
1574 if ( dt.GetMonth() == m_date.GetMonth() ) in HitTest()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dcalctrl.cpp296 m_comboMonth->SetSelection(GetDate().GetMonth()); in CreateMonthComboBox()
475 bool sameMonth = m_date.GetMonth() == date.GetMonth(), in SetDate()
495 m_comboMonth->SetSelection(m_date.GetMonth()); in SetDate()
648 return date.GetMonth() == m_date.GetMonth(); in IsDateShown()
710 if ( target->GetMonth() < m_date.GetMonth() ) in ChangeMonth()
1075 if ( date.GetMonth() != m_date.GetMonth() || !IsDateInRange(date) ) in OnPaint()
1185 … date = ( showSurrounding ) ? GetStartDate() : wxDateTime(1, m_date.GetMonth(), m_date.GetYear()); in OnPaint()
1361 int targetmonth = date.GetMonth() + (12 * date.GetYear()); in GetDateCoord()
1362 int thismonth = m_date.GetMonth() + (12 * m_date.GetYear()); in GetDateCoord()
1574 if ( dt.GetMonth() == m_date.GetMonth() ) in HitTest()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dcalctrl.cpp296 m_comboMonth->SetSelection(GetDate().GetMonth()); in CreateMonthComboBox()
475 bool sameMonth = m_date.GetMonth() == date.GetMonth(), in SetDate()
495 m_comboMonth->SetSelection(m_date.GetMonth()); in SetDate()
648 return date.GetMonth() == m_date.GetMonth(); in IsDateShown()
710 if ( target->GetMonth() < m_date.GetMonth() ) in ChangeMonth()
1075 if ( date.GetMonth() != m_date.GetMonth() || !IsDateInRange(date) ) in OnPaint()
1185 … date = ( showSurrounding ) ? GetStartDate() : wxDateTime(1, m_date.GetMonth(), m_date.GetYear()); in OnPaint()
1361 int targetmonth = date.GetMonth() + (12 * date.GetYear()); in GetDateCoord()
1362 int thismonth = m_date.GetMonth() + (12 * m_date.GetYear()); in GetDateCoord()
1574 if ( dt.GetMonth() == m_date.GetMonth() ) in HitTest()
[all …]
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/modules/
H A Dmodule_sys_date.cc49 *m = datetime::GetMonth(); in operator ()()
89 *m = datetime::GetMonth(); in operator ()()
103 m.AddOpcode(1101, 0, "GetMonth", ReturnIntValue(datetime::GetMonth)); in AddSysDateOpcodes()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dcalctrlg.cpp270 m_comboMonth->SetSelection(GetDate().GetMonth()); in CreateMonthComboBox()
442 bool sameMonth = m_date.GetMonth() == date.GetMonth(), in SetDate()
462 m_comboMonth->SetSelection(m_date.GetMonth()); in SetDate()
613 return date.GetMonth() == m_date.GetMonth(); in IsDateShown()
972 if ( date.GetMonth() != m_date.GetMonth() || !IsDateInRange(date) ) in OnPaint()
1081 … date = ( showSurrounding ) ? GetStartDate() : wxDateTime(1, m_date.GetMonth(), m_date.GetYear()); in OnPaint()
1257 int targetmonth = date.GetMonth() + (12 * date.GetYear()); in GetDateCoord()
1258 int thismonth = m_date.GetMonth() + (12 * m_date.GetYear()); in GetDateCoord()
1500 if ( dt.GetMonth() == m_date.GetMonth() ) in HitTest()
1560 m_comboMonth->SetSelection(dt.GetMonth()); in OnMonthChange()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dcalctrlg.cpp271 m_comboMonth->SetSelection(GetDate().GetMonth()); in CreateMonthComboBox()
438 bool sameMonth = m_date.GetMonth() == date.GetMonth(), in SetDate()
458 m_comboMonth->SetSelection(m_date.GetMonth()); in SetDate()
609 return date.GetMonth() == m_date.GetMonth(); in IsDateShown()
966 if ( date.GetMonth() != m_date.GetMonth() || !IsDateInRange(date) ) in OnPaint()
1075 … date = ( showSurrounding ) ? GetStartDate() : wxDateTime(1, m_date.GetMonth(), m_date.GetYear()); in OnPaint()
1251 int targetmonth = date.GetMonth() + (12 * date.GetYear()); in GetDateCoord()
1252 int thismonth = m_date.GetMonth() + (12 * m_date.GetYear()); in GetDateCoord()
1507 if ( dt.GetMonth() == m_date.GetMonth() ) in HitTest()
1567 m_comboMonth->SetSelection(dt.GetMonth()); in OnMonthChange()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dcalctrlg.cpp270 m_comboMonth->SetSelection(GetDate().GetMonth()); in CreateMonthComboBox()
442 bool sameMonth = m_date.GetMonth() == date.GetMonth(), in SetDate()
462 m_comboMonth->SetSelection(m_date.GetMonth()); in SetDate()
613 return date.GetMonth() == m_date.GetMonth(); in IsDateShown()
972 if ( date.GetMonth() != m_date.GetMonth() || !IsDateInRange(date) ) in OnPaint()
1081 … date = ( showSurrounding ) ? GetStartDate() : wxDateTime(1, m_date.GetMonth(), m_date.GetYear()); in OnPaint()
1257 int targetmonth = date.GetMonth() + (12 * date.GetYear()); in GetDateCoord()
1258 int thismonth = m_date.GetMonth() + (12 * m_date.GetYear()); in GetDateCoord()
1500 if ( dt.GetMonth() == m_date.GetMonth() ) in HitTest()
1560 m_comboMonth->SetSelection(dt.GetMonth()); in OnMonthChange()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization.Calendars/tests/KoreanCalendar/
H A DKoreanCalendarGetMonth.cs21 public void GetMonth(DateTime time) in GetMonth() method in System.Globalization.Tests.KoreanCalendarGetMonth
23 Assert.Equal(time.Month, new KoreanCalendar().GetMonth(time)); in GetMonth()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization.Calendars/tests/TaiwanCalendar/
H A DTaiwanCalendarGetMonth.cs21 public void GetMonth(DateTime time) in GetMonth() method in System.Globalization.Tests.TaiwanCalendarGetMonth
23 Assert.Equal(time.Month, new TaiwanCalendar().GetMonth(time)); in GetMonth()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization.Calendars/tests/ThaiBuddhistCalendar/
H A DThaiBuddhistCalendarGetMonth.cs23 public void GetMonth(DateTime time) in GetMonth() method in System.Globalization.Tests.ThaiBuddhistCalendarGetMonth
25 Assert.Equal(time.Month, new ThaiBuddhistCalendar().GetMonth(time)); in GetMonth()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization.Calendars/tests/GregorianCalendar/
H A DGregorianCalendarGetMonth.cs46 public void GetMonth(DateTime time) in GetMonth() method in System.Globalization.Tests.GregorianCalendarGetMonth
48 Assert.Equal(time.Month, new GregorianCalendar().GetMonth(time)); in GetMonth()

12345678910>>...25