Searched refs:GENERIC_LOCATION (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | TimeZone.java | 223 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/ |
D | timezone.h | 621 GENERIC_LOCATION enumerator
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 86 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);
|
D | SimpleDateFormat.java | 1753 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/ |
D | TimeZoneFormatTest.java | 548 {"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/ |
D | FormatTests.java | 2375 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/ |
D | timezone.cpp | 1202 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/ |
D | TimeZoneTest.java | 365 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/ |
D | tztest.cpp | 1419 {FALSE, TimeZone::GENERIC_LOCATION, "Los Angeles Time"}, in TestDisplayName() 1420 {TRUE, TimeZone::GENERIC_LOCATION, "Los Angeles Time"}, in TestDisplayName()
|