/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
D | TimeZoneTest.java | 40 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetOffset() local 49 TimeZone tz = TimeZone.getTimeZone("PST"); in testSetRawOffset() local 62 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetRawOffset() local 71 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetID() local 79 TimeZone tz = TimeZone.getTimeZone("PST"); in testSetID() local 92 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetDisplayName() local 100 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetDisplayNameLocale() local 108 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetDisplayNameULocale() local 116 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetDisplayNameBooleanInt() local 125 TimeZone tz = TimeZone.getTimeZone("PST"); in testGetDisplayNameBooleanIntLocale() local [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 153 TimeZone tz = TimeZone.getTimeZone(tzids[tzidx]); in TestTimeZoneRoundTrip() local 418 TimeZone tz = TimeZone.getTimeZone(id); in TestTimeRoundTrip() local 644 TimeZone tz = tzfmt.parse(style, text, pos, options, timeType); in TestParse() local 808 …SimpleTimeZone tz = new SimpleTimeZone(OFFSET[i], "Zone Offset:" + String.valueOf(OFFSET[i]) + "ms… in TestISOFormat() local 929 TimeZone tz = TimeZone.getTimeZone((String)testCase[1]); in TestFormat() local 1024 TimeZone tz = TimeZone.getTimeZone((String)testCase[1]); in TestFormatTZDBNames() local 1039 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in TestInheritedFormat() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 149 TimeZone tz = TimeZone.getTimeZone(tzids[tzidx]); in TestTimeZoneRoundTrip() local 414 TimeZone tz = TimeZone.getTimeZone(id); in TestTimeRoundTrip() local 640 TimeZone tz = tzfmt.parse(style, text, pos, options, timeType); in TestParse() local 804 …SimpleTimeZone tz = new SimpleTimeZone(OFFSET[i], "Zone Offset:" + String.valueOf(OFFSET[i]) + "ms… in TestISOFormat() local 925 TimeZone tz = TimeZone.getTimeZone((String)testCase[1]); in TestFormat() local 1020 TimeZone tz = TimeZone.getTimeZone((String)testCase[1]); in TestFormatTZDBNames() local 1035 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in TestInheritedFormat() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 466 TimeZone tz = TimeZone.getTimeZone(timezones[i]); in TestDisplayName2() local 644 void _testUsingBinarySearch(SimpleTimeZone tz, long min, long max, long expectedBoundary) in _testUsingBinarySearch() 682 TimeZone tz = TimeZone.getTimeZone( "PRT" ); in TestPRTOffset() local 746 TimeZone tz = TimeZone.getTimeZone("PST"); in TestGetAvailableIDs913() local 844 TimeZone tz = TimeZone.getTimeZone(id); in TestGetAvailableIDsNew() local 879 SimpleTimeZone tz = new SimpleTimeZone(-5 * millisPerHour, "dstSavingsTest", in TestDSTSavings() local 926 SimpleTimeZone tz = new SimpleTimeZone(-5 * millisPerHour, "alternateRuleTest"); in TestAlternateRules() local 1380 TimeZone tz = TimeZone.getTimeZone(tzid); in TestMark() local 1466 TimeZone tz; in TestFebruary() local 2155 TimeZone tz = TimeZone.getTimeZone(tzid, TimeZone.TIMEZONE_ICU); in TestObservesDaylightTime() local [all …]
|
D | TimeZoneRegression.java | 106 TimeZone tz = TimeZone.getTimeZone("PST"); in Test4084933() local 309 TimeZone tz = TimeZone.getTimeZone("PST"); in Test4126678() local 371 TimeZone tz = TimeZone.getTimeZone("GMT"); in Test4151429() local 594 TimeZone tz = TimeZone.getDefault(); in Test4154650() local 736 TimeZone tz = (TimeZone)DATA[j]; in Test4162593() local 957 TimeZone tz = TimeZone.getTimeZone("PST"); in Test4208960() local 1074 TimeZone tz = TimeZone.getTimeZone(tzids[i]); in TestT5280() local
|
D | TimeZoneBoundaryTest.java | 146 long expectedBoundary, TimeZone tz) in findDaylightBoundaryUsingTimeZone() 651 void _testUsingBinarySearch(SimpleTimeZone tz, Date d, long expectedBoundary) in _testUsingBinarySearch() 732 SimpleTimeZone tz; in TestNewRules() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 462 TimeZone tz = TimeZone.getTimeZone(timezones[i]); in TestDisplayName2() local 640 void _testUsingBinarySearch(SimpleTimeZone tz, long min, long max, long expectedBoundary) in _testUsingBinarySearch() 678 TimeZone tz = TimeZone.getTimeZone( "PRT" ); in TestPRTOffset() local 742 TimeZone tz = TimeZone.getTimeZone("PST"); in TestGetAvailableIDs913() local 840 TimeZone tz = TimeZone.getTimeZone(id); in TestGetAvailableIDsNew() local 875 SimpleTimeZone tz = new SimpleTimeZone(-5 * millisPerHour, "dstSavingsTest", in TestDSTSavings() local 922 SimpleTimeZone tz = new SimpleTimeZone(-5 * millisPerHour, "alternateRuleTest"); in TestAlternateRules() local 1376 TimeZone tz = TimeZone.getTimeZone(tzid); in TestMark() local 1462 TimeZone tz; in TestFebruary() local 2151 TimeZone tz = TimeZone.getTimeZone(tzid, TimeZone.TIMEZONE_ICU); in TestObservesDaylightTime() local [all …]
|
D | TimeZoneRegression.java | 102 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
|
D | TimeZoneBoundaryTest.java | 142 long expectedBoundary, TimeZone tz) in findDaylightBoundaryUsingTimeZone() 647 void _testUsingBinarySearch(SimpleTimeZone tz, Date d, long expectedBoundary) in _testUsingBinarySearch() 728 SimpleTimeZone tz; in TestNewRules() local
|
/external/icu/icu4c/source/samples/date/ |
D | date.c | 69 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
D | Time.java | 73 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/ |
D | Time.java | 54 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); in Time() local 88 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); in Time() local
|
/external/icu/icu4c/source/tools/tzcode/ |
D | icuzdump.cpp | 115 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/test/intltest/ |
D | tzbdtest.cpp | 116 …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
|
D | tztest.cpp | 235 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
|
D | tzregts.cpp | 87 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
|
D | tzfmttst.cpp | 177 TimeZone *tz = TimeZone::createTimeZone(*tzid); in TestTimeZoneRoundTrip() local 500 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid); in run() local 828 TimeZone* tz = tzfmt->parse(DATA[i].style, DATA[i].text, pos, DATA[i].parseOptions, &ttype); in TestParse() local 961 …SimpleTimeZone* tz = new SimpleTimeZone(OFFSET[i], UnicodeString("Zone Offset:") + OFFSET[i] + "ms… in TestISOFormat() local 1111 LocalPointer<TimeZone> tz(TimeZone::createTimeZone(DATA[i].tzid)); in TestFormat() local 1208 LocalPointer<TimeZone> tz(TimeZone::createTimeZone(DATA[i].tzid)); in TestFormatTZDBNames() local
|
/external/icu/icu4c/source/test/perf/normperf/ |
D | dtfmtrtperf.h | 163 TimeZone *tz = TimeZone::createTimeZone(*tzid); in call() local 194 delete tz; in call() local
|
/external/icu/icu4c/source/i18n/ |
D | wintzimpl.cpp | 36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardD… in getSystemTimeInformation() 119 TimeZone *tz = TimeZone::createTimeZone(id); in getWindowsTimeZoneInfo() local
|
/external/v8/src/ |
D | dateparser-inl.h | 22 TimeZoneComposer tz; in Parse() local 237 TimeZoneComposer* tz) { in ParseES5DateTime()
|
/external/v8/test/mjsunit/regress/ |
D | regress-3116.js | 5 function timezone(tz) { argument
|
/external/mesa3d/src/mesa/math/ |
D | m_norm_tmp.h | 61 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/tremolo/Tremolo/ |
D | misc.c | 92 static struct timezone tz; in _insert() local 149 static struct timezone tz; in _ripremove() local
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
D | DateFormatter.java | 51 DateFormatter withTimeZone(TimeZone tz); in withTimeZone()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | DateFormatter.java | 49 DateFormatter withTimeZone(TimeZone tz); in withTimeZone()
|