/external/icu4c/tools/ctestfw/unicode/ |
ctest.h | 263 str_timeDelta(char *str, UDate delta);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cdtrgtst.c | 55 UDate today, d1; 130 UDate start,exp,got; 134 UDate d[4]; 245 UDate d1=1000000000.0; 278 UDate myDate; 325 UDate myDate; 373 UDate d,dd; 442 UDate x; 470 UDate d=978103543000.0; 506 static const UDate july022008 = 1215000001979.0; /* 02 July 2008 5:00:01.979 AM PDT (near ICU 4.0 release date :-) * [all...] |
cdattst.c | 66 UDate d1; 71 UDate d = 837039928046.0; 383 static const UDate dayInterval = 24.0*60.0*60.0*1000.0; 398 UDate today = 0.0; 414 log_data_err("Generate UDate for a specified time today fails, error %s - (Are you missing data?)\n", myErrorName(status) ); 486 UDate dateToUse = today + (float)dayOffset*dayInterval; 773 UDate when; [all...] |
ccaltst.c | 89 UDate now; 455 UDate d1; 460 UDate d2= 837039928046.0; 648 UDate d1; [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrfmt.cpp | 116 UDate fromDate = 0; 119 UDate now = Calendar::getNow(); 260 UDate gotDate = cal->getTime(status);
|
tztest.cpp | 159 UDate offset = 60*60*1000*1.75; // Pick a weird offset 169 UDate marchOneStd = gc->getTime(status); // Local Std time midnight 172 UDate julyOneStd = gc->getTime(status); // Local Std time midnight 186 UDate marchOne = marchOneStd + startHour; 187 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time 189 UDate expMarchOne = 636251400000.0; 198 UDate expJulyOne = 646793100000.0; 229 UDate min, UDate max) { 241 UDate mid = (min + max) / 2 [all...] |
astrotst.cpp | 152 UDate then = cal->getTime(status); 293 UDate sunrise = astro3->getSunRiseSet(TRUE); 295 UDate sunset = astro3->getSunRiseSet(FALSE); 304 UDate exprise = cal2->getTime(status); 307 UDate expset = cal2->getTime(status); 439 //ticket#3785 UDate ud0 = 1337557623000.0;
|
caltest.cpp | 32 UDate d; 276 UDate d; 280 UDate when = date(90, UCAL_APRIL, 15); 791 UDate date; 835 UDate d = date(97, 4, 14, 13, 23, 45); [all...] |
loctest.cpp | [all...] |
/external/icu4c/test/cintltst/ |
cdtrgtst.c | 55 UDate today, d1; 130 UDate start,exp,got; 134 UDate d[4]; 245 UDate d1=1000000000.0; 278 UDate myDate; 325 UDate myDate; 373 UDate d,dd; 442 UDate x; 470 UDate d=978103543000.0; 506 static const UDate july022008 = 1215000001979.0; /* 02 July 2008 5:00:01.979 AM PDT (near ICU 4.0 release date :-) * [all...] |
cdattst.c | 71 UDate d1; 76 UDate d = 837039928046.0; 388 static const UDate dayInterval = 24.0*60.0*60.0*1000.0; 401 static const UDate minutesTolerance = 2 * 60.0 * 1000.0; 402 static const UDate daysTolerance = 2 * 24.0 * 60.0 * 60.0 * 1000.0; 406 UDate today = 0.0; 422 log_data_err("Generate UDate for a specified time today fails, error %s - (Are you missing data?)\n", myErrorName(status) ); 494 UDate dateToUse = today + (float)dayOffset*dayInterval; 502 UDate dateResult = udat_parse(fmtRelDateTime, strDateTime, -1, &parsePos, &status); 503 UDate dateDiff = (dateResult >= dateToUse)? dateResult - dateToUse: dateToUse - dateResult [all...] |
cldrtest.c | [all...] |
/external/icu4c/test/intltest/ |
tztest.cpp | 168 UDate offset = 60*60*1000*1.75; // Pick a weird offset 178 UDate marchOneStd = gc->getTime(status); // Local Std time midnight 181 UDate julyOneStd = gc->getTime(status); // Local Std time midnight 195 UDate marchOne = marchOneStd + startHour; 196 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time 198 UDate expMarchOne = 636251400000.0; 207 UDate expJulyOne = 646793100000.0; 238 UDate min, UDate max) { 250 UDate mid = (min + max) / 2 [all...] |
dadrfmt.cpp | 118 UDate fromDate = 0; 121 UDate now = Calendar::getNow(); 279 UDate gotDate = cal->getTime(status);
|
astrotst.cpp | 152 UDate then = cal->getTime(status); 293 UDate sunrise = astro3->getSunRiseSet(TRUE); 295 UDate sunset = astro3->getSunRiseSet(FALSE); 304 UDate exprise = cal2->getTime(status); 307 UDate expset = cal2->getTime(status); 439 //ticket#3785 UDate ud0 = 1337557623000.0;
|
loctest.cpp | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
putil.c | 225 UDate fakeClock_t0 = 0; /** Time to start the clock from **/ 226 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/ 230 static UDate getUTCtime_real() { 233 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000)); 236 static UDate getUTCtime_fake() { 239 UDate real = getUTCtime_real(); 279 U_CAPI UDate U_EXPORT2 290 U_CAPI UDate U_EXPORT2 306 return (UDate)(t2 - t1) * U_MILLIS_PER_SECOND; /* GMT (or UTC) in seconds since 1970*/ 311 return (UDate)((winTime.int64 - EPOCH_BIAS) / HECTONANOSECOND_PER_MILLISECOND) [all...] |
/external/icu4c/common/ |
putil.cpp | 241 UDate fakeClock_t0 = 0; /** Time to start the clock from **/ 242 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/ 246 static UDate getUTCtime_real() { 249 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000)); 252 static UDate getUTCtime_fake() { 255 UDate real = getUTCtime_real(); 295 U_CAPI UDate U_EXPORT2 306 U_CAPI UDate U_EXPORT2 322 return (UDate)(t2 - t1) * U_MILLIS_PER_SECOND; /* GMT (or UTC) in seconds since 1970*/ 327 return (UDate)((winTime.int64 - EPOCH_BIAS) / HECTONANOSECOND_PER_MILLISECOND) [all...] |
putilimp.h | 453 U_INTERNAL UDate U_EXPORT2 uprv_getUTCtime(void); 462 U_INTERNAL UDate U_EXPORT2 uprv_getRawUTCtime(void);
|
/external/icu4c/i18n/unicode/ |
tzfmt.h | 536 virtual UnicodeString& format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date, 723 UDate date, UnicodeString& name, UTimeZoneFormatTimeType *timeType) const; 733 UnicodeString& formatGeneric(const TimeZone& tz, int32_t genType, UDate date, UnicodeString& name) const; [all...] |
/external/chromium/base/i18n/ |
time_formatting.cc | 24 formatter->format(static_cast<UDate>(time.ToDoubleT() * 1000), date_string);
|
/external/chromium_org/third_party/icu/source/i18n/ |
simpletz.cpp | 508 SimpleTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, 717 UBool SimpleTimeZone::inDaylightTime(UDate date, UErrorCode& status) const [all...] |
zonemeta.cpp | 113 * Convert a date string used by metazone mappings to UDate. 116 static UDate 180 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY 405 ZoneMeta::getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result) { 560 UDate from = parseDate(mz_from, status); 561 UDate to = parseDate(mz_to, status);
|
/external/icu4c/i18n/ |
simpletz.cpp | 509 SimpleTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, 718 UBool SimpleTimeZone::inDaylightTime(UDate date, UErrorCode& status) const [all...] |
ucurr.cpp | 37 UDate from; 38 UDate to; [all...] |