HomeSort by relevance Sort by last modified time
    Searched defs:tz (Results 151 - 175 of 211) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium_org/third_party/icu/source/i18n/
zstrfmt.cpp 836 // A time zone ID without slash in the tz database is not
1421 const TimeZone &tz = cal.getTimeZone(); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp 622 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
626 verifyTransitions(*tz, lo, hi);
628 delete tz;
657 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
658 int32_t ruleCount = tz->countTransitionRules(status);
662 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
687 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
689 compareTransitionsAscending(*tz, *rbtz, start + 1, until, TRUE);
691 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
693 compareTransitionsDescending(*tz, *rbtz, start + 1, until, TRUE)
794 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
894 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
1130 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
2307 const TimeZone *tz = TimeZone::getGMT(); local
    [all...]
calregts.cpp 220 TimeZone* tz =TimeZone::createTimeZone("Asia/Riyadh87"); local
222 GregorianCalendar *cl = new GregorianCalendar(tz, status);
225 delete tz;
1690 TimeZone *tz = TimeZone::createTimeZone("PST"); local
2590 StringEnumeration *tz = TimeZone::createEnumeration(); local
    [all...]
dtfmttst.cpp 99 TimeZone *tz = new SimpleTimeZone(7,""); local
190 delete tz;
2955 TimeZone *tz = TimeZone::createTimeZone(info[1]); local
2980 TimeZone *tz = TimeZone::createTimeZone("Europe\/Paris"); local
3303 TimeZone *tz = TimeZone::createTimeZone("Asia\/Shanghai"); local
    [all...]
  /external/icu/icu4c/source/i18n/
smpdtfmt.cpp 1486 const TimeZone& tz = cal.getTimeZone(); local
1948 const TimeZone & tz = cal.getTimeZone(); local
2953 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
2964 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
2974 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
2998 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3008 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3035 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3062 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
    [all...]
tznames_impl.cpp 920 TimeZone *tz = TimeZone::createDefault(); local
921 const UChar *tzID = ZoneMeta::getCanonicalCLDRID(*tz);
925 delete tz;
    [all...]
calendar.cpp 498 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2));
520 fprintf(stderr, "New default calendar has tz=%d\n", ((Calendar*)nc)->get(UCAL_ZONE_OFFSET, status2));
3074 const TimeZone& tz = getTimeZone(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 2552 TimeZone *tz = TimeZone::createTimeZone(RPDATA[i].tzid); local
2654 TimeZone *tz = TimeZone::createTimeZone(SKDATA[i].tzid); local
3151 TimeZone *tz = TimeZone::createTimeZone(AAZTDATA[i].zone); local
    [all...]
tzrulets.cpp 621 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
625 verifyTransitions(*tz, lo, hi);
627 delete tz;
656 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
657 int32_t ruleCount = tz->countTransitionRules(status);
661 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
686 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
688 compareTransitionsAscending(*tz, *rbtz, start + 1, until, TRUE);
690 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
692 compareTransitionsDescending(*tz, *rbtz, start + 1, until, TRUE)
793 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
893 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
1129 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
2306 const TimeZone *tz = TimeZone::getGMT(); local
    [all...]
tztest.cpp 230 TimeZoneTest::findTransition(const TimeZone& tz,
234 UBool startsInDST = tz.inDaylightTime(min, ec);
236 if (tz.inDaylightTime(max, ec) == startsInDST) {
237 logln("Error: " + tz.getID(id) + ".inDaylightTime(" + dateToString(min) + ") = " + (startsInDST?"TRUE":"FALSE") +
244 if (tz.inDaylightTime(mid, ec) == startsInDST) {
253 logln(tz.getID(id) + " Before: " + min/1000 + " = " +
254 dateToString(min,s,tz));
255 logln(tz.getID(id) + " After: " + max/1000 + " = " +
256 dateToString(max,s,tz));
260 TimeZoneTest::testUsingBinarySearch(const TimeZone& tz,
306 TimeZone* tz = TimeZone::createTimeZone("PRT"); local
496 TimeZone *tz = TimeZone::createTimeZone("PST"); local
690 TimeZone *tz = TimeZone::createTimeZone(*id1); local
898 TimeZone *tz = TimeZone::createTimeZone(itsID); local
1543 SimpleTimeZone *tz = new SimpleTimeZone(-5 * U_MILLIS_PER_HOUR, "dstSavingsTest", local
1786 TimeZone *tz = TimeZone::createTimeZone(id); local
1907 TimeZone *tz; local
    [all...]
calregts.cpp 260 TimeZone* tz =TimeZone::createTimeZone("Asia/Riyadh87"); local
262 GregorianCalendar *cl = new GregorianCalendar(tz, status);
265 delete tz;
1744 TimeZone *tz = TimeZone::createTimeZone("PST"); local
2646 StringEnumeration *tz = TimeZone::createEnumeration(); local
    [all...]
dtfmttst.cpp 225 TimeZone *tz = new SimpleTimeZone(7,""); local
323 delete tz;
3237 TimeZone *tz = TimeZone::createTimeZone(info[1]); local
3262 TimeZone *tz = TimeZone::createTimeZone("Europe\/Paris"); local
3585 TimeZone *tz = TimeZone::createTimeZone("Asia\/Shanghai"); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 760 String tz = null; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 857 String tz = Utils.getTimeZone(mActivity, null); local
    [all...]
EditEventHelper.java 1058 String tz = cursor.getString(EVENT_INDEX_TIMEZONE); local
    [all...]
EditEventView.java 264 // Update tz in case the start time switched from/to DLS
369 // Update tz in case the start time switched from/to DLS
1304 String tz = mTimezone; local
1786 String tz = Utils.getTimeZone(mActivity, null); local
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DateTimeActivity.java 536 TimeZone tz = now.getTimeZone(); local
539 return formatOffset(new StringBuilder(), tz.getOffset(date.getTime())).
541 append(tz.getDisplayName(tz.inDaylightTime(date), TimeZone.LONG)).toString();
611 for (TimeZoneInfo tz : timeZones) {
613 boolean checked = currentTz.getID().equals(tz.tzId);
614 mTimeZoneActions.add(getTimeZoneAction(tz.tzId, tz.tzName,
615 formatOffset(name, tz.tzOffset).toString(), checked));
646 TimeZone tz = TimeZone.getTimeZone(id) local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 2744 String tz = cursor.getString(4); \/\/ Calendar timezone local
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1874 struct timezone tz; local
    [all...]
  /external/netperf/
netlib.c 206 struct timezone tz; variable in typeref:struct:timezone
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1253 TimeZone tz = TimeZone.getTimeZone(zone); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 1232 TimeZone tz = TimeZone.getTimeZone(zone); local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 343 * @param tz a TimeZone the time zone in which we're looking for transitions
349 static GregorianCalendar findTransitionDate(TimeZone tz, long startTime,
358 boolean inDaylightTime = tz.inDaylightTime(date);
372 GregorianCalendar calendar = new GregorianCalendar(tz);
380 * @param tz the TimeZone
383 static public String timeZoneToTziString(TimeZone tz) {
384 String tziString = sTziStringCache.get(tz);
387 LogUtils.d(TAG, "TZI string for " + tz.getDisplayName() +
392 tziString = timeZoneToTziStringImpl(tz);
393 sTziStringCache.put(tz, tziString)
898 TimeZone tz = TimeZone.getTimeZone(tzName); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 267 * tz will be ignored.
735 * @param tz The time zone to convert this time to.
737 public static long convertAlldayUtcToLocal(Time recycle, long utcTime, String tz) {
743 recycle.timezone = tz;
747 public static long convertAlldayLocalToUTC(Time recycle, long localTime, String tz) {
751 recycle.timezone = tz;
762 * @param tz The time zone to convert this time to.
764 public static long getNextMidnight(Time recycle, long theTime, String tz) {
768 recycle.timezone = tz;
1483 TimeZone tz = TimeZone.getTimeZone(localTimezone); local
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 2475 if ((nextHi[0]-nextLo[0]) < (nextHi[1]-nextLo[1])) { Int32 tz; tz = nextLo[0]; nextLo[0] = nextLo[1]; nextLo[1] = tz; tz = nextHi[0]; nextHi[0] = nextHi[1]; nextHi[1] = tz; tz = nextD [0]; nextD [0] = nextD [1]; nextD [1] = tz; }; local
2476 if ((nextHi[1]-nextLo[1]) < (nextHi[2]-nextLo[2])) { Int32 tz; tz = nextLo[1]; nextLo[1] = nextLo[2]; nextLo[2] = tz; tz = nextHi[1]; nextHi[1] = nextHi[2]; nextHi[2] = tz; tz = nextD [1]; nextD [1] = nextD [2]; nextD [2] = tz; }; local
2477 if ((nextHi[0]-nextLo[0]) < (nextHi[1]-nextLo[1])) { Int32 tz; tz = nextLo[0]; nextLo[0] = nextLo[1]; nextLo[1] = tz; tz = nextHi[0]; nextHi[0] = nextHi[1]; nextHi[1] = tz; tz = nextD [0]; nextD [0] = nextD [1]; nextD [1] = tz; }; local
    [all...]

Completed in 1415 milliseconds

1 2 3 4 5 67 8 9