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

/external/icu4c/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.cpp1435 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
1436 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
/external/icu4c/test/cintltst/
H A Dcintltst.c245 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
246 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
/external/icu4c/common/unicode/
H A Dutypes.h210 #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.cpp878 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE),
879 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND),
/external/icu4c/i18n/
H A Dastro.cpp162 #define MINUTE_MS U_MILLIS_PER_MINUTE
H A Dvtzone.cpp201 int32_t min = t / U_MILLIS_PER_MINUTE;
202 t %= U_MILLIS_PER_MINUTE;
278 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND);
H A Dzonemeta.cpp207 + hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE;
/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 151 milliseconds