Home
last modified time | relevance | path

Searched refs:LONG_GENERIC (Results 1 – 25 of 30) sorted by relevance

12

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java128 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC};
333 …NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERI… in formatGenericNonLocationName()
381 NameType stdNameType = (nameType == NameType.LONG_GENERIC) ? in formatGenericNonLocationName()
419 … name = getPartialLocationName(tzID, mzID, (nameType == NameType.LONG_GENERIC), mzName); in formatGenericNonLocationName()
501 … getPartialLocationName(tzCanonicalID, mzID, (genNonLocType == NameType.LONG_GENERIC), mzGenName); in loadStrings()
802 case LONG_GENERIC: in createGenericMatchInfo()
844 nameTypes.add(NameType.LONG_GENERIC); in findTimeZoneNames()
DTimeZoneNamesImpl.java623 return c1 == 'g' ? ZNames.NameTypeIndex.LONG_GENERIC : in nameTypeIndexFromKey()
699 …EXEMPLAR_LOCATION, LONG_GENERIC, LONG_STANDARD, LONG_DAYLIGHT, SHORT_GENERIC, SHORT_STANDARD, SHOR…
709 case LONG_GENERIC:
710 return NameTypeIndex.LONG_GENERIC.ordinal();
730 case LONG_GENERIC:
731 return NameType.LONG_GENERIC;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneGenericNames.java132 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC};
337 …NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERI… in formatGenericNonLocationName()
385 NameType stdNameType = (nameType == NameType.LONG_GENERIC) ? in formatGenericNonLocationName()
423 … name = getPartialLocationName(tzID, mzID, (nameType == NameType.LONG_GENERIC), mzName); in formatGenericNonLocationName()
505 … getPartialLocationName(tzCanonicalID, mzID, (genNonLocType == NameType.LONG_GENERIC), mzGenName); in loadStrings()
807 case LONG_GENERIC: in createGenericMatchInfo()
849 nameTypes.add(NameType.LONG_GENERIC); in findTimeZoneNames()
DTimeZoneNamesImpl.java625 return c1 == 'g' ? ZNames.NameTypeIndex.LONG_GENERIC : in nameTypeIndexFromKey()
701 …EXEMPLAR_LOCATION, LONG_GENERIC, LONG_STANDARD, LONG_DAYLIGHT, SHORT_GENERIC, SHORT_STANDARD, SHOR…
711 case LONG_GENERIC:
712 return NameTypeIndex.LONG_GENERIC.ordinal();
732 case LONG_GENERIC:
733 return NameType.LONG_GENERIC;
/external/icu/android_icu4j/src/main/java/android/icu/util/
DTimeZone.java158 public static final int LONG_GENERIC = 3; field in TimeZone
371 return _getDisplayName(LONG_GENERIC, false, ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
385 return _getDisplayName(LONG_GENERIC, false, ULocale.forLocale(locale)); in getDisplayName()
399 return _getDisplayName(LONG_GENERIC, false, locale); in getDisplayName()
476 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in _getDisplayName()
486 case LONG_GENERIC: in _getDisplayName()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java193 public static final int LONG_GENERIC = 3; field in TimeZone
430 return _getDisplayName(LONG_GENERIC, false, ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
445 return _getDisplayName(LONG_GENERIC, false, ULocale.forLocale(locale)); in getDisplayName()
460 return _getDisplayName(LONG_GENERIC, false, locale); in getDisplayName()
540 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in _getDisplayName()
550 case LONG_GENERIC: in _getDisplayName()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneNames.java89 LONG_GENERIC, enumConstant
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java94 LONG_GENERIC, enumConstant
/external/icu/libicu/cts_headers/unicode/
Dtimezone.h666 LONG_GENERIC, enumerator
/external/icu/icu4c/source/i18n/unicode/
Dtimezone.h666 LONG_GENERIC, enumerator
/external/cronet/third_party/icu/source/i18n/unicode/
Dtimezone.h666 LONG_GENERIC, enumerator
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java368 Boolean.FALSE, new Integer(TimeZone.LONG_GENERIC), "Pacific Time", in TestDisplayName()
369 Boolean.TRUE, new Integer(TimeZone.LONG_GENERIC), "Pacific Time", in TestDisplayName()
489 displayName0 = tz.getDisplayName(true, TimeZone.LONG_GENERIC, locale); in TestDisplayName2()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java365 Boolean.FALSE, new Integer(TimeZone.LONG_GENERIC), "Pacific Time", in TestDisplayName()
366 Boolean.TRUE, new Integer(TimeZone.LONG_GENERIC), "Pacific Time", in TestDisplayName()
486 displayName0 = tz.getDisplayName(true, TimeZone.LONG_GENERIC, locale); in TestDisplayName2()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java1308 new TimeZoneNames.MatchInfo(NameType.LONG_GENERIC, null, null, -1); in TestAPI()
1315 new TimeZoneNames.MatchInfo(NameType.LONG_GENERIC, "America/Chicago", null, -1); in TestAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java1305 new TimeZoneNames.MatchInfo(NameType.LONG_GENERIC, null, null, -1); in TestAPI()
1312 new TimeZoneNames.MatchInfo(NameType.LONG_GENERIC, "America/Chicago", null, -1); in TestAPI()
/external/icu/icu4c/source/i18n/
Dtimezone.cpp1247 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName()
1258 case LONG_GENERIC: in getDisplayName()
/external/cronet/third_party/icu/source/i18n/
Dtimezone.cpp1247 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName()
1258 case LONG_GENERIC: in getDisplayName()
/external/cronet/third_party/icu/source/test/intltest/
Dtztest.cpp1465 {false, TimeZone::LONG_GENERIC, "Pacific Time"}, in TestDisplayName()
1466 {true, TimeZone::LONG_GENERIC, "Pacific Time"}, in TestDisplayName()
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp1465 {false, TimeZone::LONG_GENERIC, "Pacific Time"}, in TestDisplayName()
1466 {true, TimeZone::LONG_GENERIC, "Pacific Time"}, in TestDisplayName()
/external/icu/android_icu4j/api/public/
Dcurrent.txt3721 enum_constant public static final android.icu.text.TimeZoneNames.NameType LONG_GENERIC;
4808 field public static final int LONG_GENERIC = 3; // 0x3
/external/icu/icu4j/tools/build/
Dicu4j63.api3.gz
Dicu4j65.api3.gz12;ICU4J 65.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j66.api3.gz
Dicu4j64.api3.gz
Dicu4j68.api3.gz12;ICU4J 68.1;; 2ST@3.6;PB;NS;NF;NS; ...

12