Searched refs:U_MILLIS_PER_MINUTE (Results 1 – 21 of 21) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | tzregts.cpp | 1079 3,1,-1,120*U_MILLIS_PER_MINUTE, in TestJDK12API() 1081 9,-1,1,120*U_MILLIS_PER_MINUTE, in TestJDK12API() 1083 60*U_MILLIS_PER_MINUTE,ec); in TestJDK12API() 1087 3,1,-1,120*U_MILLIS_PER_MINUTE, in TestJDK12API() 1089 9,-1,1,120*U_MILLIS_PER_MINUTE, in TestJDK12API() 1091 60*U_MILLIS_PER_MINUTE,ec); in TestJDK12API()
|
D | intltest.cpp | 1596 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE), in main() 1597 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND), in main()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cintltst.c | 250 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE), in main() 251 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND), in main()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utypes.h | 208 #define U_MILLIS_PER_MINUTE (60000) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utypes.h | 208 #define U_MILLIS_PER_MINUTE (60000) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utypes.h | 212 #define U_MILLIS_PER_MINUTE (60000) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utypes.h | 208 #define U_MILLIS_PER_MINUTE (60000) macro
|
/third_party/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 922 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE), in main() 923 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND), in main()
|
/third_party/icu/icu4c/source/test/letest/ |
D | letest.cpp | 1128 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE), in main() 1129 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND), in main()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | astro.cpp | 164 #define MINUTE_MS U_MILLIS_PER_MINUTE
|
D | vtzone.cpp | 204 int32_t min = t / U_MILLIS_PER_MINUTE; in getDateTimeString() 205 t %= U_MILLIS_PER_MINUTE; in getDateTimeString() 281 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND); in parseDateTimeString()
|
D | zonemeta.cpp | 216 + hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE; in parseDate()
|
/third_party/icu/icu4c/source/i18n/ |
D | astro.cpp | 164 #define MINUTE_MS U_MILLIS_PER_MINUTE
|
D | vtzone.cpp | 204 int32_t min = t / U_MILLIS_PER_MINUTE; in getDateTimeString() 205 t %= U_MILLIS_PER_MINUTE; in getDateTimeString() 281 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND); in parseDateTimeString()
|
D | zonemeta.cpp | 216 + hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE; in parseDate()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | astro.cpp | 164 #define MINUTE_MS U_MILLIS_PER_MINUTE
|
D | vtzone.cpp | 204 int32_t min = t / U_MILLIS_PER_MINUTE; in getDateTimeString() 205 t %= U_MILLIS_PER_MINUTE; in getDateTimeString() 281 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND); in parseDateTimeString()
|
D | zonemeta.cpp | 216 + hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE; in parseDate()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | astro.cpp | 164 #define MINUTE_MS U_MILLIS_PER_MINUTE
|
D | vtzone.cpp | 204 int32_t min = t / U_MILLIS_PER_MINUTE; in getDateTimeString() 205 t %= U_MILLIS_PER_MINUTE; in getDateTimeString() 281 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND); in parseDateTimeString()
|
D | zonemeta.cpp | 216 + hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE; in parseDate()
|