Home
last modified time | relevance | path

Searched refs:U_MILLIS_PER_HOUR (Results 1 – 15 of 15) sorted by relevance

/external/icu4c/test/intltest/
Dtztest.cpp390 ids = TimeZone::createAvailableIDs(-8*U_MILLIS_PER_HOUR, numIDs); in TestGetAvailableIDs913()
480 s = TimeZone::createEnumeration(1 * U_MILLIS_PER_HOUR); in TestGetAvailableIDs913()
1550 SimpleTimeZone *tz = new SimpleTimeZone(-5 * U_MILLIS_PER_HOUR, "dstSavingsTest", in TestDSTSavings()
1552 (int32_t)(0.5 * U_MILLIS_PER_HOUR), status); in TestDSTSavings()
1556 if (tz->getRawOffset() != -5 * U_MILLIS_PER_HOUR) in TestDSTSavings()
1557 … errln(UnicodeString("Got back a raw offset of ") + (tz->getRawOffset() / U_MILLIS_PER_HOUR) + in TestDSTSavings()
1561 if (tz->getDSTSavings() != 0.5 * U_MILLIS_PER_HOUR) in TestDSTSavings()
1563U_MILLIS_PER_HOUR) + " hours instead."); in TestDSTSavings()
1566 UCAL_THURSDAY, 10 * U_MILLIS_PER_HOUR,status); in TestDSTSavings()
1567 if (offset != -5 * U_MILLIS_PER_HOUR) in TestDSTSavings()
[all …]
Dintltest.cpp1434 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
1435 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE), in main()
/external/icu4c/i18n/
Dsimpletz.cpp78 dstSavings(U_MILLIS_PER_HOUR) in SimpleTimeZone()
99 U_MILLIS_PER_HOUR, status); in SimpleTimeZone()
871 dstSavings = U_MILLIS_PER_HOUR; in decodeStartRule()
926 dstSavings = U_MILLIS_PER_HOUR; in decodeEndRule()
Dastro.cpp169 #define HOUR_MS U_MILLIS_PER_HOUR
Dvtzone.cpp199 int32_t hour = t / U_MILLIS_PER_HOUR; in getDateTimeString()
200 t %= U_MILLIS_PER_HOUR; in getDateTimeString()
278 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND); in parseDateTimeString()
Dzonemeta.cpp207 + hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE; in parseDate()
Dsmpdtfmt.cpp1936 resolvedSavings = U_MILLIS_PER_HOUR; in parse()
/external/icu4c/test/cintltst/
Dcintltst.c244 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
245 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE), in main()
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutypes.h246 #define U_MILLIS_PER_HOUR (3600000) macro
/external/webkit/Source/WebCore/icu/unicode/
Dutypes.h246 #define U_MILLIS_PER_HOUR (3600000) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutypes.h246 #define U_MILLIS_PER_HOUR (3600000) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutypes.h246 #define U_MILLIS_PER_HOUR (3600000) macro
/external/icu4c/common/unicode/
Dutypes.h212 #define U_MILLIS_PER_HOUR (3600000) macro
/external/icu4c/test/iotest/
Diotest.cpp877 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
878 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE), in main()
/external/icu4c/test/letest/
Dletest.cpp1119 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
1120 (int)((diffTime%U_MILLIS_PER_HOUR)/U_MILLIS_PER_MINUTE), in main()