Home
last modified time | relevance | path

Searched refs:month (Results 1 - 25 of 434) sorted by relevance

12345678910>>...18

/third_party/skia/third_party/externals/microhttpd/doc/
H A Dmdate-sh104 # until we find a month. This cannot work with files whose owner is a
106 # will be owned by a user whose name is a month. So we first look at
113 # Find which argument is the month.
114 month=
116 until test $month
123 Jan) month=January; nummonth=1;;
124 Feb) month=February; nummonth=2;;
125 Mar) month=March; nummonth=3;;
126 Apr) month=April; nummonth=4;;
127 May) month
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp93 * The cumulative # of days to the end of each month in a non-leap year
117 * The cumulative # of days to the end of each month in a leap year
227 int32_t month = get(UCAL_MONTH, status); in add() local
231 acrossAdar1 = (month < ADAR_1); // started before ADAR_1? in add()
232 month += amount; in add()
234 if (acrossAdar1 && month>=ADAR_1 && !isLeapYear(year)) { in add()
235 ++month; in add()
237 if (month <= ELUL) { in add()
240 month -= ELUL+1; in add()
245 acrossAdar1 = (month > ADAR_ in add()
319 int32_t month = get(UCAL_MONTH, status); roll() local
586 int32_t month = 0; handleComputeFields() local
636 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
[all...]
H A Dpersncal.cpp126 * Return the day # on which the given month starts. Days are counted
130 * @param year The Persian month, 0-based
132 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const { in monthStart()
133 return handleComputeMonthStart(year,month,true); in monthStart()
141 * Return the length (in days) of the given month.
144 * @param year The Persian month, 0-based
146 int32_t PersianCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const { in handleGetMonthLength()
147 // If the month is out of range, adjust it into range, and in handleGetMonthLength()
149 if (month < 0 || month > 1 in handleGetMonthLength()
168 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
213 int32_t year, month, dayOfMonth, dayOfYear; handleComputeFields() local
[all...]
H A Dindiancal.cpp106 * Return the length (in days) of the given month.
109 * @param month The month(0-based) in Indian calendar
111 int32_t IndianCalendar::handleGetMonthLength(int32_t eyear, int32_t month) const { in handleGetMonthLength()
112 if (month < 0 || month > 11) { in handleGetMonthLength()
113 eyear += ClockMath::floorDivide(month, 12, &month); in handleGetMonthLength()
116 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) { in handleGetMonthLength()
120 if (month > in handleGetMonthLength()
142 gregorianToJD(int32_t year, int32_t month, int32_t date) gregorianToJD() argument
162 IndianToJD(int32_t year, int32_t month, int32_t date) IndianToJD() argument
206 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
[all...]
H A Dislamcal.cpp196 int32_t mask = (int32_t) (0x01 << (11 - m)); // set mask for bit corresponding to month in getUmalqura_MonthLength()
278 // a month as having 31 days. Since date parsing now uses range checks based
279 // on the table below, we need to change the range for last day of month to
384 * Return the day # on which the given month starts. Days are counted
388 * @param month The hijri month, 0-based (assumed to be in range 0..11)
390 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const { in monthStart()
393 return (int32_t)uprv_ceil(29.5*month) in monthStart()
396 return trueMonthStart(12*(year-1) + month); in monthStart()
399 for(int i=0; i< month; in monthStart()
536 int32_t month = 12*(extendedYear-1); handleGetYearLength() local
559 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
607 int32_t year, month, dayOfMonth, dayOfYear; handleComputeFields() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dhebrwcal.cpp93 * The cumulative # of days to the end of each month in a non-leap year
117 * The cumulative # of days to the end of each month in a leap year
227 int32_t month = get(UCAL_MONTH, status); in add() local
231 acrossAdar1 = (month < ADAR_1); // started before ADAR_1? in add()
232 month += amount; in add()
234 if (acrossAdar1 && month>=ADAR_1 && !isLeapYear(year)) { in add()
235 ++month; in add()
237 if (month <= ELUL) { in add()
240 month -= ELUL+1; in add()
245 acrossAdar1 = (month > ADAR_ in add()
319 int32_t month = get(UCAL_MONTH, status); roll() local
586 int32_t month = 0; handleComputeFields() local
636 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
[all...]
H A Dpersncal.cpp126 * Return the day # on which the given month starts. Days are counted
130 * @param year The Persian month, 0-based
132 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const { in monthStart()
133 return handleComputeMonthStart(year,month,TRUE); in monthStart()
141 * Return the length (in days) of the given month.
144 * @param year The Persian month, 0-based
146 int32_t PersianCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const { in handleGetMonthLength()
147 // If the month is out of range, adjust it into range, and in handleGetMonthLength()
149 if (month < 0 || month > 1 in handleGetMonthLength()
168 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
213 int32_t year, month, dayOfMonth, dayOfYear; handleComputeFields() local
[all...]
H A Dindiancal.cpp106 * Return the length (in days) of the given month.
109 * @param month The month(0-based) in Indian calendar
111 int32_t IndianCalendar::handleGetMonthLength(int32_t eyear, int32_t month) const { in handleGetMonthLength()
112 if (month < 0 || month > 11) { in handleGetMonthLength()
113 eyear += ClockMath::floorDivide(month, 12, month); in handleGetMonthLength()
116 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) { in handleGetMonthLength()
120 if (month > in handleGetMonthLength()
142 gregorianToJD(int32_t year, int32_t month, int32_t date) gregorianToJD() argument
162 IndianToJD(int32_t year, int32_t month, int32_t date) IndianToJD() argument
206 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
[all...]
H A Dislamcal.cpp196 int32_t mask = (int32_t) (0x01 << (11 - m)); // set mask for bit corresponding to month in getUmalqura_MonthLength()
278 // a month as having 31 days. Since date parsing now uses range checks based
279 // on the table below, we need to change the range for last day of month to
384 * Return the day # on which the given month starts. Days are counted
388 * @param month The hijri month, 0-based (assumed to be in range 0..11)
390 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const { in monthStart()
393 return (int32_t)uprv_ceil(29.5*month) in monthStart()
396 return trueMonthStart(12*(year-1) + month); in monthStart()
399 for(int i=0; i< month; in monthStart()
536 int32_t month = 12*(extendedYear-1); handleGetYearLength() local
559 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
607 int32_t year, month, dayOfMonth, dayOfYear; handleComputeFields() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHebrewCalendar.java26 * the lunar month (approximately 29.53 days) an extra "leap month" is
33 * The leap month is known as "Adar 1" and is inserted between the
34 * months of Shevat and Adar in leap years. Since the leap month does
36 * month numbers are particularly complex. Users of this class should
86 * Constant for Tishri, the 1st month of the Hebrew year.
92 * Constant for Heshvan, the 2nd month of the Hebrew year.
98 * Constant for Kislev, the 3rd month of the Hebrew year.
104 * Constant for Tevet, the 4th month of the Hebrew year.
110 * Constant for Shevat, the 5th month o
363 HebrewCalendar(int year, int month, int date) HebrewCalendar() argument
402 HebrewCalendar(int year, int month, int date, int hour, int minute, int second) HebrewCalendar() argument
722 handleGetMonthLength(int extendedYear, int month) handleGetMonthLength() argument
858 handleComputeMonthStart(int eyear, int month, boolean useMonth) handleComputeMonthStart() argument
[all...]
H A DPersianCalendar.java29 * and the final month is 29 days in non-leap years and 30 days in leap
30 * ones. Historically, the lengths of the month differed in different
89 // len length of month
90 // len2 length of month in a leap year
91 // st days in year before start of month
214 * @param month the value used to set the {@link #MONTH MONTH} time field in the calendar.
215 * Note that the month value is 0-based. e.g., 0 for Farvardin.
223 public PersianCalendar(int year, int month, int date) in PersianCalendar() argument
227 this.set(Calendar.MONTH, month); in PersianCalendar()
236 * @param month th
251 PersianCalendar(int year, int month, int date, int hour, int minute, int second) PersianCalendar() argument
332 handleGetMonthLength(int extendedYear, int month) handleGetMonthLength() argument
366 handleComputeMonthStart(int eyear, int month, boolean useMonth) handleComputeMonthStart() argument
[all...]
H A DIndianCalendar.java74 * Constant for Chaitra, the 1st month of the Indian year.
80 * Constant for Vaisakha, the 2nd month of the Indian year.
86 * Constant for Jyaistha, the 3rd month of the Indian year.
92 * Constant for Asadha, the 4th month of the Indian year.
98 * Constant for Sravana, the 5th month of the Indian year.
104 * Constant for Bhadra, the 6th month of the Indian year.
110 * Constant for Asvina, the 7th month of the Indian year.
116 * Constant for Kartika, the 8th month of the Indian year.
122 * Constant for Agrahayana, the 9th month of the Indian year.
128 * Constant for Pausa, the 10th month o
256 IndianCalendar(int year, int month, int date) IndianCalendar() argument
283 IndianCalendar(int year, int month, int date, int hour, int minute, int second) IndianCalendar() argument
337 handleGetMonthLength(int extendedYear, int month) handleGetMonthLength() argument
442 handleComputeMonthStart(int year, int month, boolean useMonth) handleComputeMonthStart() argument
468 IndianToJD(int year, int month, int date) IndianToJD() argument
507 gregorianToJD(int year, int month, int date) gregorianToJD() argument
[all...]
H A DCECalendar.java124 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
129 protected CECalendar(int year, int month, int date) { in CECalendar() argument
131 this.set(year, month, date); in CECalendar()
150 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
157 protected CECalendar(int year, int month, int date, int hour, in CECalendar() argument
161 this.set(year, month, date, hour, minute, second); in CECalendar()
176 * Return JD of start of given month/extended year
195 * Return the number of days in the given month of the given extended
200 protected int handleGetMonthLength(int extendedYear, int month) in handleGetMonthLength() argument
204 // an intercalary month a in handleGetMonthLength()
233 ceToJD(long year, int month, int day, int jdEpochOffset) ceToJD() argument
[all...]
H A DGregorianCalendar.java71 * 1 to 4 or 5. Week 1 of a month (the days with <code>WEEK_OF_MONTH =
73 * <code>getMinimalDaysInFirstWeek()</code> contiguous days in that month,
75 * week 1 of a year, week 1 of a month may be shorter than 7 days, need
77 * the previous month. Days of a month before week 1 have a
248 // len length of month
249 // len2 length of month in a leap year
250 // st days in year before start of month
251 // st2 days in year before month in leap year
402 * @param month th
408 GregorianCalendar(int year, int month, int date) GregorianCalendar() argument
430 GregorianCalendar(int year, int month, int date, int hour, int minute) GregorianCalendar() argument
457 GregorianCalendar(int year, int month, int date, int hour, int minute, int second) GregorianCalendar() argument
723 handleGetMonthLength(int extendedYear, int month) handleGetMonthLength() argument
853 handleComputeMonthStart(int eyear, int month, boolean useMonth) handleComputeMonthStart() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DHebrewCalendar.java27 * the lunar month (approximately 29.53 days) an extra "leap month" is
34 * The leap month is known as "Adar 1" and is inserted between the
35 * months of Shevat and Adar in leap years. Since the leap month does
37 * month numbers are particularly complex. Users of this class should
86 * Constant for Tishri, the 1st month of the Hebrew year.
91 * Constant for Heshvan, the 2nd month of the Hebrew year.
96 * Constant for Kislev, the 3rd month of the Hebrew year.
101 * Constant for Tevet, the 4th month of the Hebrew year.
106 * Constant for Shevat, the 5th month o
343 HebrewCalendar(int year, int month, int date) HebrewCalendar() argument
380 HebrewCalendar(int year, int month, int date, int hour, int minute, int second) HebrewCalendar() argument
692 handleGetMonthLength(int extendedYear, int month) handleGetMonthLength() argument
820 handleComputeMonthStart(int eyear, int month, boolean useMonth) handleComputeMonthStart() argument
[all...]
H A DIndianCalendar.java73 * Constant for Chaitra, the 1st month of the Indian year.
78 * Constant for Vaisakha, the 2nd month of the Indian year.
83 * Constant for Jyaistha, the 3rd month of the Indian year.
88 * Constant for Asadha, the 4th month of the Indian year.
93 * Constant for Sravana, the 5th month of the Indian year.
98 * Constant for Bhadra, the 6th month of the Indian year.
103 * Constant for Asvina, the 7th month of the Indian year.
108 * Constant for Kartika, the 8th month of the Indian year.
113 * Constant for Agrahayana, the 9th month of the Indian year.
118 * Constant for Pausa, the 10th month o
234 IndianCalendar(int year, int month, int date) IndianCalendar() argument
260 IndianCalendar(int year, int month, int date, int hour, int minute, int second) IndianCalendar() argument
311 handleGetMonthLength(int extendedYear, int month) handleGetMonthLength() argument
413 handleComputeMonthStart(int year, int month, boolean useMonth) handleComputeMonthStart() argument
439 IndianToJD(int year, int month, int date) IndianToJD() argument
478 gregorianToJD(int year, int month, int date) gregorianToJD() argument
[all...]
H A DPersianCalendar.java30 * and the final month is 29 days in non-leap years and 30 days in leap
31 * ones. Historically, the lengths of the month differed in different
91 // len length of month
92 // len2 length of month in a leap year
93 // st days in year before start of month
216 * @param month the value used to set the {@link #MONTH MONTH} time field in the calendar.
217 * Note that the month value is 0-based. e.g., 0 for Farvardin.
225 public PersianCalendar(int year, int month, int date) in PersianCalendar() argument
229 this.set(Calendar.MONTH, month); in PersianCalendar()
238 * @param month th
253 PersianCalendar(int year, int month, int date, int hour, int minute, int second) PersianCalendar() argument
334 handleGetMonthLength(int extendedYear, int month) handleGetMonthLength() argument
368 handleComputeMonthStart(int eyear, int month, boolean useMonth) handleComputeMonthStart() argument
[all...]
H A DCECalendar.java125 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
130 protected CECalendar(int year, int month, int date) { in CECalendar() argument
132 this.set(year, month, date); in CECalendar()
151 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
158 protected CECalendar(int year, int month, int date, int hour, in CECalendar() argument
162 this.set(year, month, date, hour, minute, second); in CECalendar()
178 * Return JD of start of given month/extended year
197 * Return the number of days in the given month of the given extended
202 protected int handleGetMonthLength(int extendedYear, int month) in handleGetMonthLength() argument
206 // an intercalary month a in handleGetMonthLength()
236 ceToJD(long year, int month, int day, int jdEpochOffset) ceToJD() argument
[all...]
H A DGregorianCalendar.java72 * 1 to 4 or 5. Week 1 of a month (the days with <code>WEEK_OF_MONTH =
74 * <code>getMinimalDaysInFirstWeek()</code> contiguous days in that month,
76 * week 1 of a year, week 1 of a month may be shorter than 7 days, need
78 * the previous month. Days of a month before week 1 have a
246 // len length of month
247 // len2 length of month in a leap year
248 // st days in year before start of month
249 // st2 days in year before month in leap year
391 * @param month th
396 GregorianCalendar(int year, int month, int date) GregorianCalendar() argument
417 GregorianCalendar(int year, int month, int date, int hour, int minute) GregorianCalendar() argument
443 GregorianCalendar(int year, int month, int date, int hour, int minute, int second) GregorianCalendar() argument
700 handleGetMonthLength(int extendedYear, int month) handleGetMonthLength() argument
825 handleComputeMonthStart(int eyear, int month, boolean useMonth) handleComputeMonthStart() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dislamcal.cpp196 int32_t mask = (int32_t) (0x01 << (11 - m)); // set mask for bit corresponding to month in getUmalqura_MonthLength()
233 // a month as having 31 days. Since date parsing now uses range checks based
234 // on the table below, we need to change the range for last day of month to
328 * Return the day # on which the given month starts. Days are counted
332 * @param month The hijri month, 0-based (assumed to be in range 0..11)
334 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const { in monthStart()
335 return trueMonthStart(12*(year-1) + month); in monthStart()
339 * Find the day number on which a particular month of the true/lunar
342 * @param month Th
450 int32_t month = 12*(extendedYear-1); handleGetYearLength() local
466 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
518 int32_t month = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH); handleComputeFields() local
757 int32_t month = static_cast<int32_t>( handleComputeFields() local
[all...]
H A Dhebrwcal.cpp95 * The cumulative # of days to the end of each month in a non-leap year
119 * The cumulative # of days to the end of each month in a leap year
230 int32_t month = get(UCAL_MONTH, status); in add() local
234 acrossAdar1 = (month < ADAR_1); // started before ADAR_1? in add()
235 month += amount; in add()
237 if (acrossAdar1 && month>=ADAR_1 && !isLeapYear(year)) { in add()
238 ++month; in add()
240 if (month <= ELUL) { in add()
243 month -= ELUL+1; in add()
248 acrossAdar1 = (month > ADAR_ in add()
323 int32_t month = get(UCAL_MONTH, status); roll() local
591 int32_t month = 0; handleComputeFields() local
646 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
754 int32_t month = get(UCAL_MONTH, status); getTemporalMonthCode() local
[all...]
H A Dpersncal.cpp127 * Return the day # on which the given month starts. Days are counted
131 * @param year The Persian month, 0-based
133 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const { in monthStart()
134 return handleComputeMonthStart(year,month,true); in monthStart()
142 * Return the length (in days) of the given month.
145 * @param year The Persian month, 0-based
147 int32_t PersianCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const { in handleGetMonthLength()
148 // If the month is out of range, adjust it into range, and in handleGetMonthLength()
150 if (month < 0 || month > 1 in handleGetMonthLength()
169 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
214 int32_t year, month, dayOfMonth, dayOfYear; handleComputeFields() local
[all...]
H A Dindiancal.cpp106 * Return the length (in days) of the given month.
109 * @param month The month(0-based) in Indian calendar
111 int32_t IndianCalendar::handleGetMonthLength(int32_t eyear, int32_t month) const { in handleGetMonthLength()
112 if (month < 0 || month > 11) { in handleGetMonthLength()
113 eyear += ClockMath::floorDivide(month, 12, &month); in handleGetMonthLength()
116 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) { in handleGetMonthLength()
120 if (month > in handleGetMonthLength()
142 gregorianToJD(int32_t year, int32_t month, int32_t date) gregorianToJD() argument
162 IndianToJD(int32_t year, int32_t month, int32_t date) IndianToJD() argument
206 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dtime.cc62 int64 SecondsPerMonth(int month, bool leap) { in SecondsPerMonth() argument
63 if (month == 2 && leap) { in SecondsPerMonth()
64 return kSecondsPerDay * (kDaysInMonth[month] + 1); in SecondsPerMonth()
66 return kSecondsPerDay * kDaysInMonth[month]; in SecondsPerMonth()
75 time.month < 1 || time.month > 12 || in ValidateDateTime()
82 if (time.month == 2 && IsLeapYear(time.year)) { in ValidateDateTime()
83 return time.day <= kDaysInMonth[time.month] + 1; in ValidateDateTime()
85 return time.day <= kDaysInMonth[time.month]; in ValidateDateTime()
114 assert(time.month > in SecondsSinceCommonEra()
115 int month = time.month; SecondsSinceCommonEra() local
236 int month = 1; SecondsToDateTime() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dcivil_time_test.cc55 static_assert(cm.month() == 1, "Normal.month"); in TEST()
64 static_assert(cm.month() == 1, "Conversion.month"); in TEST()
80 static_assert(cs.month() == 1, "Normalized.month"); in TEST()
90 static_assert(cs.month() == 1, "SecondOverflow.month"); in TEST()
100 static_assert(cs.month() == 1, "SecondUnderflow.month"); in TEST()
[all...]

Completed in 16 milliseconds

12345678910>>...18