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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/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 50 UDate min, UDate max);
56 UDate min, UDate max,
57 UDate expectedBoundary);
95 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);
  /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 43 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,
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);
100 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);
  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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/test/cintltst/
cformtst.h 29 UChar* myDateFormat(UDateFormat *dat, UDate d);
  /external/chromium_org/third_party/icu/source/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;
  /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,
161 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
204 void getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, UVector*& transitionRules,
  /external/chromium_org/third_party/icu/source/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;
  /external/icu4c/i18n/
buddhcal.h 185 virtual UDate defaultCenturyStart() const;
200 static UDate fgSystemDefaultCenturyStart;
215 static const UDate fgSystemDefaultCentury;
221 UDate internalGetDefaultCenturyStart(void) const;

Completed in 4238 milliseconds

1 2 3 4 5 6 7 8 91011>>