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

12 3 4 5 6 7 8 91011>>

  /external/icu4c/i18n/
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;
dangical.cpp 111 const UDate millis1897[] = { (UDate)((1897 - 1970) * 365 * kOneDay) }; // some days of error is not a problem here
112 const UDate millis1898[] = { (UDate)((1898 - 1970) * 365 * kOneDay) }; // some days of error is not a problem here
113 const UDate millis1912[] = { (UDate)((1912 - 1970) * 365 * kOneDay) }; // this doesn't create an issue for 1911/12/20
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...]
  /external/icu4c/i18n/unicode/
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 22 * A UDateIntervalFormat is used to format the range between two UDate values
172 UDate fromDate,
173 UDate toDate,
gregocal.h 313 void setGregorianChange(UDate date, UErrorCode& success);
323 UDate getGregorianChange(void) const;
589 virtual UDate getEpochDay(UErrorCode& status);
693 UDate fGregorianCutover;
705 UDate fNormalizedGregorianCutover;// = gregorianCutover;
726 static double millisToJulianDay(UDate millis);
735 static UDate julianDayToMillis(double julian);
763 virtual UDate defaultCenturyStart() const;
778 static UDate fgSystemDefaultCenturyStart;
    [all...]
  /external/icu4c/test/cintltst/
cdtdptst.h 53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
  /external/chromium_org/third_party/icu/source/test/intltest/
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 79 static UDate getAssociatedDate(UDate d, UErrorCode& status);
80 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);
82 static const UDate EARLIEST_SUPPORTED_MILLIS;
83 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/chromium_org/third_party/icu/source/i18n/unicode/
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...]
gregocal.h 313 void setGregorianChange(UDate date, UErrorCode& success);
323 UDate getGregorianChange(void) const;
587 virtual UDate getEpochDay(UErrorCode& status);
691 UDate fGregorianCutover;
703 UDate fNormalizedGregorianCutover;// = gregorianCutover;
724 static double millisToJulianDay(UDate millis);
733 static UDate julianDayToMillis(double julian);
761 virtual UDate defaultCenturyStart() const;
776 static UDate fgSystemDefaultCenturyStart;
789 * Default value that indicates the UDate of the beginning of the system default centur
    [all...]
  /external/icu4c/test/intltest/
calregts.h 83 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;
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);
dtfmttst.h 58 static void getFieldText(DateFormat* df, int32_t field, UDate date, UnicodeString& str);
70 virtual void tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected);
86 virtual void testIt917(SimpleDateFormat* fmt, UnicodeString& str, UDate expected);
105 virtual void tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected);
131 virtual void parse2DigitYear(DateFormat& fmt, const char* str, UDate expected);
  /external/chromium_org/third_party/icu/source/i18n/
coptccal.h 177 virtual UDate defaultCenturyStart() const;
198 static UDate fgSystemDefaultCenturyStart;
213 static const UDate fgSystemDefaultCentury;
zonemeta.h 21 UDate from;
22 UDate to;
52 static UnicodeString& U_EXPORT2 getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result);
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/chromium_org/third_party/icu/source/common/
dtintrv.cpp 23 DateInterval::DateInterval(UDate from, UDate to)
  /external/icu4c/common/
dtintrv.cpp 23 DateInterval::DateInterval(UDate from, UDate to)

Completed in 919 milliseconds

12 3 4 5 6 7 8 91011>>