Searched refs:UDate (Results 1 - 25 of 328) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzbdtest.h40 virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
41 virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary);
42 virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz);
46 UnicodeString showDate(UDate d);
54 virtual void verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTOffse
[all...]
H A Dtzrulets.h43 void verifyTransitions(BasicTimeZone& icutz, UDate start, UDate end);
45 UDate start, UDate end, UBool inclusive);
47 UDate start, UDate end, UBool inclusive);
48 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,
H A Dtzregts.h53 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
54 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
H A Dcaltztst.h34 UnicodeString dateToString(UDate d);
35 UnicodeString& dateToString(UDate d, UnicodeString& str);
36 UnicodeString& dateToString(UDate d, UnicodeString& str, const TimeZone& z);
40 UDate date(int32_t y, int32_t m, int32_t d, int32_t hr=0, int32_t min=0, int32_t sec=0);
47 void dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec);
H A Dtztest.h52 UDate min, UDate max);
58 UDate min, UDate max,
59 UDate expectedBoundary);
103 static const UDate INTERVAL;
H A Dcalregts.h83 static UDate getAssociatedDate(UDate d, UErrorCode& status);
84 static UDate makeDate(int32_t y, int32_t m = 0, int32_t d = 0, int32_t hr = 0, int32_t min = 0, int32_t sec = 0);
86 static const UDate EARLIEST_SUPPORTED_MILLIS;
87 static const UDate LATEST_SUPPORTED_MILLIS;
/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.h40 virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
41 virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary);
42 virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz);
46 UnicodeString showDate(UDate d);
54 virtual void verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTOffse
[all...]
H A Dtzrulets.h43 void verifyTransitions(BasicTimeZone& icutz, UDate start, UDate end);
45 UDate start, UDate end, UBool inclusive);
47 UDate start, UDate end, UBool inclusive);
48 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,
H A Dtzregts.h53 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
54 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
H A Dcaltztst.h34 UnicodeString dateToString(UDate d);
35 UnicodeString& dateToString(UDate d, UnicodeString& str);
36 UnicodeString& dateToString(UDate d, UnicodeString& str, const TimeZone& z);
40 UDate date(int32_t y, int32_t m, int32_t d, int32_t hr=0, int32_t min=0, int32_t sec=0);
47 void dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec);
H A Dtztest.h52 UDate min, UDate max);
58 UDate min, UDate max,
59 UDate expectedBoundary);
104 static const UDate INTERVAL;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ddtintrv.h29 * It is a pair of UDate representing from UDate 1 to UDate 2.
41 DateInterval(UDate fromDate, UDate toDate);
54 UDate getFromDate() const;
61 UDate getToDate() const;
132 UDate fromDate;
133 UDate toDate;
138 inline UDate
[all...]
/external/icu/icu4c/source/common/unicode/
H A Ddtintrv.h29 * It is a pair of UDate representing from UDate 1 to UDate 2.
41 DateInterval(UDate fromDate, UDate toDate);
54 UDate getFromDate() const;
61 UDate getToDate() const;
132 UDate fromDate;
133 UDate toDate;
138 inline UDate
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcformtst.h29 UChar* myDateFormat(UDateFormat *dat, UDate d);
H A Dcdtdptst.h53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
/external/icu/icu4c/source/test/cintltst/
H A Dcformtst.h29 UChar* myDateFormat(UDateFormat *dat, UDate d);
H A Dcdtdptst.h53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtzrule.h110 virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = 0;
123 virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = 0;
139 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
140 UBool inclusive, UDate& result) const = 0;
156 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
157 UBool inclusive, UDate& result) const = 0;
269 UBool getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const;
292 virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const;
305 virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const;
321 virtual UBool getNextStart(UDate bas
[all...]
H A Dbasictz.h50 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const = 0;
60 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const = 0;
82 virtual UBool hasEquivalentTransitions(const BasicTimeZone& tz, UDate start, UDate end,
140 virtual void getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial,
161 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
204 void getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, UVector*& transitionRules,
H A Dtztrans.h42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
101 UDate getTime(void) const;
108 void setTime(UDate time);
157 UDate fTime;
H A Dvtzone.h138 UBool getLastModified(UDate& lastModified) const;
145 void setLastModified(UDate lastModified);
163 void write(UDate start, UnicodeString& result, UErrorCode& status) const;
178 void writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const;
198 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
219 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
260 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
296 * @param date the given UDate.
302 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
322 virtual UBool getNextTransition(UDate bas
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtzrule.h110 virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = 0;
123 virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = 0;
139 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
140 UBool inclusive, UDate& result) const = 0;
156 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
157 UBool inclusive, UDate& result) const = 0;
269 UBool getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const;
292 virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const;
305 virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const;
321 virtual UBool getNextStart(UDate bas
[all...]
H A Dbasictz.h50 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const = 0;
60 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const = 0;
82 virtual UBool hasEquivalentTransitions(const BasicTimeZone& tz, UDate start, UDate end,
140 virtual void getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial,
161 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
204 void getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, UVector*& transitionRules,
H A Dtztrans.h42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
101 UDate getTime(void) const;
108 void setTime(UDate time);
157 UDate fTime;
H A Dvtzone.h138 UBool getLastModified(UDate& lastModified) const;
145 void setLastModified(UDate lastModified);
163 void write(UDate start, UnicodeString& result, UErrorCode& status) const;
178 void writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const;
198 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
219 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
260 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
296 * @param date the given UDate.
302 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
322 virtual UBool getNextTransition(UDate bas
[all...]

Completed in 5043 milliseconds

1234567891011>>