Home
last modified time | relevance | path

Searched defs:tz (Results 1 – 25 of 129) sorted by relevance

123456

/external/toybox/toys/posix/
Ddate.c98 *tz = 0; in date_main() local
143 char *tz = CFG_TOYBOX_FREE ? getenv("TZ") : 0; in date_main() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java146 TimeZone tz = TimeZone.getTimeZone(tzids[tzidx]); in TestTimeZoneRoundTrip() local
411 TimeZone tz = TimeZone.getTimeZone(id); in TestTimeRoundTrip() local
637 TimeZone tz = tzfmt.parse(style, text, pos, options, timeType); in TestParse() local
757 …SimpleTimeZone tz = new SimpleTimeZone(OFFSET[i], "Zone Offset:" + String.valueOf(OFFSET[i]) + "ms… in TestISOFormat() local
878 TimeZone tz = TimeZone.getTimeZone((String)testCase[1]); in TestFormat() local
973 TimeZone tz = TimeZone.getTimeZone((String)testCase[1]); in TestFormatTZDBNames() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DTime.java72 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); in Time() local
103 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); in Time() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DTime.java53 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); in Time() local
84 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); in Time() local
/external/icu/icu4c/source/samples/date/
Ddate.c69 const UChar *tz = 0; in main() local
241 const UChar *tz, in date()
292 … UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) { in getWhen()
/external/v8/test/mjsunit/regress/
Dregress-3116.js5 function timezone(tz) { argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java462 TimeZone tz = TimeZone.getTimeZone(timezones[i]); in TestDisplayName2() local
629 void _testUsingBinarySearch(SimpleTimeZone tz, long min, long max, long expectedBoundary) in _testUsingBinarySearch()
667 TimeZone tz = TimeZone.getTimeZone( "PRT" ); in TestPRTOffset() local
731 TimeZone tz = TimeZone.getTimeZone("PST"); in TestGetAvailableIDs913() local
829 TimeZone tz = TimeZone.getTimeZone(id); in TestGetAvailableIDsNew() local
864 SimpleTimeZone tz = new SimpleTimeZone(-5 * millisPerHour, "dstSavingsTest", in TestDSTSavings() local
911 SimpleTimeZone tz = new SimpleTimeZone(-5 * millisPerHour, "alternateRuleTest"); in TestAlternateRules() local
1365 TimeZone tz = TimeZone.getTimeZone(tzid); in TestMark() local
1451 TimeZone tz; in TestFebruary() local
2139 TimeZone tz = TimeZone.getTimeZone(tzid, TimeZone.TIMEZONE_ICU); in TestObservesDaylightTime() local
[all …]
DTimeZoneRegression.java102 TimeZone tz = TimeZone.getTimeZone("PST"); in Test4084933() local
305 TimeZone tz = TimeZone.getTimeZone("PST"); in Test4126678() local
367 TimeZone tz = TimeZone.getTimeZone("GMT"); in Test4151429() local
590 TimeZone tz = TimeZone.getDefault(); in Test4154650() local
732 TimeZone tz = (TimeZone)DATA[j]; in Test4162593() local
953 TimeZone tz = TimeZone.getTimeZone("PST"); in Test4208960() local
1070 TimeZone tz = TimeZone.getTimeZone(tzids[i]); in TestT5280() local
DTimeZoneBoundaryTest.java142 long expectedBoundary, TimeZone tz) in findDaylightBoundaryUsingTimeZone()
647 void _testUsingBinarySearch(SimpleTimeZone tz, Date d, long expectedBoundary) in _testUsingBinarySearch()
728 SimpleTimeZone tz; in TestNewRules() local
/external/v8/src/
Ddateparser-inl.h20 TimeZoneComposer tz; in Parse() local
202 TimeZoneComposer* tz) { in ParseES5DateTime()
/external/icu/icu4c/source/test/perf/normperf/
Ddtfmtrtperf.h163 TimeZone *tz = TimeZone::createTimeZone(*tzid); in call() local
194 delete tz; in call() local
/external/icu/icu4c/source/tools/tzcode/
Dicuzdump.cpp115 void setTimeZone(TimeZone* tz) { in setTimeZone()
236 TimeZone* tz = NULL; in next() local
372 TimeZone* tz = zit->next(); in main() local
403 TimeZone* tz = zit->next(); in main() local
/external/icu/icu4c/source/i18n/
Dwintzimpl.cpp36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardD… in getSystemTimeInformation()
119 TimeZone *tz = TimeZone::createTimeZone(id); in getWindowsTimeZoneInfo() local
/external/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp116 …findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz) in findDaylightBoundaryUsingTimeZone()
337 TimeZone *tz; in TestBoundaries() local
382 TimeZoneBoundaryTest::testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary) in testUsingBinarySearch()
425 SimpleTimeZone *tz; in TestNewRules() local
Dtztest.cpp235 TimeZoneTest::findTransition(const TimeZone& tz, in findTransition()
265 TimeZoneTest::testUsingBinarySearch(const TimeZone& tz, in testUsingBinarySearch()
311 TimeZone* tz = TimeZone::createTimeZone("PRT"); in TestPRTOffset() local
501 TimeZone *tz = TimeZone::createTimeZone("PST"); in TestGetAvailableIDs913() local
695 TimeZone *tz = TimeZone::createTimeZone(*id1); in TestGetAvailableIDsNew() local
903 TimeZone *tz = TimeZone::createTimeZone(itsID); in TestShortZoneIDs() local
1548 SimpleTimeZone *tz = new SimpleTimeZone(-5 * U_MILLIS_PER_HOUR, "dstSavingsTest", in TestDSTSavings() local
1601 SimpleTimeZone tz(-5 * U_MILLIS_PER_HOUR, "alternateRuleTest"); in TestAlternateRules() local
1791 TimeZone *tz = TimeZone::createTimeZone(id); in TestHistorical() local
1912 TimeZone *tz; in TestFebruary() local
Dtzregts.cpp87 UDate TimeZoneRegressionTest::findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max) { in findTransitionBinary()
108 UDate TimeZoneRegressionTest::findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max… in findTransitionStepwise()
209 TimeZone *tz = TimeZone::createTimeZone("PST"); in Test4084933() local
460 TimeZone *tz = TimeZone::createTimeZone("PST"); in Test4126678() local
805 TimeZone *tz = TimeZone::createDefault(); in Test4154650() local
883 TimeZone *tz = (TimeZone*)DATA_TZ[j]; in Test4162593() local
Dtzfmttst.cpp177 TimeZone *tz = TimeZone::createTimeZone(*tzid); in TestTimeZoneRoundTrip() local
500 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid); in run() local
838 TimeZone* tz = tzfmt->parse(DATA[i].style, DATA[i].text, pos, DATA[i].parseOptions, &ttype); in TestParse() local
971 …SimpleTimeZone* tz = new SimpleTimeZone(OFFSET[i], UnicodeString("Zone Offset:") + OFFSET[i] + "ms… in TestISOFormat() local
1121 LocalPointer<TimeZone> tz(TimeZone::createTimeZone(DATA[i].tzid)); in TestFormat() local
1218 LocalPointer<TimeZone> tz(TimeZone::createTimeZone(DATA[i].tzid)); in TestFormatTZDBNames() local
Ditformat.cpp89 TimeZone *tz = TimeZone::createTimeZone("America/Los_Angeles"); in runIndexedTest() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DDateFormatter.java49 DateFormatter withTimeZone(TimeZone tz); in withTimeZone()
DPeriodBuilder.java52 PeriodBuilder withTimeZone(TimeZone tz); in withTimeZone()
DDurationFormatter.java75 DurationFormatter withTimeZone(TimeZone tz); in withTimeZone()
/external/icu/icu4c/source/i18n/unicode/
Dvtzone.h415 BasicTimeZone *tz; variable
/external/tremolo/Tremolo/
Dmisc.c92 static struct timezone tz; in _insert() local
149 static struct timezone tz; in _ripremove() local
/external/mesa3d/src/mesa/math/
Dm_norm_tmp.h61 GLfloat tx, ty, tz; in TAG() local
90 GLfloat tx, ty, tz; in TAG() local
128 GLfloat tx, ty, tz; in TAG() local
155 GLfloat tx, ty, tz; in TAG() local
/external/jetty/src/java/org/eclipse/jetty/util/
DDateCache.java112 public synchronized void setTimeZone(TimeZone tz) in setTimeZone()
153 private synchronized void setTzFormatString(final TimeZone tz ) in setTzFormatString()

123456