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

/external/icu4c/test/intltest/
H A Dtzregts.cpp1078 3,1,-1,120*U_MILLIS_PER_MINUTE,
1080 9,-1,1,120*U_MILLIS_PER_MINUTE,
1082 60*U_MILLIS_PER_MINUTE,ec);
1086 3,1,-1,120*U_MILLIS_PER_MINUTE,
1088 9,-1,1,120*U_MILLIS_PER_MINUTE,
1090 60*U_MILLIS_PER_MINUTE,ec);
H A Dintltest.cpp1401 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
1402 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
/external/icu4c/test/cintltst/
H A Dcintltst.c233 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
234 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
/external/icu4c/common/unicode/
H A Dutypes.h312 #define U_MILLIS_PER_MINUTE (60000) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutypes.h244 #define U_MILLIS_PER_MINUTE (60000) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutypes.h244 #define U_MILLIS_PER_MINUTE (60000) macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dutypes.h244 #define U_MILLIS_PER_MINUTE (60000) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutypes.h244 #define U_MILLIS_PER_MINUTE (60000) macro
/external/icu4c/test/iotest/
H A Diotest.cpp877 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
878 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
/external/icu4c/i18n/
H A Dastro.cpp163 #define MINUTE_MS U_MILLIS_PER_MINUTE
H A Dsmpdtfmt.cpp941 type = (offset % U_MILLIS_PER_MINUTE) == 0 ? kGMTNegativeHM : kGMTNegativeHMS;
943 type = (offset % U_MILLIS_PER_MINUTE) == 0 ? kGMTPositiveHM : kGMTPositiveHMS;
1202 int32_t offsetM = offset / U_MILLIS_PER_MINUTE;
1203 offset = offset % U_MILLIS_PER_MINUTE;
H A Dzonemeta.cpp181 + hour * U_MILLIS_PER_HOUR + min * 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);
/external/icu4c/test/letest/
H A Dletest.cpp1120 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
1121 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),

Completed in 294 milliseconds