Home
last modified time | relevance | path

Searched refs:ISO_BASIC_LOCAL_FULL (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java551 {"Zambia time", 0, "en_US", Style.ISO_BASIC_LOCAL_FULL, in TestParse()
560 {"-7", 0, "en_US", Style.ISO_BASIC_LOCAL_FULL, in TestParse()
563 {"-2222", 0, "en_US", Style.ISO_BASIC_LOCAL_FULL, in TestParse()
566 {"-3333", 0, "en_US", Style.ISO_BASIC_LOCAL_FULL, in TestParse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java1719 result = tzFormat().format(Style.ISO_BASIC_LOCAL_FULL, tz, date); in subFormat()
1799 result = tzFormat().format(Style.ISO_BASIC_LOCAL_FULL, tz, date); in subFormat()
3166 …Style style = (count < 4) ? Style.ISO_BASIC_LOCAL_FULL : ((count == 5) ? Style.ISO_EXTENDED_FULL :… in subParse()
3260 style = Style.ISO_BASIC_LOCAL_FULL; in subParse()
DTimeZoneFormat.java164 ISO_BASIC_LOCAL_FULL (ISO_LOCAL_STYLE_FLAG), enumConstant
964 case ISO_BASIC_LOCAL_FULL: in format()
1170 case ISO_BASIC_LOCAL_FULL: in parse()