Home
last modified time | relevance | path

Searched refs:day (Results 201 - 225 of 422) sorted by relevance

12345678910>>...17

/third_party/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h540 * @param day The reference date's day-in-month (1-based)
541 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
542 * @param millis The reference date's milliseconds in day, local standard time
547 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
562 * @param day the day-in-month of the given date.
563 * @param dayOfWeek the day-of-week of the given date.
564 * @param milliseconds the millis in day in <em>standard</em> local time.
570 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
[all...]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DTimeZoneJDK.java88 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { in getOffset() argument
89 return fJdkTz.getOffset(era, year, month, day, dayOfWeek, milliseconds); in getOffset()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DJavaTimeZone.java113 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { in getOffset() argument
114 return javatz.getOffset(era, year, month, day, dayOfWeek, milliseconds); in getOffset()
/third_party/icu/icu4c/source/i18n/
H A Djapancal.cpp173 int32_t day = 1; in getDefaultDayInMonth() local
185 return day; in getDefaultDayInMonth()
H A Dolsontz.h170 int32_t day, uint8_t dayOfWeek,
177 int32_t day, uint8_t dayOfWeek,
H A Dethpccal.h257 * Convert an Ethiopic year, month, and day to a Julian day.
261 * @param day the day
262 * @return Julian day
265 int32_t ethiopicToJD(int32_t year, int32_t month, int32_t day);
H A Dcoptccal.h228 * Convert an Coptic year, month, and day to a Julian day.
232 * @param day the day
233 * @return Julian day
236 static int32_t copticToJD(int32_t year, int32_t month, int32_t day);
H A Derarules.h51 * day of month in this order. When an era has no start date, the result
67 * Returns era index for the specified year/month/day.
70 * @param day Day of month
74 int32_t getEraIndex(int32_t year, int32_t month, int32_t day, UErrorCode& status) const;
H A Dchnsecal.cpp243 kEpochStartAsJulianDay + 1; // Julian day -> local days in handleGetMonthLength()
261 * calendar equivalents for the given Julian day.
311 * Return the Julian day number of day before the first day of the
319 * @return the Julian day number of the day before the first
320 * day of the given month and year
380 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day in add() local
410 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day roll() local
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtimezone.h571 * @param day The reference date's day-in-month (1-based)
572 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
573 * @param millis The reference date's milliseconds in day, local standard time
578 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
593 * @param day the day-in-month of the given date.
594 * @param dayOfWeek the day-of-week of the given date.
595 * @param milliseconds the millis in day in <em>standard</em> local time.
601 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Djapancal.cpp173 int32_t day = 1; in getDefaultDayInMonth() local
185 return day; in getDefaultDayInMonth()
H A Dolsontz.h170 int32_t day, uint8_t dayOfWeek,
177 int32_t day, uint8_t dayOfWeek,
H A Dcecal.h125 * Convert an Coptic/Ethiopic year, month, and day to a Julian day.
129 * @param day the day
131 * @return Julian day
138 * Convert a Julian day to an Coptic/Ethiopic year, month and day
140 * @param julianDay the Julian day
144 * @param date receives the day
148 int32_t& year, int32_t& month, int32_t& day);
[all...]
H A Dcoptccal.h242 * Convert an Coptic year, month, and day to a Julian day.
246 * @param day the day
247 * @return Julian day
250 static int32_t copticToJD(int32_t year, int32_t month, int32_t day);
H A Derarules.h51 * day of month in this order. When an era has no start date, the result
67 * Returns era index for the specified year/month/day.
70 * @param day Day of month
74 int32_t getEraIndex(int32_t year, int32_t month, int32_t day, UErrorCode& status) const;
H A Dchnsecal.cpp247 kEpochStartAsJulianDay + 1; // Julian day -> local days in handleGetMonthLength()
265 * calendar equivalents for the given Julian day.
315 * Return the Julian day number of day before the first day of the
323 * @return the Julian day number of the day before the first
324 * day of the given month and year
385 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day in add() local
416 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day roll() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Djapancal.cpp173 int32_t day = 1; in getDefaultDayInMonth() local
185 return day; in getDefaultDayInMonth()
H A Derarules.h51 * day of month in this order. When an era has no start date, the result
67 * Returns era index for the specified year/month/day.
70 * @param day Day of month
74 int32_t getEraIndex(int32_t year, int32_t month, int32_t day, UErrorCode& status) const;
H A Dethpccal.h257 * Convert an Ethiopic year, month, and day to a Julian day.
261 * @param day the day
262 * @return Julian day
265 int32_t ethiopicToJD(int32_t year, int32_t month, int32_t day);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dtimezone.h491 * @param day The reference date's day-in-month (1-based)
492 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
493 * @param millis The reference date's milliseconds in day, local standard time
498 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
513 * @param day the day-in-month of the given date.
514 * @param dayOfWeek the day-of-week of the given date.
515 * @param milliseconds the millis in day in <em>standard</em> local time.
521 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
[all...]
H A Dvtzone.h173 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce
209 * @param day The reference date's day-in-month (1-based)
210 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
211 * @param millis The reference date's milliseconds in day, local standard time
216 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
230 * @param day The reference date's day-in-month (1-based)
231 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
232 * @param millis The reference date's milliseconds in day, loca
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dcivil_time.cc38 const CivilSecond ncs(NormalizeYear(cs.year()), cs.month(), cs.day(), in FormatYearAnd()
62 *c = CivilT(y, cs.month(), cs.day(), cs.hour(), cs.minute(), cs.second()); in ParseYearAnd()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_month_pattern_test.cpp460 OHOS::Ace::CalendarDay day; in HWTEST_F() local
461 calendarMonthPattern->obtainedMonth_.days.push_back(day); in HWTEST_F()
486 OHOS::Ace::CalendarDay day; in HWTEST_F() local
487 calendarMonthPattern->obtainedMonth_.days.push_back(day); in HWTEST_F()
511 OHOS::Ace::CalendarDay day; in HWTEST_F() local
512 calendarMonthPattern->obtainedMonth_.days.push_back(day); in HWTEST_F()
536 OHOS::Ace::CalendarDay day; in HWTEST_F() local
537 calendarMonthPattern->obtainedMonth_.days.push_back(day); in HWTEST_F()
/third_party/python/Lib/http/
H A Dcookiejar.py111 dt.year, dt.month, dt.day, dt.hour, dt.minute, dt.second)
129 DAYS[dt.weekday()], dt.day, MONTHS[dt.month-1],
150 def _str2time(day, mon, yr, hr, min, sec, tz):
175 day = int(day)
192 t = _timegm((yr, mon, day, hr, min, sec, tz))
213 (\d\d?) # day
277 day, mon, yr, hr, min, sec, tz = [None]*7
282 day, mon, yr, hr, min, sec, tz = m.groups()
286 return _str2time(day, mo
[all...]
/third_party/skia/infra/bots/recipes/
H A Dupload_nano_results.py40 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),

Completed in 61 milliseconds

12345678910>>...17