/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 295 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) { in ucal_setGregorianChange() argument 314 gregocal->setGregorianChange(date, *pErrorCode); in ucal_setGregorianChange() 434 int32_t date, in ucal_setDate() 440 ((Calendar*)cal)->set(year, month, date); in ucal_setDate() 448 int32_t date, in ucal_setDateTime() 456 ((Calendar*)cal)->set(year, month, date, hour, minute, second); in ucal_setDateTime() 644 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status) in ucal_isWeekend() argument 649 return ((Calendar*)cal)->isWeekend(date, *status); in ucal_isWeekend() 840 UDate date = ((Calendar*)cal)->getTime(*status); in ucal_getTimeZoneOffsetFromLocal() local 851 date, nonExistingTimeOp in ucal_getTimeZoneOffsetFromLocal() 431 ucal_setDate( UCalendar* cal, int32_t year, int32_t month, int32_t date, UErrorCode *status) ucal_setDate() argument 445 ucal_setDateTime( UCalendar* cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) ucal_setDateTime() argument [all...] |
H A D | cecal.cpp | 112 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) in ceToJD() argument 128 + date - 1 // number of days for present month (1 based) in ceToJD()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 296 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) { in ucal_setGregorianChange() argument 316 gregocal->setGregorianChange(date, *pErrorCode); in ucal_setGregorianChange() 435 int32_t date, in ucal_setDate() 441 ((Calendar*)cal)->set(year, month, date); in ucal_setDate() 449 int32_t date, in ucal_setDateTime() 457 ((Calendar*)cal)->set(year, month, date, hour, minute, second); in ucal_setDateTime() 669 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status) in ucal_isWeekend() argument 674 return ((Calendar*)cal)->isWeekend(date, *status); in ucal_isWeekend() 865 UDate date = ((Calendar*)cal)->getTime(*status); in ucal_getTimeZoneOffsetFromLocal() local 876 date, nonExistingTimeOp in ucal_getTimeZoneOffsetFromLocal() 432 ucal_setDate( UCalendar* cal, int32_t year, int32_t month, int32_t date, UErrorCode *status) ucal_setDate() argument 446 ucal_setDateTime( UCalendar* cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) ucal_setDateTime() argument [all...] |
H A D | cecal.cpp | 101 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) in ceToJD() argument 117 + date - 1 // number of days for present month (1 based) in ceToJD()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 295 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) { in ucal_setGregorianChange() argument 314 gregocal->setGregorianChange(date, *pErrorCode); in ucal_setGregorianChange() 434 int32_t date, in ucal_setDate() 440 ((Calendar*)cal)->set(year, month, date); in ucal_setDate() 448 int32_t date, in ucal_setDateTime() 456 ((Calendar*)cal)->set(year, month, date, hour, minute, second); in ucal_setDateTime() 644 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status) in ucal_isWeekend() argument 649 return ((Calendar*)cal)->isWeekend(date, *status); in ucal_isWeekend() 840 UDate date = ((Calendar*)cal)->getTime(*status); in ucal_getTimeZoneOffsetFromLocal() local 851 date, nonExistingTimeOp in ucal_getTimeZoneOffsetFromLocal() 431 ucal_setDate( UCalendar* cal, int32_t year, int32_t month, int32_t date, UErrorCode *status) ucal_setDate() argument 445 ucal_setDateTime( UCalendar* cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) ucal_setDateTime() argument [all...] |
H A D | cecal.cpp | 112 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) in ceToJD() argument 128 + date - 1 // number of days for present month (1 based) in ceToJD()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.c | 219 /* Write the current date/time per RFC */ 225 struct tm *date; in format_date() local 229 date = gmtime(&t); in format_date() 230 if (date == NULL) in format_date() 233 &weekday_str[date->tm_wday * 4], date->tm_mday, in format_date() 234 &month_str[date->tm_mon * 4], date->tm_year + 1900, in format_date() 235 date->tm_hour, date in format_date() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp.c | 219 /* Write the current date/time per RFC */ 225 struct tm *date; in format_date() local 229 date = gmtime(&t); in format_date() 230 if (date == NULL) in format_date() 233 &weekday_str[date->tm_wday * 4], date->tm_mday, in format_date() 234 &month_str[date->tm_mon * 4], date->tm_year + 1900, in format_date() 235 date->tm_hour, date in format_date() [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | calendar.h | 79 * time fields have been initialized with the current date and time: 84 * needed to implement the date-time formatting for a particular language 118 * many US locations observe daylight saving time. On the date switching to daylight 121 * the date. When the input wall time fall into this missing time slot, the ICU 126 * On the date switching back to standard time, wall clock time is moved back one 129 * by default. For example, 1:30 AM on the date is resolved as 1:30 AM standard time. 150 * The date or time format strings are not part of the definition of a 156 * month up in the date December 12, **1996** results in 159 * `Calendar` also provides a date arithmetic function for 161 * For example, subtracting 5 days from the date `Septembe 443 setTime(UDate date, UErrorCode& status) setTime() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | DangiTest.java | 84 Date date = grego.getTime(); in TestMapping() 85 cal.setTime(date); in TestMapping() 95 buf.append(date + " -> "); in TestMapping() 117 Date date = cal.getTime(); in TestMapping() 120 buf.append(" -> " + date); in TestMapping() 121 if (date.equals(dexp)) { in TestMapping() 158 // The number of days and the start date can be adjusted in TestLimits() 436 assertEquals("chinese and gregorian date should match", target, result); in TestInitWithCurrentTime()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | DangiTest.java | 87 Date date = grego.getTime(); in TestMapping() 88 cal.setTime(date); in TestMapping() 98 buf.append(date + " -> "); in TestMapping() 120 Date date = cal.getTime(); in TestMapping() 123 buf.append(" -> " + date); in TestMapping() 124 if (date.equals(dexp)) { in TestMapping() 161 // The number of days and the start date can be adjusted in TestLimits() 439 assertEquals("chinese and gregorian date should match", target, result); in TestInitWithCurrentTime()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | calendar.h | 79 * time fields have been initialized with the current date and time: 84 * needed to implement the date-time formatting for a particular language 118 * many US locations observe daylight saving time. On the date switching to daylight 121 * the date. When the input wall time fall into this missing time slot, the ICU 126 * On the date switching back to standard time, wall clock time is moved back one 129 * by default. For example, 1:30 AM on the date is resolved as 1:30 AM standard time. 150 * The date or time format strings are not part of the definition of a 156 * month up in the date December 12, **1996** results in 159 * `Calendar` also provides a date arithmetic function for 161 * For example, subtracting 5 days from the date `Septembe 443 setTime(UDate date, UErrorCode& status) setTime() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | calendar.h | 79 * time fields have been initialized with the current date and time: 84 * needed to implement the date-time formatting for a particular language 118 * many US locations observe daylight saving time. On the date switching to daylight 121 * the date. When the input wall time fall into this missing time slot, the ICU 126 * On the date switching back to standard time, wall clock time is moved back one 129 * by default. For example, 1:30 AM on the date is resolved as 1:30 AM standard time. 150 * The date or time format strings are not part of the definition of a 156 * month up in the date December 12, **1996** results in 159 * `Calendar` also provides a date arithmetic function for 161 * For example, subtracting 5 days from the date `Septembe 443 setTime(UDate date, UErrorCode& status) setTime() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | sdb.h | 25 * date is hex (e.g 0x20120501), name is UTF-8, blank-filled 32 uint32_t date; /* 0x28..0x2b */ member 126 uint32_t date; /* 0x2c-0x2f */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvfw/ |
H A D | ls.h | 12 char date[64]; member 59 char date[64]; member
|
/third_party/fsverity-utils/scripts/ |
H A D | do-release.sh | 47 month=$(LC_ALL=C date +%B) 48 year=$(LC_ALL=C date +%Y)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TimeZoneAdapter.java | 121 public boolean inDaylightTime(Date date) { in inDaylightTime() argument 122 return zone.inDaylightTime(date); in inDaylightTime()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Holiday.java | 62 * Return the first occurrence of this holiday on or after the given date 64 * @param start Only holidays on or after this date are returned. 66 * @return The date on which this holiday occurs, or null if it 67 * does not occur on or after the start date. 79 * the given start date and before the given end date. 81 * @param start Only occurrences on or after this date are returned. 82 * @param end Only occurrences before this date are returned. 84 * @return The date on which this event occurs, or null if it 96 * Checks whether this holiday falls on the given date 105 isOn(Date date) isOn() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Holiday.java | 64 * Return the first occurrence of this holiday on or after the given date 66 * @param start Only holidays on or after this date are returned. 68 * @return The date on which this holiday occurs, or null if it 69 * does not occur on or after the start date. 81 * the given start date and before the given end date. 83 * @param start Only occurrences on or after this date are returned. 84 * @param end Only occurrences before this date are returned. 86 * @return The date on which this event occurs, or null if it 98 * Checks whether this holiday falls on the given date 107 isOn(Date date) isOn() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TimeZoneAdapter.java | 122 public boolean inDaylightTime(Date date) { in inDaylightTime() argument 123 return zone.inDaylightTime(date); in inDaylightTime()
|
/third_party/ltp/testcases/kernel/fs/fs_inod/ |
H A D | fs_inod | 176 # Added date stamps to track execution time and duration 238 date 254 date
|
/third_party/ltp/testcases/network/stress/ftp/ |
H A D | ftp-upload-stress02-rmt.sh | 52 start_epoc=$(date +%s) 55 current_epoc=$(date +%s)
|
/third_party/rust/crates/humantime/src/ |
H A D | wrapper.rs | 7 use crate::date::{self, parse_rfc3339_weak, format_rfc3339}; 97 type Err = date::Error;
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | genspec.py | 11 The current branch must be fully committed and up to date when the 16 from datetime import date, timedelta namespace 25 """Return a date for the current, or upcoming if not already, Friday, 27 today = date.today() 158 - `tagdate` = date (used to be used to tag the tree with)""" 159 # Tag date in YYYYMMDD format
|
/third_party/typescript/tests/baselines/reference/tsbuild/declarationEmit/ |
H A D | when-declaration-file-used-inferred-type-from-referenced-project.js | 49 [[90m12:00:17 AM[0m] Project 'src/packages/pkg1/tsconfig.json' is out of date because output file 'src/packages/pkg1/lib/tsconfig.tsbuildinfo' does not exist
53 [[90m12:00:26 AM[0m] Project 'src/packages/pkg2/tsconfig.json' is out of date because output file 'src/packages/pkg2/lib/tsconfig.tsbuildinfo' does not exist
|