HomeSort by relevance Sort by last modified time
    Searched defs:tz (Results 226 - 250 of 450) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/test/intltest/
caltest.cpp 2572 TimeZone *tz = TimeZone::createTimeZone(RPDATA[i].tzid); local
2674 TimeZone *tz = TimeZone::createTimeZone(SKDATA[i].tzid); local
3618 TimeZone *tz = TimeZone::createTimeZone(AAZTDATA[i].zone); local
    [all...]
tzrulets.cpp 624 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
628 verifyTransitions(*tz, lo, hi);
630 delete tz;
659 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
660 int32_t ruleCount = tz->countTransitionRules(status);
664 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
689 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
691 compareTransitionsAscending(*tz, *rbtz, start + 1, until, TRUE);
693 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
695 compareTransitionsDescending(*tz, *rbtz, start + 1, until, TRUE)
796 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
896 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
1132 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
2309 const TimeZone *tz = TimeZone::getGMT(); local
    [all...]
tztest.cpp 240 TimeZoneTest::findTransition(const TimeZone& tz,
244 UBool startsInDST = tz.inDaylightTime(min, ec);
246 if (tz.inDaylightTime(max, ec) == startsInDST) {
247 logln("Error: " + tz.getID(id) + ".inDaylightTime(" + dateToString(min) + ") = " + (startsInDST?"TRUE":"FALSE") +
254 if (tz.inDaylightTime(mid, ec) == startsInDST) {
263 logln(tz.getID(id) + " Before: " + min/1000 + " = " +
264 dateToString(min,s,tz));
265 logln(tz.getID(id) + " After: " + max/1000 + " = " +
266 dateToString(max,s,tz));
270 TimeZoneTest::testUsingBinarySearch(const TimeZone& tz,
316 TimeZone* tz = TimeZone::createTimeZone("PRT"); local
506 TimeZone *tz = TimeZone::createTimeZone("PST"); local
700 TimeZone *tz = TimeZone::createTimeZone(*id1); local
908 TimeZone *tz = TimeZone::createTimeZone(itsID); local
1575 SimpleTimeZone *tz = new SimpleTimeZone(-5 * U_MILLIS_PER_HOUR, "dstSavingsTest", local
1818 TimeZone *tz = TimeZone::createTimeZone(id); local
1939 TimeZone *tz; local
    [all...]
calregts.cpp 265 TimeZone* tz =TimeZone::createTimeZone("Asia/Riyadh87"); local
267 GregorianCalendar *cl = new GregorianCalendar(tz, status);
270 delete tz;
1749 TimeZone *tz = TimeZone::createTimeZone("PST"); local
2651 StringEnumeration *tz = TimeZone::createEnumeration(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateIntervalFormatTest.java 1837 TimeZone tz = TimeZone.getTimeZone("Americal\/Los_Angeles"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatHandler.java 2376 TimeZone tz = TimeZone.getTimeZone(tzid); local
2467 TimeZone tz = TimeZone.getTimeZone("America\/Los_Angeles"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 330 TimeZone tz = TimeZone.getTimeZone(zids[i], TimeZone.TIMEZONE_ICU); local
331 if (tz == null) {
340 verifyTransitions(tz, timerange[0], timerange[1]);
360 TimeZone tz = TimeZone.getTimeZone(zids[i], TimeZone.TIMEZONE_ICU); local
361 if (tz == null) {
366 TimeZoneRule[] rules = ((BasicTimeZone)tz).getTimeZoneRules(startTime);
367 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID() + "(RBTZ)",
377 compareTransitionsAscending(tz, rbtz, startTime, until, false);
379 compareTransitionsAscending(tz, rbtz, startTime + 1, until, true);
381 compareTransitionsDescending(tz, rbtz, startTime, until, false)
716 BasicTimeZone tz = (BasicTimeZone)TimeZone.getTimeZone(tzids[i], TimeZone.TIMEZONE_ICU); local
1467 TimeZone tz = TimeZone.getTimeZone("PST"); local
    [all...]
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 70 int32_t ParseTimeZone(const wchar_t* pStr, int32_t iLen, FX_TIMEZONE* tz) {
71 tz->tzHour = 0;
72 tz->tzMinute = 0;
79 tz->tzHour = tz->tzHour * 10 + FXSYS_DecimalCharToInt(pStr[iStart++]);
86 tz->tzMinute = tz->tzMinute * 10 + FXSYS_DecimalCharToInt(pStr[iStart++]);
89 tz->tzHour = -tz->tzHour;
437 WideString tz(str[(*cc)++])
684 FX_TIMEZONE tz = pLocale->GetTimeZone(); local
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 1007 TimeZone tz = TimeZone.getDefault(); local
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp 1119 Float4 tz = Min(Max((x.z - edge0.z) / (edge1.z - edge0.z), Float4(0.0f)), Float4(1.0f)); dst.z = tz * tz * (Float4(3.0f) - Float4(2.0f) * tz); local
    [all...]
  /external/vixl/src/aarch64/
disasm-aarch64.cc 4493 int tz = CountTrailingZeros(imm5, 32); local
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java 1288 TimeZone tz = calendar.getTimeZone(); local
1548 final TimeZone tz = getTimeZone(); local
1898 TimeZone tz = null; local
2709 TimeZone tz = getTimeZone(); local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
JapaneseImperialCalendar.java 1572 TimeZone tz = getZone(); 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...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 2744 String tz = cursor.getString(4); \/\/ Calendar timezone local
    [all...]
  /system/core/liblog/
logprint.c 299 static const char tz[] = "TZ"; variable
335 char* cp = getenv(tz);
339 setenv(tz, formatString, 1);
351 setenv(tz, cp, 1);
353 unsetenv(tz);
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 368 String tz = "America/Los_Angeles"; local
369 Time local = new Time(tz);
380 Time expected = new Time(tz);
393 expected = new Time(tz);
411 Time expected = new Time(tz);
427 expected = new Time(tz);
565 String tz = Time.TIMEZONE_UTC; local
566 Time t = new Time(tz);
567 assertEquals(tz, t.timezone);
569 Time expected = new Time(tz);
1707 String tz = Time.TIMEZONE_UTC; local
1775 String tz = Time.TIMEZONE_UTC; local
1786 String tz = Time.TIMEZONE_UTC; local
1809 String tz = Time.TIMEZONE_UTC; local
1827 String tz = Time.TIMEZONE_UTC; local
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2013 struct timezone tz; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java 645 String tz[] = TimeZone.getAvailableIDs(); local
647 for (int z=0; z<tz.length; ++z) {
648 TimeZone t = TimeZone.getTimeZone(tz[z]);
663 errln(tz[z] + " " +
1317 TimeZone tz = TimeZone.getTimeZone(tzid); local
1403 TimeZone tz = TimeZone.getTimeZone(tzid); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 694 logln("*** Set host TZ to CST ***");
954 TimeZone tz = TimeZone.getTimeZone("America\/Los_Angeles"); local
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 520 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2));
542 fprintf(stderr, "New default calendar has tz=%d\n", ((Calendar*)nc)->get(UCAL_ZONE_OFFSET, status2));
3154 const TimeZone& tz = getTimeZone(); local
    [all...]
smpdtfmt.cpp 1696 const TimeZone& tz = cal.getTimeZone(); local
2423 const TimeZone & tz = cal.getTimeZone(); local
3396 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3407 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3417 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3441 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3451 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3478 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3505 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
    [all...]
tznames_impl.cpp 1056 TimeZone *tz = TimeZone::createDefault(); local
    [all...]

Completed in 1462 milliseconds

1 2 3 4 5 6 7 8 91011>>