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/icu4c/test/intltest/
tzbdtest.h 40 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 expDSTOffset)
    [all...]
tzrulets.h 42 void verifyTransitions(BasicTimeZone& icutz, UDate start, UDate end);
44 UDate start, UDate end, UBool inclusive);
46 UDate start, UDate end, UBool inclusive);
47 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,
tzregts.h 53 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
54 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
tztest.h 52 UDate min, UDate max);
58 UDate min, UDate max,
59 UDate expectedBoundary);
99 static const UDate INTERVAL;
caltztst.h 34 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);
callimts.h 27 virtual void test(UDate millis, Calendar *cal, DateFormat *fmt);
76 void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration);
81 void doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime);
dtfmttst.h 53 static void getFieldText(DateFormat* df, int32_t field, UDate date, UnicodeString& str);
65 virtual void tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected);
81 virtual void testIt917(SimpleDateFormat* fmt, UnicodeString& str, UDate expected);
100 virtual void tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected);
126 virtual void parse2DigitYear(DateFormat& fmt, const char* str, UDate expected);
calregts.h 80 static UDate getAssociatedDate(UDate d, UErrorCode& status);
81 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);
83 static const UDate EARLIEST_SUPPORTED_MILLIS;
84 static const UDate LATEST_SUPPORTED_MILLIS;
dtfmtrtts.h 36 int32_t getField(UDate d, int32_t f);
38 UDate generateDate(void);
39 UDate generateDate(UDate minDate);
79 const UnicodeString& fullFormat(UDate d);
  /external/icu4c/common/unicode/
dtintrv.h 29 * 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/icu4c/test/cintltst/
cformtst.h 29 UChar* myDateFormat(UDateFormat *dat, UDate d);
cdtdptst.h 53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
  /external/icu4c/i18n/unicode/
tzrule.h 110 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 base, int32_t prevRawOffset, int32_t prevDSTSavings
    [all...]
basictz.h 50 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,
159 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
200 void getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, UVector*& transitionRules,
tztrans.h 42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
101 UDate getTime(void) const;
108 void setTime(UDate time);
157 UDate fTime;
vtzone.h 138 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 base, UBool inclusive, TimeZoneTransition& result) /*const*/
    [all...]
rbtz.h 134 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
155 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
196 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
232 * @param date the given UDate.
238 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
258 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
268 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
303 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
310 TimeZoneRule* findRuleInFinal(UDate date, UBool local,
312 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const
    [all...]
udateintervalformat.h 19 * A UDateIntervalFormat is used to format the range between two UDate values
169 UDate fromDate,
170 UDate toDate,
gregocal.h 313 void setGregorianChange(UDate date, UErrorCode& success);
323 UDate getGregorianChange(void) const;
579 virtual UDate getEpochDay(UErrorCode& status);
683 UDate fGregorianCutover;
695 UDate fNormalizedGregorianCutover;// = gregorianCutover;
716 static double millisToJulianDay(UDate millis);
725 static UDate julianDayToMillis(double julian);
753 virtual UDate defaultCenturyStart() const;
768 static UDate fgSystemDefaultCenturyStart;
781 * Default value that indicates the UDate of the beginning of the system default centur
    [all...]
  /external/icu4c/i18n/
buddhcal.h 185 virtual UDate defaultCenturyStart() const;
200 static UDate fgSystemDefaultCenturyStart;
215 static const UDate fgSystemDefaultCentury;
221 UDate internalGetDefaultCenturyStart(void) const;
taiwncal.h 167 virtual UDate defaultCenturyStart() const;
182 static UDate fgSystemDefaultCenturyStart;
197 static const UDate fgSystemDefaultCentury;
203 UDate internalGetDefaultCenturyStart(void) const;
coptccal.h 177 virtual UDate defaultCenturyStart() const;
198 static UDate fgSystemDefaultCenturyStart;
213 static const UDate fgSystemDefaultCentury;
astro.h 299 CalendarAstronomer(UDate d);
338 void setTime(UDate aTime);
351 void setDate(UDate aDate) { setTime(aDate); }
378 UDate getTime();
531 UDate getSunTime(double desired, UBool next);
545 UDate getSunRiseSet(UBool rise);
631 UDate getMoonTime(double desired, UBool next);
632 UDate getMoonTime(const MoonAge& desired, UBool next);
639 UDate getMoonRiseSet(UBool rise);
653 UDate timeOfAngle(AngleFunc& func, double desired
    [all...]
indiancal.h 314 virtual UDate defaultCenturyStart() const;
329 static UDate fgSystemDefaultCenturyStart;
344 static const UDate fgSystemDefaultCentury;
350 UDate internalGetDefaultCenturyStart(void) const;
  /external/icu4c/common/
dtintrv.cpp 23 DateInterval::DateInterval(UDate from, UDate to)

Completed in 268 milliseconds

1 2 3 4 5 6 7