HomeSort by relevance Sort by last modified time
    Searched full:outcal (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.h 183 Calendar *outcal = Calendar::createInstance(unknownZone, *status); local
189 outcal->set(UCAL_DST_OFFSET, badDstOffset);
190 outcal->set(UCAL_ZONE_OFFSET, badZoneOffset);
191 sdf->parse(tzstr, *outcal, pos);
194 delete outcal;
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 198 Calendar *outcal = Calendar::createInstance(unknownZone, status); local
204 outcal->set(UCAL_DST_OFFSET, badDstOffset);
205 outcal->set(UCAL_ZONE_OFFSET, badZoneOffset);
207 sdf->parse(tzstr, *outcal, pos);
210 const TimeZone &outtz = outcal->getTimeZone();
332 delete outcal;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 169 Calendar outcal = Calendar.getInstance(unknownZone); local
170 outcal.set(Calendar.DST_OFFSET, badDstOffset);
171 outcal.set(Calendar.ZONE_OFFSET, badZoneOffset);
173 sdf.parse(tzstr, outcal, pos);
176 TimeZone outtz = outcal.getTimeZone();
849 Calendar outcal = Calendar.getInstance(bogusTZ); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 168 Calendar outcal = Calendar.getInstance(unknownZone); local
169 outcal.set(Calendar.DST_OFFSET, badDstOffset);
170 outcal.set(Calendar.ZONE_OFFSET, badZoneOffset);
172 sdf.parse(tzstr, outcal, pos);
175 TimeZone outtz = outcal.getTimeZone();
848 Calendar outcal = Calendar.getInstance(bogusTZ); local
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RecurrenceProcessorTest.java 92 Time outCal = new Time(tz);
117 String[] actual = getFormattedDates(out, outCal);
151 outCal.set(lastOccur);
152 lastStr = outCal.format2445();
153 lastMillis = outCal.toMillis(true /* ignore isDst */);
    [all...]
RRuleTest.java 101 Time outCal = new Time(tz);
126 String[] actual = getFormattedDates(out, outCal, truncate);
    [all...]

Completed in 2674 milliseconds