/third_party/icu/icu4c/source/test/intltest/ |
D | tzbdtest.h | 42 …virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary); 43 …virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary); 44 …virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary,… 48 UnicodeString showDate(UDate d); 56 …virtual void verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylight… 67 virtual void testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary); 77 …virtual void findBoundariesStepwise(int32_t year, UDate interval, TimeZone* z, int32_t expectedCha… 87 const UDate ONE_SECOND; 88 const UDate ONE_MINUTE; 89 const UDate ONE_HOUR; [all …]
|
D | tzbdtest.cpp | 67 const UDate TimeZoneBoundaryTest::PST_1997_BEG = 860320800000.0; 69 const UDate TimeZoneBoundaryTest::PST_1997_END = 877856400000.0; 71 const UDate TimeZoneBoundaryTest::INTERVAL = 10; 76 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedB… in findDaylightBoundaryUsingDate() 82 UDate min = d; in findDaylightBoundaryUsingDate() 83 UDate max = min + SIX_MONTHS; in findDaylightBoundaryUsingDate() 85 UDate mid = (min + max) / 2; in findDaylightBoundaryUsingDate() 96 UDate mindelta = expectedBoundary - min; in findDaylightBoundaryUsingDate() 97 UDate maxdelta = max - expectedBoundary; in findDaylightBoundaryUsingDate() 108 TimeZoneBoundaryTest::findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedB… in findDaylightBoundaryUsingTimeZone() [all …]
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | tzrule.h | 114 …virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = … 127 …virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = … 143 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 144 UBool inclusive, UDate& result) const = 0; 160 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 161 UBool inclusive, UDate& result) const = 0; 273 …UBool getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) c… 296 …virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const ov… 309 …virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const ov… 325 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, [all …]
|
D | vtzone.h | 142 UBool getLastModified(UDate& lastModified) const; 149 void setLastModified(UDate lastModified); 167 void write(UDate start, UnicodeString& result, UErrorCode& status) const; 182 void writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const; 264 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 273 UDate date, UTimeZoneLocalOption nonExistingTimeOpt, 318 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const override; 339 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const ove… 349 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const… 389 void write(UDate start, VTZWriter& writer, UErrorCode& status) const; [all …]
|
D | rbtz.h | 201 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 244 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const override; 265 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const ove… 275 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const… 312 UDate date, UTimeZoneLocalOption nonExistingTimeOpt, 321 TimeZoneRule* findRuleInFinal(UDate date, UBool local, 323 …UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c… 324 …UBool findPrev(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c… 327 UDate getTransitionTime(Transition* transition, UBool local, 329 …void getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTime…
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | tzrule.h | 114 …virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = … 127 …virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = … 143 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 144 UBool inclusive, UDate& result) const = 0; 160 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 161 UBool inclusive, UDate& result) const = 0; 273 …UBool getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) c… 296 virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const; 309 virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const; 325 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, [all …]
|
D | vtzone.h | 142 UBool getLastModified(UDate& lastModified) const; 149 void setLastModified(UDate lastModified); 167 void write(UDate start, UnicodeString& result, UErrorCode& status) const; 182 void writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const; 264 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 273 UDate date, UTimeZoneLocalOption nonExistingTimeOpt, 318 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const; 339 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 349 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 389 void write(UDate start, VTZWriter& writer, UErrorCode& status) const; [all …]
|
D | rbtz.h | 200 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 243 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const; 264 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 274 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 311 UDate date, UTimeZoneLocalOption nonExistingTimeOpt, 320 TimeZoneRule* findRuleInFinal(UDate date, UBool local, 322 …UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c… 323 …UBool findPrev(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c… 326 UDate getTransitionTime(Transition* transition, UBool local, 328 …void getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTime…
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | tzrule.h | 114 …virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = … 127 …virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = … 143 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 144 UBool inclusive, UDate& result) const = 0; 160 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 161 UBool inclusive, UDate& result) const = 0; 273 …UBool getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) c… 296 virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const; 309 virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const; 325 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, [all …]
|
D | vtzone.h | 142 UBool getLastModified(UDate& lastModified) const; 149 void setLastModified(UDate lastModified); 167 void write(UDate start, UnicodeString& result, UErrorCode& status) const; 182 void writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const; 264 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 273 UDate date, UTimeZoneLocalOption nonExistingTimeOpt, 318 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const; 339 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 349 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 389 void write(UDate start, VTZWriter& writer, UErrorCode& status) const; [all …]
|
D | rbtz.h | 200 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 243 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const; 264 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 274 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 311 UDate date, UTimeZoneLocalOption nonExistingTimeOpt, 320 TimeZoneRule* findRuleInFinal(UDate date, UBool local, 322 …UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c… 323 …UBool findPrev(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c… 326 UDate getTransitionTime(Transition* transition, UBool local, 328 …void getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTime…
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | tzrule.h | 112 …virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = … 125 …virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = … 141 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 142 UBool inclusive, UDate& result) const = 0; 158 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 159 UBool inclusive, UDate& result) const = 0; 271 …UBool getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) c… 294 virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const; 307 virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const; 323 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, [all …]
|
D | vtzone.h | 140 UBool getLastModified(UDate& lastModified) const; 147 void setLastModified(UDate lastModified); 165 void write(UDate start, UnicodeString& result, UErrorCode& status) const; 180 void writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const; 262 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 304 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const; 324 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 334 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 374 void write(UDate start, VTZWriter& writer, UErrorCode& status) const; 375 void writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) const; [all …]
|
D | rbtz.h | 198 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 240 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const; 260 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 270 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 305 … virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, 312 TimeZoneRule* findRuleInFinal(UDate date, UBool local, 314 …UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c… 315 …UBool findPrev(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c… 318 UDate getTransitionTime(Transition* transition, UBool local, 320 …void getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTime…
|
/third_party/node/deps/icu-small/source/i18n/ |
D | tzrule.cpp | 26 UDate l = *((UDate*)left); in compareDates() 27 UDate r = *((UDate*)right); in compareDates() 149 UDate& /*result*/) const { in getFirstStart() 156 UDate& /*result*/) const { in getFinalStart() 161 InitialTimeZoneRule::getNextStart(UDate /*base*/, in getNextStart() argument 165 UDate& /*result*/) const { in getNextStart() 170 InitialTimeZoneRule::getPreviousStart(UDate /*base*/, in getPreviousStart() argument 174 UDate& /*result*/) const { in getPreviousStart() 267 UDate &result) const { in getStartInYear() 338 UDate& result) const { in getFirstStart() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tzrule.cpp | 26 UDate l = *((UDate*)left); in compareDates() 27 UDate r = *((UDate*)right); in compareDates() 149 UDate& /*result*/) const { in getFirstStart() 156 UDate& /*result*/) const { in getFinalStart() 161 InitialTimeZoneRule::getNextStart(UDate /*base*/, in getNextStart() argument 165 UDate& /*result*/) const { in getNextStart() 170 InitialTimeZoneRule::getPreviousStart(UDate /*base*/, in getPreviousStart() argument 174 UDate& /*result*/) const { in getPreviousStart() 267 UDate &result) const { in getStartInYear() 338 UDate& result) const { in getFirstStart() [all …]
|
D | astro.h | 301 CalendarAstronomer(UDate d); 340 void setTime(UDate aTime); 353 void setDate(UDate aDate) { setTime(aDate); } in setDate() 380 UDate getTime(); 533 UDate getSunTime(double desired, UBool next); 547 UDate getSunRiseSet(UBool rise); 633 UDate getMoonTime(double desired, UBool next); 634 UDate getMoonTime(const MoonAge& desired, UBool next); 641 UDate getMoonRiseSet(UBool rise); 655 UDate timeOfAngle(AngleFunc& func, double desired, [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | tzrule.cpp | 26 UDate l = *((UDate*)left); in compareDates() 27 UDate r = *((UDate*)right); in compareDates() 149 UDate& /*result*/) const { in getFirstStart() 156 UDate& /*result*/) const { in getFinalStart() 161 InitialTimeZoneRule::getNextStart(UDate /*base*/, in getNextStart() argument 165 UDate& /*result*/) const { in getNextStart() 170 InitialTimeZoneRule::getPreviousStart(UDate /*base*/, in getPreviousStart() argument 174 UDate& /*result*/) const { in getPreviousStart() 267 UDate &result) const { in getStartInYear() 338 UDate& result) const { in getFirstStart() [all …]
|
D | astro.h | 301 CalendarAstronomer(UDate d); 340 void setTime(UDate aTime); 353 void setDate(UDate aDate) { setTime(aDate); } in setDate() 380 UDate getTime(); 533 UDate getSunTime(double desired, UBool next); 547 UDate getSunRiseSet(UBool rise); 633 UDate getMoonTime(double desired, UBool next); 634 UDate getMoonTime(const MoonAge& desired, UBool next); 641 UDate getMoonRiseSet(UBool rise); 655 UDate timeOfAngle(AngleFunc& func, double desired, [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | tzrule.cpp | 26 UDate l = *((UDate*)left); in compareDates() 27 UDate r = *((UDate*)right); in compareDates() 149 UDate& /*result*/) const { in getFirstStart() 156 UDate& /*result*/) const { in getFinalStart() 161 InitialTimeZoneRule::getNextStart(UDate /*base*/, in getNextStart() argument 165 UDate& /*result*/) const { in getNextStart() 170 InitialTimeZoneRule::getPreviousStart(UDate /*base*/, in getPreviousStart() argument 174 UDate& /*result*/) const { in getPreviousStart() 267 UDate &result) const { in getStartInYear() 338 UDate& result) const { in getFirstStart() [all …]
|
D | astro.h | 301 CalendarAstronomer(UDate d); 340 void setTime(UDate aTime); 353 void setDate(UDate aDate) { setTime(aDate); } in setDate() 380 UDate getTime(); 533 UDate getSunTime(double desired, UBool next); 547 UDate getSunRiseSet(UBool rise); 633 UDate getMoonTime(double desired, UBool next); 634 UDate getMoonTime(const MoonAge& desired, UBool next); 641 UDate getMoonRiseSet(UBool rise); 655 UDate timeOfAngle(AngleFunc& func, double desired, [all …]
|
/third_party/icu/icu4c/source/common/unicode/ |
D | dtintrv.h | 45 DateInterval(UDate fromDate, UDate toDate); 58 inline UDate getFromDate() const; 65 inline UDate getToDate() const; 136 UDate fromDate; 137 UDate toDate; 142 inline UDate 148 inline UDate
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | dtintrv.h | 45 DateInterval(UDate fromDate, UDate toDate); 58 inline UDate getFromDate() const; 65 inline UDate getToDate() const; 136 UDate fromDate; 137 UDate toDate; 142 inline UDate 148 inline UDate
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | dtintrv.h | 43 DateInterval(UDate fromDate, UDate toDate); 56 UDate getFromDate() const; 63 UDate getToDate() const; 134 UDate fromDate; 135 UDate toDate; 140 inline UDate 146 inline UDate
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | dtintrv.h | 45 DateInterval(UDate fromDate, UDate toDate); 58 inline UDate getFromDate() const; 65 inline UDate getToDate() const; 136 UDate fromDate; 137 UDate toDate; 142 inline UDate 148 inline UDate
|