/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | TimeZoneGenericNames.java | 387 String stdName = _tznames.getDisplayName(tzID, stdNameType, date); in formatGenericNonLocationName() local 388 if (stdName != null) { in formatGenericNonLocationName() 389 name = stdName; in formatGenericNonLocationName() 397 if (stdName.equalsIgnoreCase(mzGenericName)) { in formatGenericNonLocationName()
|
D | OlsonTimeZone.java | 1120 String stdName = getID() + "(STD)"; in initTransitionRules() local 1128 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules() 1168 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneGenericNames.java | 383 String stdName = _tznames.getDisplayName(tzID, stdNameType, date); in formatGenericNonLocationName() local 384 if (stdName != null) { in formatGenericNonLocationName() 385 name = stdName; in formatGenericNonLocationName() 393 if (stdName.equalsIgnoreCase(mzGenericName)) { in formatGenericNonLocationName()
|
D | OlsonTimeZone.java | 1118 String stdName = getID() + "(STD)"; in initTransitionRules() local 1126 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules() 1166 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 1273 String stdName = null; in writeZone() local 1362 && name.equals(stdName) in writeZone() 1376 writeZonePropsByTime(w, false, stdName, stdFromOffset, stdToOffset, in writeZone() 1379 writeZonePropsByDOW(w, false, stdName, stdFromOffset, stdToOffset, in writeZone() 1386 stdName = name; in writeZone() 1448 writeZonePropsByTime(w, false, stdName, stdFromOffset, stdToOffset, in writeZone() 1451 writeZonePropsByDOW(w, false, stdName, stdFromOffset, stdToOffset, in writeZone() 1461 writeZonePropsByDOW(w, false, stdName, stdFromOffset, stdToOffset, in writeZone() 1465 writeZonePropsByDOW(w, false, stdName, stdFromOffset, stdToOffset, in writeZone()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | VTimeZone.java | 1244 String stdName = null; in writeZone() local 1333 && name.equals(stdName) in writeZone() 1347 writeZonePropsByTime(w, false, stdName, stdFromOffset, stdToOffset, in writeZone() 1350 writeZonePropsByDOW(w, false, stdName, stdFromOffset, stdToOffset, in writeZone() 1357 stdName = name; in writeZone() 1419 writeZonePropsByTime(w, false, stdName, stdFromOffset, stdToOffset, in writeZone() 1422 writeZonePropsByDOW(w, false, stdName, stdFromOffset, stdToOffset, in writeZone() 1432 writeZonePropsByDOW(w, false, stdName, stdFromOffset, stdToOffset, in writeZone() 1436 writeZonePropsByDOW(w, false, stdName, stdFromOffset, stdToOffset, in writeZone()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | tzgnames.cpp | 682 UnicodeString stdName(tmpNameBuf, 0, UPRV_LENGTHOF(tmpNameBuf)); in formatGenericNonLocationName() local 683 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName); in formatGenericNonLocationName() 684 if (!stdName.isEmpty()) { in formatGenericNonLocationName() 685 name.setTo(stdName); in formatGenericNonLocationName() 695 if (stdName.caseCompare(mzGenericName, 0) == 0) { in formatGenericNonLocationName()
|
D | vtzone.cpp | 1963 UnicodeString stdName; in writeZone() local 2061 && name.compare(stdName) == 0 in writeZone() 2075 … writeZonePropsByTime(w, FALSE, stdName, stdFromOffset, stdToOffset, stdStartTime, in writeZone() 2078 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone() 2088 stdName = name; in writeZone() 2168 … writeZonePropsByTime(w, FALSE, stdName, stdFromOffset, stdToOffset, stdStartTime, in writeZone() 2171 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone() 2184 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone() 2188 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone()
|
D | olsontz.cpp | 714 UnicodeString stdName = tzid + UNICODE_STRING_SIMPLE("(STD)"); in initTransitionRules() local 722 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules() 784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
|
/third_party/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 682 UnicodeString stdName(tmpNameBuf, 0, UPRV_LENGTHOF(tmpNameBuf)); in formatGenericNonLocationName() local 683 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName); in formatGenericNonLocationName() 684 if (!stdName.isEmpty()) { in formatGenericNonLocationName() 685 name.setTo(stdName); in formatGenericNonLocationName() 695 if (stdName.caseCompare(mzGenericName, 0) == 0) { in formatGenericNonLocationName()
|
D | vtzone.cpp | 1980 UnicodeString stdName; in writeZone() local 2078 && name.compare(stdName) == 0 in writeZone() 2092 … writeZonePropsByTime(w, FALSE, stdName, stdFromOffset, stdToOffset, stdStartTime, in writeZone() 2095 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone() 2105 stdName = name; in writeZone() 2185 … writeZonePropsByTime(w, FALSE, stdName, stdFromOffset, stdToOffset, stdStartTime, in writeZone() 2188 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone() 2201 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone() 2205 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone()
|
D | olsontz.cpp | 714 UnicodeString stdName = tzid + UNICODE_STRING_SIMPLE("(STD)"); in initTransitionRules() local 722 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules() 784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tzgnames.cpp | 682 UnicodeString stdName(tmpNameBuf, 0, UPRV_LENGTHOF(tmpNameBuf)); in formatGenericNonLocationName() local 683 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName); in formatGenericNonLocationName() 684 if (!stdName.isEmpty()) { in formatGenericNonLocationName() 685 name.setTo(stdName); in formatGenericNonLocationName() 695 if (stdName.caseCompare(mzGenericName, 0) == 0) { in formatGenericNonLocationName()
|
D | vtzone.cpp | 1980 UnicodeString stdName; in writeZone() local 2078 && name.compare(stdName) == 0 in writeZone() 2092 … writeZonePropsByTime(w, FALSE, stdName, stdFromOffset, stdToOffset, stdStartTime, in writeZone() 2095 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone() 2105 stdName = name; in writeZone() 2185 … writeZonePropsByTime(w, FALSE, stdName, stdFromOffset, stdToOffset, stdStartTime, in writeZone() 2188 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone() 2201 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone() 2205 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone()
|
D | olsontz.cpp | 714 UnicodeString stdName = tzid + UNICODE_STRING_SIMPLE("(STD)"); in initTransitionRules() local 722 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules() 784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | tzgnames.cpp | 676 UnicodeString stdName(tmpNameBuf, 0, UPRV_LENGTHOF(tmpNameBuf)); in formatGenericNonLocationName() local 677 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName); in formatGenericNonLocationName() 678 if (!stdName.isEmpty()) { in formatGenericNonLocationName() 679 name.setTo(stdName); in formatGenericNonLocationName() 689 if (stdName.caseCompare(mzGenericName, 0) == 0) { in formatGenericNonLocationName()
|
D | vtzone.cpp | 1917 UnicodeString stdName; in writeZone() local 2015 && name.compare(stdName) == 0 in writeZone() 2029 … writeZonePropsByTime(w, FALSE, stdName, stdFromOffset, stdToOffset, stdStartTime, in writeZone() 2032 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone() 2042 stdName = name; in writeZone() 2122 … writeZonePropsByTime(w, FALSE, stdName, stdFromOffset, stdToOffset, stdStartTime, in writeZone() 2125 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone() 2138 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone() 2142 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone()
|
D | olsontz.cpp | 714 UnicodeString stdName = tzid + UNICODE_STRING_SIMPLE("(STD)"); in initTransitionRules() local 722 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules() 784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1820 String stdName = "Ekaterinburg Standard Time"; in TestT8943() local 1823 InitialTimeZoneRule initialRule = new InitialTimeZoneRule(stdName, 18000000, 0); in TestT8943() 1827 … AnnualTimeZoneRule atzRule = new AnnualTimeZoneRule(stdName, 18000000, 0, dtRule, 2000, 2010); in TestT8943() 1835 … atzRule = new AnnualTimeZoneRule(stdName, 21600000, 0, dtRule, 2011, AnnualTimeZoneRule.MAX_YEAR); in TestT8943()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1818 String stdName = "Ekaterinburg Standard Time"; in TestT8943() local 1821 InitialTimeZoneRule initialRule = new InitialTimeZoneRule(stdName, 18000000, 0); in TestT8943() 1825 … AnnualTimeZoneRule atzRule = new AnnualTimeZoneRule(stdName, 18000000, 0, dtRule, 2000, 2010); in TestT8943() 1833 … atzRule = new AnnualTimeZoneRule(stdName, 21600000, 0, dtRule, 2011, AnnualTimeZoneRule.MAX_YEAR); in TestT8943()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tzrulets.cpp | 2627 UnicodeString stdName("Ekaterinburg Standard Time"); in TestT8943() local 2630 InitialTimeZoneRule *initialRule = new InitialTimeZoneRule(stdName, 18000000, 0); in TestT8943() 2634 AnnualTimeZoneRule *atzRule = new AnnualTimeZoneRule(stdName, 18000000, 0, dtRule, 2000, 2010); in TestT8943() 2642 …atzRule = new AnnualTimeZoneRule(stdName, 21600000, 0, dtRule, 2011, AnnualTimeZoneRule::MAX_YEAR); in TestT8943()
|