HomeSort by relevance Sort by last modified time
    Searched refs:UDate (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/icu/icu4c/source/test/intltest/
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, TimeZone* tz);
48 UnicodeString showDate(UDate d);
56 virtual void verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTOffset)
    [all...]
tzrulets.h 45 void verifyTransitions(BasicTimeZone& icutz, UDate start, UDate end);
47 UDate start, UDate end, UBool inclusive);
49 UDate start, UDate end, UBool inclusive);
50 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,
tzregts.h 55 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
56 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
tztest.h 54 UDate min, UDate max);
60 UDate min, UDate max,
61 UDate expectedBoundary);
106 static const UDate INTERVAL;
caltztst.h 36 UnicodeString dateToString(UDate d);
37 UnicodeString& dateToString(UDate d, UnicodeString& str);
38 UnicodeString& dateToString(UDate d, UnicodeString& str, const TimeZone& z);
42 UDate date(int32_t y, int32_t m, int32_t d, int32_t hr=0, int32_t min=0, int32_t sec=0);
49 void dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec);
callimts.h 29 virtual void test(UDate millis, Calendar *cal, DateFormat *fmt);
79 void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration);
84 void doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime);
calregts.h 87 static UDate getAssociatedDate(UDate d, UErrorCode& status);
88 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);
90 static const UDate EARLIEST_SUPPORTED_MILLIS;
91 static const UDate LATEST_SUPPORTED_MILLIS;
dtfmtrtts.h 38 int32_t getField(UDate d, int32_t f);
40 UDate generateDate(void);
41 UDate generateDate(UDate minDate);
81 const UnicodeString& fullFormat(UDate d);
dtfmttst.h 60 static void getFieldText(DateFormat* df, int32_t field, UDate date, UnicodeString& str);
72 virtual void tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected);
88 virtual void testIt917(SimpleDateFormat* fmt, UnicodeString& str, UDate expected);
107 virtual void tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected);
133 virtual void parse2DigitYear(DateFormat& fmt, const char* str, UDate expected);
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 expectedBoundary)
82 UDate min = d;
83 UDate max = min + SIX_MONTHS;
85 UDate mid = (min + max) / 2;
96 UDate mindelta = expectedBoundary - min;
97 UDate maxdelta = max - expectedBoundary
    [all...]
  /external/icu/icu4c/source/common/unicode/
dtintrv.h 31 * It is a pair of UDate representing from UDate 1 to UDate 2.
43 DateInterval(UDate fromDate, UDate toDate);
56 UDate getFromDate() const;
63 UDate getToDate() const;
134 UDate fromDate;
135 UDate toDate;
140 inline UDate
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cformtst.h 31 UChar* myDateFormat(UDateFormat *dat, UDate d);
cdtdptst.h 56 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
cdtrgtst.h 50 UChar* myFormatit(UDateFormat* datdef, UDate d1);
  /external/icu/icu4c/source/i18n/unicode/
tzrule.h 112 virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = 0;
125 virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = 0;
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) const;
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...]
basictz.h 52 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const = 0;
62 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const = 0;
84 virtual UBool hasEquivalentTransitions(const BasicTimeZone& tz, UDate start, UDate end,
142 virtual void getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial,
163 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
206 void getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, UVector*& transitionRules,
tztrans.h 44 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
103 UDate getTime(void) const;
110 void setTime(UDate time);
159 UDate fTime;
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;
200 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
221 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
262 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
298 * @param date the given UDate.
304 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
324 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const
    [all...]
rbtz.h 136 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
157 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
198 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
234 * @param date the given UDate.
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) const
    [all...]
udateintervalformat.h 24 * A UDateIntervalFormat is used to format the range between two UDate values
177 UDate fromDate,
178 UDate toDate,
  /external/icu/icu4c/source/i18n/
dangical.cpp 108 const UDate millis1897[] = { (UDate)((1897 - 1970) * 365 * kOneDay) }; // some days of error is not a problem here
109 const UDate millis1898[] = { (UDate)((1898 - 1970) * 365 * kOneDay) }; // some days of error is not a problem here
110 const UDate millis1912[] = { (UDate)((1912 - 1970) * 365 * kOneDay) }; // this doesn't create an issue for 1911/12/20
astro.h 301 CalendarAstronomer(UDate d);
340 void setTime(UDate aTime);
353 void setDate(UDate aDate) { setTime(aDate); }
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...]
indiancal.h 316 virtual UDate defaultCenturyStart() const;
331 static UDate fgSystemDefaultCenturyStart;
346 static const UDate fgSystemDefaultCentury;
352 UDate internalGetDefaultCenturyStart(void) const;
tzrule.cpp 26 UDate l = *((UDate*)left);
27 UDate r = *((UDate*)right);
149 UDate& /*result*/) const {
156 UDate& /*result*/) const {
161 InitialTimeZoneRule::getNextStart(UDate /*base*/,
165 UDate& /*result*/) const {
170 InitialTimeZoneRule::getPreviousStart(UDate /*base*/,
174 UDate& /*result*/) const
    [all...]
  /external/icu/icu4c/source/common/
dtintrv.cpp 25 DateInterval::DateInterval(UDate from, UDate to)

Completed in 693 milliseconds

1 2 3 4 5 6 7