HomeSort by relevance Sort by last modified time
    Searched refs:stz (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/
TimeZoneTest.java 38 SimpleTimeZone stz = new SimpleTimeZone(21600000, "Central Standard Time"); local
39 stz.setStartYear(1000);
40 stz.inDaylightTime(new Date());
41 stz.clone();
  /external/chromium/third_party/icu/source/tools/tzcode/
icuzdump.cpp 45 stz = new SimpleTimeZone(0, "");
54 stz->setRawOffset(offset);
55 sdf->setTimeZone(*stz);
85 SimpleTimeZone* stz; member in class:DumpFormatter
  /external/icu4c/tools/tzcode/
icuzdump.cpp 45 stz = new SimpleTimeZone(0, "");
54 stz->setRawOffset(offset);
55 sdf->setTimeZone(*stz);
85 SimpleTimeZone* stz; member in class:DumpFormatter
  /external/chromium/third_party/icu/source/test/intltest/
tzrulets.cpp 142 SimpleTimeZone stz(-1*HOUR, "TestSTZ",
230 if (!(stz.hasEquivalentTransitions(*rbtz1, start, until, TRUE, status))) {
236 if (!(stz.hasEquivalentTransitions(*rbtz2, start, until, TRUE, status))) {
242 if (!(stz.hasEquivalentTransitions(*rbtz3, start, until, TRUE, status))) {
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 148 SimpleTimeZone stz(-1*HOUR, "TestSTZ",
236 if (!(stz.hasEquivalentTransitions(*rbtz1, start, until, TRUE, status))) {
242 if (!(stz.hasEquivalentTransitions(*rbtz2, start, until, TRUE, status))) {
248 if (!(stz.hasEquivalentTransitions(*rbtz3, start, until, TRUE, status))) {
    [all...]

Completed in 601 milliseconds