HomeSort by relevance Sort by last modified time
    Searched refs:U_MILLIS_PER_SECOND (Results 1 - 21 of 21) sorted by null

  /external/icu4c/i18n/
olsontz.cpp 206 ruleRaw * U_MILLIS_PER_SECOND,
209 ruleData[3] * U_MILLIS_PER_SECOND,
212 ruleData[8] * U_MILLIS_PER_SECOND,
214 ruleData[10] * U_MILLIS_PER_SECOND, ec);
421 getOffset((double) uprv_getUTCtime() * U_MILLIS_PER_SECOND,
469 double sec = uprv_floor(date / U_MILLIS_PER_SECOND);
472 rawoff = initialRawOffset() * U_MILLIS_PER_SECOND;
473 dstoff = initialDstOffset() * U_MILLIS_PER_SECOND;
528 rawoff = rawOffsetAt(transIdx) * U_MILLIS_PER_SECOND;
529 dstoff = dstOffsetAt(transIdx) * U_MILLIS_PER_SECOND;
    [all...]
olsontz.h 391 return (double)transitionTimeInSeconds(transIdx) * U_MILLIS_PER_SECOND;
rbtz.cpp 466 getOffset(uprv_getUTCtime() * U_MILLIS_PER_SECOND,
477 UDate now = uprv_getUTCtime() * U_MILLIS_PER_SECOND;
astro.cpp 156 #define SECOND_MS U_MILLIS_PER_SECOND
    [all...]
smpdtfmt.cpp     [all...]
vtzone.cpp 204 int32_t sec = t / U_MILLIS_PER_SECOND;
279 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND);
    [all...]
timezone.cpp 497 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND;
    [all...]
  /external/icu4c/test/compat/
tzdate.c 62 getICUCurrentTime(icutime, systemtime * U_MILLIS_PER_SECOND);
  /external/icu4c/test/cintltst/
cintltst.c 234 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
235 (int)(diffTime%U_MILLIS_PER_SECOND));
  /external/icu4c/common/unicode/
utypes.h 310 #define U_MILLIS_PER_SECOND (1000)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h 242 #define U_MILLIS_PER_SECOND (1000)
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h 242 #define U_MILLIS_PER_SECOND (1000)
  /external/webkit/Source/WebCore/icu/unicode/
utypes.h 242 #define U_MILLIS_PER_SECOND (1000)
  /external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h 242 #define U_MILLIS_PER_SECOND (1000)
  /external/icu4c/test/iotest/
iotest.cpp     [all...]
  /external/icu4c/common/
putil.c 233 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000));
306 return (UDate)(t2 - t1) * U_MILLIS_PER_SECOND; /* GMT (or UTC) in seconds since 1970*/
317 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000));
321 return (UDate)epochtime * U_MILLIS_PER_SECOND;
    [all...]
  /external/icu4c/test/intltest/
tzregts.cpp     [all...]
intltest.cpp     [all...]
tsmthred.cpp 792 if (((int32_t)(endTime - startTime)/U_MILLIS_PER_SECOND) > PATIENCE_SECONDS) {
    [all...]
tztest.cpp     [all...]
  /external/icu4c/test/letest/
letest.cpp     [all...]

Completed in 437 milliseconds