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

  /external/icu/icu4c/source/test/intltest/
tzregts.cpp     [all...]
intltest.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 250 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
251 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
  /external/icu/icu4c/source/common/unicode/
utypes.h 208 #define U_MILLIS_PER_MINUTE (60000)
  /external/icu/icu4c/source/test/iotest/
iotest.cpp     [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 164 #define MINUTE_MS U_MILLIS_PER_MINUTE
    [all...]
vtzone.cpp 204 int32_t min = t / U_MILLIS_PER_MINUTE;
205 t %= U_MILLIS_PER_MINUTE;
281 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND);
    [all...]
zonemeta.cpp 216 + hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE;
  /external/icu/icu4c/source/test/letest/
letest.cpp     [all...]

Completed in 759 milliseconds