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

  /external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp     [all...]
intltest.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp     [all...]
intltest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.c 233 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
234 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 240 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
241 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h 312 #define U_MILLIS_PER_MINUTE (60000)
    [all...]
  /external/icu/icu4c/source/common/unicode/
utypes.h 210 #define U_MILLIS_PER_MINUTE (60000)
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp     [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
astro.cpp 163 #define MINUTE_MS U_MILLIS_PER_MINUTE
    [all...]
smpdtfmt.cpp 941 type = (offset % U_MILLIS_PER_MINUTE) == 0 ? kGMTNegativeHM : kGMTNegativeHMS;
943 type = (offset % U_MILLIS_PER_MINUTE) == 0 ? kGMTPositiveHM : kGMTPositiveHMS;
    [all...]
zonemeta.cpp 181 + hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE;
vtzone.cpp 202 int32_t min = t / U_MILLIS_PER_MINUTE;
203 t %= U_MILLIS_PER_MINUTE;
279 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND);
    [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 162 #define MINUTE_MS U_MILLIS_PER_MINUTE
    [all...]
vtzone.cpp 202 int32_t min = t / U_MILLIS_PER_MINUTE;
203 t %= U_MILLIS_PER_MINUTE;
279 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND);
    [all...]
zonemeta.cpp 215 + hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE;
  /external/chromium_org/third_party/icu/source/test/letest/
letest.cpp     [all...]
  /external/icu/icu4c/source/test/letest/
letest.cpp     [all...]

Completed in 557 milliseconds