Home
last modified time | relevance | path

Searched refs:STANDARD_TIME (Results 1 – 7 of 7) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DSimpleTimeZoneTest.java102 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
103 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
108 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
111 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
118 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
119 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
124 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
/external/icu4c/i18n/unicode/
Ddtrule.h53 STANDARD_TIME, /**< The local standard time */ enumerator
Dsimpletz.h77 STANDARD_TIME, enumerator
/external/icu4c/i18n/
Dsimpletz.cpp1081 timeRuleType = (startTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
1120 timeRuleType = (endTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
Dbasictz.cpp433 if (timeType == DateTimeRule::STANDARD_TIME) { in getTimeZoneRulesAfter()
Dvtzone.cpp811 } else if (rule->getTimeRuleType() == DateTimeRule::STANDARD_TIME) { in toWallTimeRule()
/external/icu4c/test/intltest/
Dtzrulets.cpp226 0*HOUR, DateTimeRule::STANDARD_TIME); in TestSimpleRuleBasedTimeZone()
1212 DateTimeRule::STANDARD_TIME); // Mar 11, at 2 AM, standard time in TestTimeZoneRuleCoverage()
1235 …neRule *t4 = new TimeArrayTimeZoneRule("t4", -3*HOUR, 0, trtimes1, 1, DateTimeRule::STANDARD_TIME); in TestTimeZoneRuleCoverage()
1436 if (t4->getTimeType() != DateTimeRule::STANDARD_TIME) { in TestTimeZoneRuleCoverage()