Home
last modified time | relevance | path

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

123456789

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DTimeZoneTest.java42 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetOffset() local
51 TimeZone tz = TimeZone.getTimeZone("PST"); in testSetRawOffset() local
64 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetRawOffset() local
73 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetID() local
81 TimeZone tz = TimeZone.getTimeZone("PST"); in testSetID() local
94 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetDisplayName() local
102 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetDisplayNameLocale() local
110 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetDisplayNameULocale() local
118 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetDisplayNameBooleanInt() local
127 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetDisplayNameBooleanIntLocale() local
[all …]
/external/linux-kselftest/tools/testing/selftests/timers/
Dset-tz.c41 struct timezone tz; in set_tz() local
51 struct timezone tz; in get_tz_min() local
61 struct timezone tz; in get_tz_dst() local
/external/lmfit/demo/
Dsurface1.c23 double f( double tx, double tz, const double *p ) in f()
30 double *tx, *tz; member
57 double tz[4] = { -1, 1, -1, 1 }; in main() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DTime.java73 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); in Time() local
107 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); in Time() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DTime.java54 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); in Time() local
88 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); in Time() local
/external/icu/icu4c/source/samples/date/
Ddate.c73 const UChar *tz = 0; in main() local
245 const UChar *tz, in date()
296 … UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) { in getWhen()
/external/icu/icu4c/source/test/perf/normperf/
Ddtfmtrtperf.h166 TimeZone *tz = TimeZone::createTimeZone(*tzid); in call() local
197 delete tz; in call() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java154 TimeZone tz = TimeZone.getTimeZone(tzids[tzidx]); in TestTimeZoneRoundTrip() local
420 TimeZone tz = TimeZone.getTimeZone(id); in TestTimeRoundTrip() local
656 TimeZone tz = tzfmt.parse(style, text, pos, options, timeType); in TestParse() local
821 …SimpleTimeZone tz = new SimpleTimeZone(OFFSET[i], "Zone Offset:" + String.valueOf(OFFSET[i]) + "ms… in TestISOFormat() local
943 TimeZone tz = TimeZone.getTimeZone((String)testCase[1]); in TestFormat() local
1039 TimeZone tz = TimeZone.getTimeZone((String)testCase[1]); in TestFormatTZDBNames() local
1054 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in TestInheritedFormat() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java155 TimeZone tz = TimeZone.getTimeZone(tzids[tzidx]); in TestTimeZoneRoundTrip() local
421 TimeZone tz = TimeZone.getTimeZone(id); in TestTimeRoundTrip() local
657 TimeZone tz = tzfmt.parse(style, text, pos, options, timeType); in TestParse() local
822 …SimpleTimeZone tz = new SimpleTimeZone(OFFSET[i], "Zone Offset:" + String.valueOf(OFFSET[i]) + "ms… in TestISOFormat() local
944 TimeZone tz = TimeZone.getTimeZone((String)testCase[1]); in TestFormat() local
1040 TimeZone tz = TimeZone.getTimeZone((String)testCase[1]); in TestFormatTZDBNames() local
1055 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in TestInheritedFormat() local
/external/icu/icu4c/source/i18n/
Dwintzimpl.cpp38 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardD… in getSystemTimeInformation()
121 TimeZone *tz = TimeZone::createTimeZone(id); in getWindowsTimeZoneInfo() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java467 TimeZone tz = TimeZone.getTimeZone(timezones[i]); in TestDisplayName2() local
647 void _testUsingBinarySearch(SimpleTimeZone tz, long min, long max, long expectedBoundary) in _testUsingBinarySearch()
686 TimeZone tz = TimeZone.getTimeZone( "PRT" ); in TestPRTOffset() local
752 TimeZone tz = TimeZone.getTimeZone("PST"); in TestGetAvailableIDs913() local
851 TimeZone tz = TimeZone.getTimeZone(id); in TestGetAvailableIDsNew() local
887 SimpleTimeZone tz = new SimpleTimeZone(-5 * millisPerHour, "dstSavingsTest", in TestDSTSavings() local
935 SimpleTimeZone tz = new SimpleTimeZone(-5 * millisPerHour, "alternateRuleTest"); in TestAlternateRules() local
1397 TimeZone tz = TimeZone.getTimeZone(tzid); in TestMark() local
1485 TimeZone tz; in TestFebruary() local
2182 TimeZone tz = TimeZone.getTimeZone(tzid, TimeZone.TIMEZONE_ICU); in TestObservesDaylightTime() local
[all …]
DTimeZoneRegressionTest.java106 TimeZone tz = TimeZone.getTimeZone("PST"); in Test4084933() local
312 TimeZone tz = TimeZone.getTimeZone("PST"); in Test4126678() local
376 TimeZone tz = TimeZone.getTimeZone("GMT"); in Test4151429() local
603 TimeZone tz = TimeZone.getDefault(); in Test4154650() local
747 TimeZone tz = (TimeZone)DATA[j]; in Test4162593() local
972 TimeZone tz = TimeZone.getTimeZone("PST"); in Test4208960() local
1092 TimeZone tz = TimeZone.getTimeZone(tzids[i]); in TestT5280() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java466 TimeZone tz = TimeZone.getTimeZone(timezones[i]); in TestDisplayName2() local
646 void _testUsingBinarySearch(SimpleTimeZone tz, long min, long max, long expectedBoundary) in _testUsingBinarySearch()
685 TimeZone tz = TimeZone.getTimeZone( "PRT" ); in TestPRTOffset() local
751 TimeZone tz = TimeZone.getTimeZone("PST"); in TestGetAvailableIDs913() local
850 TimeZone tz = TimeZone.getTimeZone(id); in TestGetAvailableIDsNew() local
886 SimpleTimeZone tz = new SimpleTimeZone(-5 * millisPerHour, "dstSavingsTest", in TestDSTSavings() local
934 SimpleTimeZone tz = new SimpleTimeZone(-5 * millisPerHour, "alternateRuleTest"); in TestAlternateRules() local
1396 TimeZone tz = TimeZone.getTimeZone(tzid); in TestMark() local
1484 TimeZone tz; in TestFebruary() local
2181 TimeZone tz = TimeZone.getTimeZone(tzid, TimeZone.TIMEZONE_ICU); in TestObservesDaylightTime() local
[all …]
DTimeZoneRegressionTest.java105 TimeZone tz = TimeZone.getTimeZone("PST"); in Test4084933() local
311 TimeZone tz = TimeZone.getTimeZone("PST"); in Test4126678() local
375 TimeZone tz = TimeZone.getTimeZone("GMT"); in Test4151429() local
602 TimeZone tz = TimeZone.getDefault(); in Test4154650() local
746 TimeZone tz = (TimeZone)DATA[j]; in Test4162593() local
971 TimeZone tz = TimeZone.getTimeZone("PST"); in Test4208960() local
1091 TimeZone tz = TimeZone.getTimeZone(tzids[i]); in TestT5280() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DDateFormatter.java51 DateFormatter withTimeZone(TimeZone tz); in withTimeZone()
DPeriodBuilder.java54 PeriodBuilder withTimeZone(TimeZone tz); in withTimeZone()
DDurationFormatter.java77 DurationFormatter withTimeZone(TimeZone tz); in withTimeZone()
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DDateFormatter.java53 DateFormatter withTimeZone(TimeZone tz); in withTimeZone()
DPeriodBuilder.java56 PeriodBuilder withTimeZone(TimeZone tz); in withTimeZone()
DDurationFormatter.java79 DurationFormatter withTimeZone(TimeZone tz); in withTimeZone()
/external/icu/icu4c/source/tools/tzcode/
Dicuzdump.cpp118 void setTimeZone(TimeZone* tz) { in setTimeZone()
239 TimeZone* tz = NULL; in next() local
375 TimeZone* tz = zit->next(); in main() local
406 TimeZone* tz = zit->next(); in main() local
/external/v8/src/
Ddateparser-inl.h21 TimeZoneComposer tz; in Parse() local
246 TimeZoneComposer* tz) { in ParseES5DateTime()
/external/autotest/client/common_lib/
Dtime_utils_unittest.py17 def set_time_zone(tz): argument
/external/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp118 …findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz) in findDaylightBoundaryUsingTimeZone()
339 TimeZone *tz; in TestBoundaries() local
384 TimeZoneBoundaryTest::testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary) in testUsingBinarySearch()
427 SimpleTimeZone *tz; in TestNewRules() local
/external/icu/icu4c/source/i18n/unicode/
Dvtzone.h417 BasicTimeZone *tz; variable

123456789