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

1 23 4 5 6 7

  /external/icu/icu4c/source/i18n/
olsontz.cpp 382 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis);
391 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff,
404 OlsonTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
475 OlsonTimeZone::getHistoricalOffset(UDate date, UBool local,
567 UDate current = uprv_getUTCtime();
603 UBool OlsonTimeZone::inDaylightTime(UDate date, UErrorCode& ec) const {
748 UDate* times = (UDate*)uprv_malloc(sizeof(UDate)*transCount); /* large enough to store all transition times *
    [all...]
buddhcal.h 187 virtual UDate defaultCenturyStart() const;
coptccal.h 179 virtual UDate defaultCenturyStart() const;
japancal.h 164 virtual UDate defaultCenturyStart() const;
tzgnames.h 53 UDate date, UnicodeString& name) const;
reldtfmt.h 110 * objects with a UDate type. If a the Formattable object type is not a Date,
144 * @return A valid UDate if the input could be parsed.
167 * @return A valid UDate if the input could be parsed.
170 UDate parse( const UnicodeString& text,
176 * will be parsed into a UDate that is equivalent to Date(837039928046).
186 * @return A valid UDate if the input could be parsed.
189 virtual UDate parse( const UnicodeString& text,
udateintervalformat.cpp 69 UDate fromDate,
70 UDate toDate,
astro.cpp 45 static const char * debug_astro_date(UDate d) {
255 CalendarAstronomer::CalendarAstronomer(UDate d): fTime(d), fLongitude(0.0), fLatitude(0.0), fGmtOffset(0.0), moonPosition(0,0), moonPositionSet(FALSE) {
302 void CalendarAstronomer::setTime(UDate aTime) {
339 UDate CalendarAstronomer::getTime() {
731 UDate CalendarAstronomer::getSunTime(double desired, UBool next)
751 UDate CalendarAstronomer::getSunRiseSet(UBool rise)
753 UDate t0 = fTime;
    [all...]
basictz.cpp 39 BasicTimeZone::hasEquivalentTransitions(const BasicTimeZone& tz, UDate start, UDate end,
69 UDate time = start;
132 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial,
158 UDate nextTransitionTime = tr.getTime();
164 UDate d;
289 BasicTimeZone::getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial,
307 UDate time, t;
308 UDate *newTimes = NULL;
309 UDate firstStart
    [all...]
ucal.cpp 107 UDate d = Calendar::getNow();
124 U_CAPI UDate U_EXPORT2
271 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) {
293 U_CAPI UDate U_EXPORT2
296 return (UDate)0;
306 return (UDate)0;
310 return (UDate)0;
385 U_CAPI UDate U_EXPORT2
390 if(U_FAILURE(*status)) return (UDate) 0;
397 UDate dateTime
    [all...]
datefmt.cpp 205 UDate date = 0;
212 date = (UDate)obj.getDouble();
215 date = (UDate)obj.getLong();
240 UDate date = 0;
247 date = (UDate)obj.getDouble();
250 date = (UDate)obj.getLong();
281 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const {
300 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPositionIterator* posIter,
318 DateFormat::format(UDate date, UnicodeString& appendTo) const
328 UDate
    [all...]
indiancal.cpp 351 const UDate IndianCalendar::fgSystemDefaultCentury = DBL_MIN;
354 UDate IndianCalendar::fgSystemDefaultCenturyStart = DBL_MIN;
363 UDate IndianCalendar::defaultCenturyStart() const
373 UDate
429 UDate newStart = calendar.getTime(status);
vtzone.cpp 155 static UnicodeString& appendMillis(UDate date, UnicodeString& str) {
191 static UnicodeString& getDateTimeString(UDate time, UnicodeString& str) {
217 static UnicodeString& getUTCDateTimeString(UDate time, UnicodeString& str) {
227 static UDate parseDateTimeString(const UnicodeString& str, int32_t offset, UErrorCode& status) {
280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY;
383 int32_t* dom, int32_t& domCount, UDate& until, UErrorCode& status) {
526 static TimeZoneRule* createRuleByRRULE(const UnicodeString& zonename, int rawOffset, int dstSavings, UDate start,
544 UDate until;
617 UDate tmp_until;
730 UDate start, UVector* dates, int32_t fromOffset, UErrorCode& status)
    [all...]
chnsecal.h 255 virtual UDate defaultCenturyStart() const;
269 UDate internalGetDefaultCenturyStart(void) const;
coptccal.cpp 104 static UDate gSystemDefaultCenturyStart = DBL_MIN;
122 UDate
  /external/icu/icu4c/source/samples/dtitvfmtsample/
dtitvfmtsample.cpp 37 UDate date1 = cal->getTime(status);
39 UDate date2 = cal->getTime(status);
41 UDate date3 = cal->getTime(status);
43 UDate date4 = cal->getTime(status);
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 26 * UCalendar C API is used for converting between a <code>UDate</code> object
29 * (A <code>UDate</code> object represents a specific instant in
30 * time with millisecond precision. See UDate
31 * for information about the <code>UDate</code> .)
34 * Types of <code>UCalendar</code> interpret a <code>UDate</code>
63 * When computing a <code>UDate</code> from time fields, two special circumstances
65 * <code>UDate</code> (such as only year and month but no day in the month),
664 U_STABLE UDate U_EXPORT2
840 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode);
862 U_STABLE UDate U_EXPORT
    [all...]
datefmt.h 71 * UDate myDate = Calendar::getNow();
83 * UDate myDateArr[] = { 0.0, 100000000.0, 2000000000.0 }; // test values
114 * UDate myDate = df->parse(myString, status);
230 * objects with a UDate type. If a the Formattable object type is not a Date,
249 * objects with a UDate type. If a the Formattable object type is not a Date,
280 * formatting a UDate to the time string "1 PM PDT (Pacific Daylight Time)"
326 * Formats a UDate into a date/time string.
338 * formatting a UDate to the time string "1 PM PDT (Pacific Daylight Time)"
344 * @param date UDate to be formatted into a date/time string.
352 UnicodeString& format( UDate date
    [all...]
calendar.h 56 * a <code>UDate</code> object and a set of integer fields such as
58 * and so on. (A <code>UDate</code> object represents a specific instant in
59 * time with millisecond precision. See UDate
60 * for information about the <code>UDate</code> class.)
63 * Subclasses of <code>Calendar</code> interpret a <code>UDate</code>
91 * When computing a <code>UDate</code> from time fields, some special circumstances
93 * <code>UDate</code> (such as only year and month but no day in the month),
428 static UDate U_EXPORT2 getNow(void);
443 inline UDate getTime(UErrorCode& status) const { return getTimeInMillis(status); }
446 * Sets this Calendar's current time with the given UDate. The time specified shoul
    [all...]
simpletz.h 618 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset
    [all...]
  /external/icu/icu4c/source/samples/date/
date.c 51 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
52 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
80 UDate when;
244 date(UDate when,
295 static UDate getWhen(const char *millis, const char *seconds, const char *format,
300 UDate when=0;
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 113 UDate low, high;
124 UDate DATES[UPRV_LENGTHOF(testDateData)];
348 UDate time) {
353 UDate time;
393 UDate times[UPRV_LENGTHOF(PATTERNS)]; // Performance data, Elapsed time for each pattern.
396 UDate START_TIME;
397 UDate END_TIME;
429 void addTime(UDate amount, int32_t patIdx) {
450 UDate START_TIME, END_TIME;
503 UDate total = 0
    [all...]
callimts.cpp 56 CalendarLimitTest::test(UDate millis, icu::Calendar* cal, icu::DateFormat* fmt)
58 static const UDate kDrift = 1e-10;
65 UDate dt = fmt->parse(theDate, status);
120 UDate m;
132 UDate VERY_EARLY_MILLIS = - 4503599627370495.0;
133 UDate VERY_LATE_MILLIS = 4503599627370495.0;
151 UDate actualTestStart;
155 const UDate DEFAULT_START = 944006400000.0; // 1999-12-01T00:00Z
302 CalendarLimitTest::doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime) {
310 UDate startDate
    [all...]
dtfmtrtts.cpp 99 UDate date[] = {-55018555891590.05, 0, 0};
293 UDate minDate = CalendarTest::minDateOfCalendar(*fmt->getCalendar(), isGregorian, minStatus);
322 UDate *d = new UDate [DEPTH];
504 const UnicodeString& DateFormatRoundTripTest::fullFormat(UDate d) {
523 int32_t DateFormatRoundTripTest::getField(UDate d, int32_t f) {
554 UDate DateFormatRoundTripTest::generateDate(UDate minDate)
579 UDate DateFormatRoundTripTest::generateDate()
  /external/icu/icu4c/source/samples/dtptngsample/
dtptngsample.cpp 48 UDate date = cal->getTime(status);
88 UDate date = cal->getTime(status);
129 UDate date = cal->getTime(status);

Completed in 7511 milliseconds

1 23 4 5 6 7