Home
last modified time | relevance | path

Searched refs:MILLIS_PER_DAY (Results 1 – 21 of 21) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateDayPeriods.java25 private static final int MILLIS_PER_DAY = 24 * 60 * 60 * 1000; field in GenerateDayPeriods
66 return DayPeriodInfo.formatTime(to == true && start == 0 ? start + MILLIS_PER_DAY : start); in format()
109 return (a % MILLIS_PER_DAY) == (b % MILLIS_PER_DAY); in same()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DSimpleTimeZone.java681 || millis >= Grego.MILLIS_PER_DAY in getOffset()
838 while (millis >= Grego.MILLIS_PER_DAY) { in compareToRule()
839 millis -= Grego.MILLIS_PER_DAY; in compareToRule()
869 millis += Grego.MILLIS_PER_DAY; in compareToRule()
1032 dst = Grego.MILLIS_PER_DAY; in decodeStartRule()
1038 if (startTime < 0 || startTime > Grego.MILLIS_PER_DAY || in decodeStartRule()
1078 dst = Grego.MILLIS_PER_DAY; in decodeEndRule()
1084 if (endTime < 0 || endTime > Grego.MILLIS_PER_DAY || in decodeEndRule()
DVTimeZone.java1672 } else if (timeInDay >= Grego.MILLIS_PER_DAY) { in writeFinalRule()
1673 startTime = startTime - (timeInDay - (Grego.MILLIS_PER_DAY - 1)); in writeFinalRule()
1715 wallt += Grego.MILLIS_PER_DAY; in toWallTimeRule()
1716 } else if (wallt >= Grego.MILLIS_PER_DAY) { in toWallTimeRule()
1718 wallt -= Grego.MILLIS_PER_DAY; in toWallTimeRule()
1975 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY; in parseDateTimeString()
DAnnualTimeZoneRule.java147 long ruleTime = ruleDay * Grego.MILLIS_PER_DAY + dateTimeRule.getRuleMillisInDay(); in getStartInYear()
DRuleBasedTimeZone.java98 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; in getOffset()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSimpleTimeZone.java702 || millis >= Grego.MILLIS_PER_DAY in getOffset()
859 while (millis >= Grego.MILLIS_PER_DAY) { in compareToRule()
860 millis -= Grego.MILLIS_PER_DAY; in compareToRule()
890 millis += Grego.MILLIS_PER_DAY; in compareToRule()
1056 dst = Grego.MILLIS_PER_DAY; in decodeStartRule()
1062 if (startTime < 0 || startTime > Grego.MILLIS_PER_DAY || in decodeStartRule()
1102 dst = Grego.MILLIS_PER_DAY; in decodeEndRule()
1108 if (endTime < 0 || endTime > Grego.MILLIS_PER_DAY || in decodeEndRule()
DVTimeZone.java1703 } else if (timeInDay >= Grego.MILLIS_PER_DAY) { in writeFinalRule()
1704 startTime = startTime - (timeInDay - (Grego.MILLIS_PER_DAY - 1)); in writeFinalRule()
1746 wallt += Grego.MILLIS_PER_DAY; in toWallTimeRule()
1747 } else if (wallt >= Grego.MILLIS_PER_DAY) { in toWallTimeRule()
1749 wallt -= Grego.MILLIS_PER_DAY; in toWallTimeRule()
2006 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY; in parseDateTimeString()
DAnnualTimeZoneRule.java157 long ruleTime = ruleDay * Grego.MILLIS_PER_DAY + dateTimeRule.getRuleMillisInDay(); in getStartInYear()
DRuleBasedTimeZone.java103 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; in getOffset()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DOlsonTimeZone.java149 || millis >= Grego.MILLIS_PER_DAY in getOffset()
164 long time = Grego.fieldsToDay(year, month, dom) * Grego.MILLIS_PER_DAY + millis; in getOffset()
235 stz.setEndRule(11, 31, Grego.MILLIS_PER_DAY - 1); in setRawOffset()
627 finalStartMillis = Grego.fieldsToDay(finalStartYear, 0, 1) * Grego.MILLIS_PER_DAY; in construct()
DGrego.java42 public static final int MILLIS_PER_DAY = 24*MILLIS_PER_HOUR; field in Grego
DTimeZoneNamesImpl.java949 long date = Grego.fieldsToDay(year, month - 1, day) * Grego.MILLIS_PER_DAY
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java147 || millis >= Grego.MILLIS_PER_DAY in getOffset()
162 long time = Grego.fieldsToDay(year, month, dom) * Grego.MILLIS_PER_DAY + millis; in getOffset()
233 stz.setEndRule(11, 31, Grego.MILLIS_PER_DAY - 1); in setRawOffset()
625 finalStartMillis = Grego.fieldsToDay(finalStartYear, 0, 1) * Grego.MILLIS_PER_DAY; in construct()
DGrego.java40 public static final int MILLIS_PER_DAY = 24*MILLIS_PER_HOUR; field in Grego
DTimeZoneNamesImpl.java947 long date = Grego.fieldsToDay(year, month - 1, day) * Grego.MILLIS_PER_DAY
/external/caliper/lib/
Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/struts2/lib/
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...