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

  /external/icu/icu4c/source/i18n/unicode/
tznames.h 14 * \brief C++ API: TimeZoneNames
80 * <code>TimeZoneNames</code> is an abstract class representing the time zone display name data model defined
121 * The default <code>TimeZoneNames</code> implementation returned by {@link #createInstance}
125 * what locale is used for getting an instance of <code>TimeZoneNames</code>.
129 class U_I18N_API TimeZoneNames : public UObject {
135 virtual ~TimeZoneNames();
138 * Return true if the given TimeZoneNames objects are semantically equal.
143 virtual UBool operator==(const TimeZoneNames& other) const = 0;
146 * Return true if the given TimeZoneNames objects are not semantically
152 UBool operator!=(const TimeZoneNames& other) const { return !operator==(other);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneNames.java 27 * <code>TimeZoneNames</code> is an abstract class representing the time zone display name data model defined
48 * {@link TimeZoneFormat} assumes an instance of <code>TimeZoneNames</code> is immutable. If you want to provide
49 * your own <code>TimeZoneNames</code> implementation and use it with {@link TimeZoneFormat}, you must follow
72 * The default <code>TimeZoneNames</code> implementation returned by {@link #getInstance(ULocale)} uses the locale data
76 * what locale is used for getting an instance of <code>TimeZoneNames</code>.
78 public abstract class TimeZoneNames implements Serializable {
119 private static final String FACTORY_NAME_PROP = "android.icu.text.TimeZoneNames.Factory.impl";
149 * Returns an instance of <code>TimeZoneNames</code> for the specified locale.
153 * @return An instance of <code>TimeZoneNames</code>
155 public static TimeZoneNames getInstance(ULocale locale)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneNames.java 26 * <code>TimeZoneNames</code> is an abstract class representing the time zone display name data model defined
47 * {@link TimeZoneFormat} assumes an instance of <code>TimeZoneNames</code> is immutable. If you want to provide
48 * your own <code>TimeZoneNames</code> implementation and use it with {@link TimeZoneFormat}, you must follow
71 * The default <code>TimeZoneNames</code> implementation returned by {@link #getInstance(ULocale)} uses the locale data
75 * what locale is used for getting an instance of <code>TimeZoneNames</code>.
79 public abstract class TimeZoneNames implements Serializable {
136 private static final String FACTORY_NAME_PROP = "com.ibm.icu.text.TimeZoneNames.Factory.impl";
166 * Returns an instance of <code>TimeZoneNames</code> for the specified locale.
170 * @return An instance of <code>TimeZoneNames</code>
173 public static TimeZoneNames getInstance(ULocale locale)
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 32 public final class TimeZoneNames {
109 private TimeZoneNames() {}
  /external/icu/icu4c/source/i18n/
tznames.cpp 31 // TimeZoneNames object cache handling
50 TimeZoneNames* names;
102 class TimeZoneNamesDelegate : public TimeZoneNames {
107 virtual UBool operator==(const TimeZoneNames& other) const;
108 virtual UBool operator!=(const TimeZoneNames& other) const {return !operator==(other);};
109 virtual TimeZoneNames* clone() const;
157 TimeZoneNames *tznames = NULL;
223 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const {
236 TimeZoneNames*
296 TimeZoneNames::MatchInfoCollection
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 42 import android.icu.text.TimeZoneNames;
43 import android.icu.text.TimeZoneNames.Factory;
44 import android.icu.text.TimeZoneNames.NameType;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 41 import com.ibm.icu.text.TimeZoneNames;
42 import com.ibm.icu.text.TimeZoneNames.Factory;
43 import com.ibm.icu.text.TimeZoneNames.NameType;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/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/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 729 milliseconds