/third_party/icu/icu4c/source/samples/datefmt/ |
H A D | main.cpp | 48 UDate date; in main() local 50 // The languages in which we will display the date in main() 72 date = cal->getTime(status); in main() 87 // Format the date in main() 89 fmt->format(date, str, status); in main() 91 // Display the formatted date string in main()
|
/third_party/python/Lib/sqlite3/ |
H A D | dbapi2.py | 33 Date = datetime.date 62 return datetime.date(*map(int, val.split(b"-"))) 78 register_adapter(datetime.date, adapt_date) 80 register_converter("date", convert_date)
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
H A D | FontOutputStream.java | 208 * @param date date/time value 211 public void writeDateTime(long date) throws IOException { in writeDateTime() argument 212 this.writeULong((date >> 32) & 0xffffffff); in writeDateTime() 213 this.writeULong(date & 0xffffffff); in writeDateTime()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | basictz.h | 134 * represented by <code>AnnualTimeZoneRule</code> with <code>DateTimeRule::DOW</code> for its date 141 * @param date The date used for extracting time zone rules. 145 * specified date, NULL is set. 148 * around the specified date, NULL is set. 152 virtual void getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, 161 UDate date, UTimeZoneLocalOption nonExistingTimeOpt, 183 void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, 228 * @param start The start date used for extracting time zone rules
|
H A D | gregocal.h | 20 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 50 * the date the Gregorian calendar was originally instituted (October 15, 1582). Not all 51 * countries adopted the Gregorian calendar then, so this cutover date may be changed by 98 * // and the current date and time 235 * Constructs a GregorianCalendar with the given AD date set in the default time 241 * @param date The value used to set the DATE time field in the calendar. 246 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success); 249 * Constructs a GregorianCalendar with the given AD date and time set for the 255 * @param date The value used to set the DATE time field in the calendar. 262 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_ [all...] |
/third_party/skia/third_party/externals/icu/source/samples/datefmt/answers/ |
H A D | main_3.cpp | 46 UDate date; in main() local 48 // The languages in which we will display the date in main() 70 date = cal->getTime(status); in main() 85 // Format the date in main() 87 fmt->format(date, str, status); in main() 89 // Display the formatted date string in main()
|
/third_party/skia/third_party/externals/icu/source/samples/datefmt/ |
H A D | main.cpp | 48 UDate date; in main() local 50 // The languages in which we will display the date in main() 72 date = cal->getTime(status); in main() 87 // Format the date in main() 89 fmt->format(date, str, status); in main() 91 // Display the formatted date string in main()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | HebrewCalendar.java | 38 * rather than attempting to perform date arithmetic by manipulating 166 * The absolute date, in milliseconds since 1/1/1970 AD, Gregorian, 351 * Constructs a <code>HebrewCalendar</code> with the given date set 359 * @param date The value used to set the calendar's {@link #DATE DATE} time field. 363 public HebrewCalendar(int year, int month, int date) { in HebrewCalendar() argument 367 this.set(DATE, date); in HebrewCalendar() 371 * Constructs a <code>HebrewCalendar</code> with the given date set 374 * @param date The date to which the new calendar is set. 378 public HebrewCalendar(Date date) { in HebrewCalendar() argument 402 HebrewCalendar(int year, int month, int date, int hour, int minute, int second) HebrewCalendar() argument [all...] |
H A D | EasterHoliday.java | 146 * Return the first occurrence of this rule on or after the given date 156 * the given start date and before the given end date. 168 public boolean isOn(Date date) in isOn() argument 171 calendar.setTime(date); in isOn() 200 // We might have gotten a date that's in the same year as "start", but in doFirstBetween() 224 * Compute the month and date on which this holiday falls in the year 225 * containing the date "date". First figure out which date Easte 232 computeInYear(Date date, GregorianCalendar cal) computeInYear() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | HebrewCalendar.java | 39 * rather than attempting to perform date arithmetic by manipulating 153 * The absolute date, in milliseconds since 1/1/1970 AD, Gregorian, 332 * Constructs a <code>HebrewCalendar</code> with the given date set 340 * @param date The value used to set the calendar's {@link #DATE DATE} time field. 343 public HebrewCalendar(int year, int month, int date) { in HebrewCalendar() argument 347 this.set(DATE, date); in HebrewCalendar() 351 * Constructs a <code>HebrewCalendar</code> with the given date set 354 * @param date The date to which the new calendar is set. 357 public HebrewCalendar(Date date) { in HebrewCalendar() argument 380 HebrewCalendar(int year, int month, int date, int hour, int minute, int second) HebrewCalendar() argument [all...] |
H A D | EasterHoliday.java | 148 * Return the first occurrence of this rule on or after the given date 158 * the given start date and before the given end date. 170 public boolean isOn(Date date) in isOn() argument 173 calendar.setTime(date); in isOn() 202 // We might have gotten a date that's in the same year as "start", but in doFirstBetween() 226 * Compute the month and date on which this holiday falls in the year 227 * containing the date "date". First figure out which date Easte 234 computeInYear(Date date, GregorianCalendar cal) computeInYear() argument [all...] |
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/ |
H A D | when-input-file-text-does-not-change-but-its-modified-time-changes.js | 139 [[90m12:00:07 AM[0m] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
143 [[90m12:00:18 AM[0m] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
147 [[90m12:00:29 AM[0m] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.tsbuildinfo' does not exist
630 [[90m12:00:44 AM[0m] Project 'src/first/tsconfig.json' is up to date but needs to update timestamps of output files that are older than input files
634 [[90m12:00:48 AM[0m] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
636 [[90m12:00:49 AM[0m] Project 'src/third/tsconfig.json' is out of date because output of its dependency 'src/first' has changed
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | gregocal.h | 20 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 50 * the date the Gregorian calendar was originally instituted (October 15, 1582). Not all 51 * countries adopted the Gregorian calendar then, so this cutover date may be changed by 98 * // and the current date and time 235 * Constructs a GregorianCalendar with the given AD date set in the default time 241 * @param date The value used to set the DATE time field in the calendar. 246 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success); 249 * Constructs a GregorianCalendar with the given AD date and time set for the 255 * @param date The value used to set the DATE time field in the calendar. 262 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_ [all...] |
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | gregocal.h | 20 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 50 * the date the Gregorian calendar was originally instituted (October 15, 1582). Not all 51 * countries adopted the Gregorian calendar then, so this cutover date may be changed by 98 * // and the current date and time 235 * Constructs a GregorianCalendar with the given AD date set in the default time 241 * @param date The value used to set the DATE time field in the calendar. 246 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success); 249 * Constructs a GregorianCalendar with the given AD date and time set for the 255 * @param date The value used to set the DATE time field in the calendar. 262 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_ [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | olsontz.h | 184 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 191 UDate date, UTimeZoneLocalOption nonExistingTimeOpt, 221 virtual UBool inDaylightTime(UDate date, UErrorCode& ec) const; 298 void getHistoricalOffset(UDate date, UBool local, 368 * A SimpleTimeZone that governs the behavior for date >= finalMillis. 373 * For date >= finalMillis, the finalZone will be used.
|
H A D | gregocal.cpp | 19 * week-based date determination. Removed quetionable 32 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 57 * Note that the Julian date used here is not a true Julian date, since 222 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, in GregorianCalendar() argument 232 set(UCAL_DATE, date); in GregorianCalendar() 237 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, in GregorianCalendar() argument 247 set(UCAL_DATE, date); in GregorianCalendar() 254 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, in GregorianCalendar() argument 265 set(UCAL_DATE, date); in GregorianCalendar() 322 setGregorianChange(UDate date, UErrorCode& status) setGregorianChange() argument 660 int32_t date = internalGet(UCAL_DATE); validateFields() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | loctest.cpp | 1396 UDate mydate = date(98,3,13); // A Monday in Test4139940() 1423 LocaleTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) in date() function in LocaleTest 5060 UDate date = uprv_getUTCtime(); in TestCurrencyByDate() local 5067 date = (UDate)-630720000000.0; // pre 1961 - no currency defined in TestCurrencyByDate() 5068 index = ucurr_countCurrencies("eo_AM", date, &status); in TestCurrencyByDate() 5073 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate() 5079 date = (UDate)0.0; // 1970 - one currency defined in TestCurrencyByDate() 5080 index = ucurr_countCurrencies("eo_AM", date, &status); in TestCurrencyByDate() 5085 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate() 5092 date in TestCurrencyByDate() [all...] |
H A D | dtfmrgts.cpp | 108 logln((UnicodeString)"today date: " + today); in Test4029195() 110 logln("Error reparsing date: " + e.getMessage()); in Test4029195() 142 UDate dt = date(97, UCAL_MAY, 3, 8, 55); in Test4052408() 243 UDate start = date(1809-1900, UCAL_DECEMBER, 25); in Test4056591() 249 date(1809-1900, UCAL_DECEMBER, 25), in Test4056591() 250 date(1909-1900, UCAL_DECEMBER, 24), in Test4056591() 251 date(1809-1900, UCAL_DECEMBER, 26), in Test4056591() 252 date(1861-1900, UCAL_DECEMBER, 25), in Test4056591() 371 // work now that date values are range checked per #3579. in Test4060212() 441 curDate = date(9 in Test4065240() 1258 int32_t date; global() member in Test1684Data 1434 UDate date = cal->getTime(status); Test5554() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | gregocal.cpp | 19 * week-based date determination. Removed quetionable 32 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 57 * Note that the Julian date used here is not a true Julian date, since 222 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, in GregorianCalendar() argument 232 set(UCAL_DATE, date); in GregorianCalendar() 237 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, in GregorianCalendar() argument 247 set(UCAL_DATE, date); in GregorianCalendar() 254 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, in GregorianCalendar() argument 265 set(UCAL_DATE, date); in GregorianCalendar() 322 setGregorianChange(UDate date, UErrorCode& status) setGregorianChange() argument 660 int32_t date = internalGet(UCAL_DATE); validateFields() local [all...] |
H A D | tzgnames.cpp | 280 UDate date, UnicodeString& name) const; 312 UDate date, UnicodeString& name) const; 455 TZGNCore::getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeString& name) const { in getDisplayName() argument 468 formatGenericNonLocationName(tz, type, date, name); in getDisplayName() 594 TZGNCore::formatGenericNonLocationName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeString& name) const { in formatGenericNonLocationName() argument 616 fTimeZoneNames->getMetaZoneID(tzID, date, mzID); in formatGenericNonLocationName() 623 tz.getOffset(date, false, raw, sav, status); in formatGenericNonLocationName() 643 UBool beforTrs = btz->getPreviousTransition(date, true, before); in formatGenericNonLocationName() 645 && (date - before.getTime() < kDstCheckRange) in formatGenericNonLocationName() 650 UBool afterTrs = btz->getNextTransition(date, fals in formatGenericNonLocationName() 1310 getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeString& name) const getDisplayName() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | gregocal.cpp | 19 * week-based date determination. Removed quetionable 32 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 57 * Note that the Julian date used here is not a true Julian date, since 223 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, in GregorianCalendar() argument 233 set(UCAL_DATE, date); in GregorianCalendar() 238 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, in GregorianCalendar() argument 248 set(UCAL_DATE, date); in GregorianCalendar() 255 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, in GregorianCalendar() argument 266 set(UCAL_DATE, date); in GregorianCalendar() 323 setGregorianChange(UDate date, UErrorCode& status) setGregorianChange() argument 636 int32_t date = internalGet(UCAL_DATE); validateFields() local [all...] |
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-date.c | 35 #define BUILTIN_INC_HEADER_NAME "ecma-builtin-date.inc.h" 36 #define BUILTIN_UNDERSCORED_ID date 45 * \addtogroup date ECMA Date object built-in 50 * Helper function to try to parse a part of a date string 83 * Helper function to try to parse a special chracter (+,-,T,Z,:,.) in a date string 102 * Helper function to try to parse a 4-5-6 digit year with optional negative sign in a date string 137 * Helper function to try to parse a day name in a date string 163 * Helper function to try to parse a month name in a date string 209 ecma_number_t date = ECMA_NUMBER_ONE; in ecma_date_construct_helper() local 219 date in ecma_date_construct_helper() 415 ecma_number_t date = ecma_date_make_day (year, month - 1, day); ecma_builtin_date_parse_ISO_string_format() local 594 ecma_number_t date = ecma_date_make_day (year, month - 1, day); ecma_builtin_date_parse_toString_formats() local [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_iptc.cpp | 436 char date [9]; in Parse() local 438 stream.Get (date, 8); in Parse() 440 date [8] = 0; in Parse() 442 fDateTimeCreated.Decode_IPTC_Date (date); in Parse() 480 char date [9]; in Parse() local 482 stream.Get (date, 8); in Parse() 484 date [8] = 0; in Parse() 486 fDigitalCreationDateTime.Decode_IPTC_Date (date); in Parse() 818 DNG_ASSERT (dateString.Length () == 8, "Wrong length IPTC date"); in Spool() 853 DNG_ASSERT (dateString.Length () == 8, "Wrong length IPTC date"); in Spool() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | DateFormatter.java | 22 * Format the date, provided as a java Date object. 24 * @param date the date 27 String format(Date date); in format() argument 30 * Format the date, provided as milliseconds. 32 * @param date the date in milliseconds 35 String format(long date); in format() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
H A D | DateFormatter.java | 24 * Format the date, provided as a java Date object. 26 * @param date the date 29 String format(Date date); in format() argument 32 * Format the date, provided as milliseconds. 34 * @param date the date in milliseconds 37 String format(long date); in format() argument
|