Searched refs:SPECIFIC_SHORT (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 572 {"GMT0", 0, "en_US", Style.SPECIFIC_SHORT, in TestParse() 575 {"EST", 0, "en_US", Style.SPECIFIC_SHORT, in TestParse() 578 {"ESTx", 0, "en_US", Style.SPECIFIC_SHORT, in TestParse() 581 {"EDTx", 0, "en_US", Style.SPECIFIC_SHORT, in TestParse() 590 {"EST", 0, "en_CA", Style.SPECIFIC_SHORT, in TestParse() 593 {"CST", 0, "en_US", Style.SPECIFIC_SHORT, in TestParse() 596 {"CST", 0, "en_GB", Style.SPECIFIC_SHORT, in TestParse() 599 {"CST", 0, "en_GB", Style.SPECIFIC_SHORT, in TestParse() 602 {"--CST--", 2, "en_GB", Style.SPECIFIC_SHORT, in TestParse() 605 {"CST", 0, "zh_CN", Style.SPECIFIC_SHORT, in TestParse() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 110 SPECIFIC_SHORT (0x0010), enumConstant 900 case SPECIFIC_SHORT: in format() 939 case SPECIFIC_SHORT: in format() 1084 (style == Style.SPECIFIC_SHORT || style == Style.GENERIC_SHORT); in parse() 1188 case SPECIFIC_SHORT: in parse() 1195 assert style == Style.SPECIFIC_SHORT; in parse() 1214 if (parseTZDBAbbrev && style == Style.SPECIFIC_SHORT) { in parse() 1430 … if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & Style.SPECIFIC_SHORT.flag) == 0) { in parse()
|
D | SimpleDateFormat.java | 1708 result = tzFormat().format(Style.SPECIFIC_SHORT, tz, date); in subFormat() 3156 Style style = (count < 4) ? Style.SPECIFIC_SHORT : Style.SPECIFIC_LONG; in subParse()
|