Searched refs:U_MILLIS_PER_MINUTE (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.cpp1082 3,1,-1,120*U_MILLIS_PER_MINUTE,
1084 9,-1,1,120*U_MILLIS_PER_MINUTE,
1086 60*U_MILLIS_PER_MINUTE,ec);
1090 3,1,-1,120*U_MILLIS_PER_MINUTE,
1092 9,-1,1,120*U_MILLIS_PER_MINUTE,
1094 60*U_MILLIS_PER_MINUTE,ec);
H A Dintltest.cpp1535 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
1536 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp1082 3,1,-1,120*U_MILLIS_PER_MINUTE,
1084 9,-1,1,120*U_MILLIS_PER_MINUTE,
1086 60*U_MILLIS_PER_MINUTE,ec);
1090 3,1,-1,120*U_MILLIS_PER_MINUTE,
1092 9,-1,1,120*U_MILLIS_PER_MINUTE,
1094 60*U_MILLIS_PER_MINUTE,ec);
H A Dintltest.cpp1537 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
1538 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcintltst.c240 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
241 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c240 (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/
H A Dutypes.h206 #define U_MILLIS_PER_MINUTE (60000) macro
/external/icu/icu4c/source/common/unicode/
H A Dutypes.h210 #define U_MILLIS_PER_MINUTE (60000) macro
/external/chromium_org/third_party/icu/source/test/iotest/
H A Diotest.cpp878 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
879 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
/external/icu/icu4c/source/test/iotest/
H A Diotest.cpp878 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
879 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
/external/chromium_org/third_party/icu/source/i18n/
H A Dastro.cpp162 #define MINUTE_MS U_MILLIS_PER_MINUTE
H A Dvtzone.cpp202 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);
H A Dzonemeta.cpp213 + hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE;
/external/icu/icu4c/source/i18n/
H A Dastro.cpp162 #define MINUTE_MS U_MILLIS_PER_MINUTE
H A Dvtzone.cpp202 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);
H A Dzonemeta.cpp215 + hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE;
/external/chromium_org/third_party/icu/source/test/letest/
H A Dletest.cpp1121 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
1122 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
/external/icu/icu4c/source/test/letest/
H A Dletest.cpp1123 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
1124 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),

Completed in 3700 milliseconds