/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | TimeZone.java | 180 public static final int SHORT_GENERIC = 2; field in TimeZone 505 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in _getDisplayName() 518 case SHORT_GENERIC: in _getDisplayName() 529 result = (style == SHORT_GENERIC) ? in _getDisplayName()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneNamesImpl.java | 627 return c1 == 'g' ? ZNames.NameTypeIndex.SHORT_GENERIC : in nameTypeIndexFromKey() 699 …EXEMPLAR_LOCATION, LONG_GENERIC, LONG_STANDARD, LONG_DAYLIGHT, SHORT_GENERIC, SHORT_STANDARD, SHOR… 715 case SHORT_GENERIC: 716 return NameTypeIndex.SHORT_GENERIC.ordinal(); 736 case SHORT_GENERIC: 737 return NameType.SHORT_GENERIC;
|
D | TimeZoneGenericNames.java | 128 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC}; 333 …ameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERIC; in formatGenericNonLocationName() 809 case SHORT_GENERIC: in createGenericMatchInfo() 848 nameTypes.add(NameType.SHORT_GENERIC); in findTimeZoneNames()
|
D | TZDBTimeZoneNames.java | 315 ntype = NameType.SHORT_GENERIC; in handlePrefixMatch()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | TimeZoneNamesImpl.java | 629 return c1 == 'g' ? ZNames.NameTypeIndex.SHORT_GENERIC : in nameTypeIndexFromKey() 701 …EXEMPLAR_LOCATION, LONG_GENERIC, LONG_STANDARD, LONG_DAYLIGHT, SHORT_GENERIC, SHORT_STANDARD, SHOR… 717 case SHORT_GENERIC: 718 return NameTypeIndex.SHORT_GENERIC.ordinal(); 738 case SHORT_GENERIC: 739 return NameType.SHORT_GENERIC;
|
D | TimeZoneGenericNames.java | 132 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC}; 337 …ameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERIC; in formatGenericNonLocationName() 814 case SHORT_GENERIC: in createGenericMatchInfo() 853 nameTypes.add(NameType.SHORT_GENERIC); in findTimeZoneNames()
|
D | TZDBTimeZoneNames.java | 317 ntype = NameType.SHORT_GENERIC; in handlePrefixMatch()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | TimeZone.java | 185 public static final int SHORT_GENERIC = 2; field in TimeZone 540 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in _getDisplayName() 553 case SHORT_GENERIC: in _getDisplayName() 564 result = (style == SHORT_GENERIC) ? in _getDisplayName()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | timezone.h | 594 SHORT_GENERIC, enumerator
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | timezone.h | 612 SHORT_GENERIC, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | timezone.h | 612 SHORT_GENERIC, enumerator
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneNames.java | 112 SHORT_GENERIC, enumConstant
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | TimeZoneNames.java | 101 SHORT_GENERIC, enumConstant
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | timezone.h | 661 SHORT_GENERIC, enumerator
|
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | TimeZoneNameTest.java | 173 TimeZoneNames.NameType nameType = TimeZoneNames.NameType.SHORT_GENERIC; in testGetInstance_Locale()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | timezone.cpp | 1229 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName() 1243 case SHORT_GENERIC: in getDisplayName() 1254 if (style == SHORT_GENERIC) { in getDisplayName()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | timezone.cpp | 1248 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName() 1262 case SHORT_GENERIC: in getDisplayName() 1273 if (style == SHORT_GENERIC) { in getDisplayName()
|
/third_party/icu/icu4c/source/i18n/ |
D | timezone.cpp | 1229 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName() 1243 case SHORT_GENERIC: in getDisplayName() 1254 if (style == SHORT_GENERIC) { in getDisplayName()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | timezone.cpp | 1205 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName() 1219 case SHORT_GENERIC: in getDisplayName() 1230 if (style == SHORT_GENERIC) { in getDisplayName()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 1438 {FALSE, TimeZone::SHORT_GENERIC, "PT"}, in TestDisplayName() 1439 {TRUE, TimeZone::SHORT_GENERIC, "PT"}, in TestDisplayName()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 363 Boolean.FALSE, new Integer(TimeZone.SHORT_GENERIC), "PT", in TestDisplayName() 364 Boolean.TRUE, new Integer(TimeZone.SHORT_GENERIC), "PT", in TestDisplayName()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 367 Boolean.FALSE, new Integer(TimeZone.SHORT_GENERIC), "PT", in TestDisplayName() 368 Boolean.TRUE, new Integer(TimeZone.SHORT_GENERIC), "PT", in TestDisplayName()
|
/third_party/icu/icu4j/tools/build/ |
D | icu4j60.api3.gz | 12;ICU4J 60.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j62.api3.gz | 12;ICU4J 62.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j61.api3.gz |
|