HomeSort by relevance Sort by last modified time
    Searched defs:TimeZoneFormat (Results 1 - 17 of 17) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
tzfmt.h 14 * \brief C++ API: TimeZoneFormat
28 * in TimeZoneFormat.
200 * Constants for time types used by TimeZoneFormat APIs for
243 * used by the {@link TimeZoneFormat}.
258 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
259 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
260 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
272 class U_I18N_API TimeZoneFormat : public Format {
278 TimeZoneFormat(const TimeZoneFormat& other)
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 178 // item and used by TimeZoneFormat
312 // TimeZoneFormat
314 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneFormat)
316 TimeZoneFormat::TimeZoneFormat(const Locale& locale, UErrorCode& status)
415 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other)
426 TimeZoneFormat::~TimeZoneFormat() {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java 56 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
57 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
58 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
69 public class TimeZoneFormat extends UFormat implements Freezable<TimeZoneFormat>, Serializable {
77 * Time zone display format style enum used by format/parse APIs in <code>TimeZoneFormat</code>.
79 * @see TimeZoneFormat#format(Style, TimeZone, long)
80 * @see TimeZoneFormat#format(Style, TimeZone, long, Output)
81 * @see TimeZoneFormat#parse(Style, String, ParsePosition, Output)
202 * @see TimeZoneFormat#getGMTOffsetPattern(GMTOffsetPatternType
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java 55 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
56 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
57 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
69 public class TimeZoneFormat extends UFormat implements Freezable<TimeZoneFormat>, Serializable {
77 * Time zone display format style enum used by format/parse APIs in <code>TimeZoneFormat</code>.
79 * @see TimeZoneFormat#format(Style, TimeZone, long)
80 * @see TimeZoneFormat#format(Style, TimeZone, long, Output)
81 * @see TimeZoneFormat#parse(Style, String, ParsePosition, Output)
223 * @see TimeZoneFormat#getGMTOffsetPattern(GMTOffsetPatternType
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
core.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 137 milliseconds