Home
last modified time | relevance | path

Searched refs:wallt (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java1735 int wallt = rule.getRuleMillisInDay(); in toWallTimeRule() local
1737 wallt += (rawOffset + dstSavings); in toWallTimeRule()
1739 wallt += dstSavings; in toWallTimeRule()
1744 if (wallt < 0) { in toWallTimeRule()
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()
1794 modifiedRule = new DateTimeRule(month, dom, wallt, DateTimeRule.WALL_TIME); in toWallTimeRule()
1797 (dtype == DateTimeRule.DOW_GEQ_DOM), wallt, DateTimeRule.WALL_TIME); in toWallTimeRule()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java1704 int wallt = rule.getRuleMillisInDay(); in toWallTimeRule() local
1706 wallt += (rawOffset + dstSavings); in toWallTimeRule()
1708 wallt += dstSavings; in toWallTimeRule()
1713 if (wallt < 0) { in toWallTimeRule()
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()
1763 modifiedRule = new DateTimeRule(month, dom, wallt, DateTimeRule.WALL_TIME); in toWallTimeRule()
1766 (dtype == DateTimeRule.DOW_GEQ_DOM), wallt, DateTimeRule.WALL_TIME); in toWallTimeRule()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp810 int32_t wallt = rule->getRuleMillisInDay(); in toWallTimeRule() local
812 wallt += (rawOffset + dstSavings); in toWallTimeRule()
814 wallt += dstSavings; in toWallTimeRule()
820 if (wallt < 0) { in toWallTimeRule()
822 wallt += U_MILLIS_PER_DAY; in toWallTimeRule()
823 } else if (wallt >= U_MILLIS_PER_DAY) { in toWallTimeRule()
825 wallt -= U_MILLIS_PER_DAY; in toWallTimeRule()
869 modifiedRule = new DateTimeRule(month, dom, wallt, DateTimeRule::WALL_TIME); in toWallTimeRule()
872 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME); in toWallTimeRule()