Home
last modified time | relevance | path

Searched refs:GENERIC_LOCATION (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java223 public static final int GENERIC_LOCATION = 7; field in TimeZone
521 if (style < SHORT || style > GENERIC_LOCATION) { in getDisplayName()
540 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in _getDisplayName()
547 case GENERIC_LOCATION: in _getDisplayName()
548 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType); in _getDisplayName()
/external/icu/icu4c/source/i18n/unicode/
Dtimezone.h621 GENERIC_LOCATION enumerator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java86 GENERIC_LOCATION (0x0001), enumConstant
888 case GENERIC_LOCATION: in format()
931 case GENERIC_LOCATION: in format()
1082 … (style == Style.SPECIFIC_LONG || style == Style.GENERIC_LONG || style == Style.GENERIC_LOCATION); in parse()
1239 case GENERIC_LOCATION: in parse()
1243 case GENERIC_LOCATION: in parse()
1545 return parse(Style.GENERIC_LOCATION, text, pos, EnumSet.of(ParseOption.ALL_STYLES), null);
DSimpleDateFormat.java1753 result = tzFormat().format(Style.GENERIC_LOCATION, tz, date); in subFormat()
3199 style = Style.GENERIC_LOCATION; in subParse()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java548 {"Zambia time", 0, "en_US", Style.GENERIC_LOCATION, in TestParse()
815 Style.GENERIC_LOCATION, in TestFormat()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatTests.java2375 String genloca = tzfa.format(Style.GENERIC_LOCATION, tz, now); in hasSameBehavior()
2376 String genlocb = tzfb.format(Style.GENERIC_LOCATION, tz, now); in hasSameBehavior()
/external/icu/icu4c/source/i18n/
Dtimezone.cpp1202 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName()
1210 case GENERIC_LOCATION: in getDisplayName()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java365 Boolean.FALSE, new Integer(TimeZone.GENERIC_LOCATION), "Los Angeles Time", in TestDisplayName()
366 Boolean.TRUE, new Integer(TimeZone.GENERIC_LOCATION), "Los Angeles Time", in TestDisplayName()
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp1419 {FALSE, TimeZone::GENERIC_LOCATION, "Los Angeles Time"}, in TestDisplayName()
1420 {TRUE, TimeZone::GENERIC_LOCATION, "Los Angeles Time"}, in TestDisplayName()