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

  /external/icu/icu4c/source/i18n/
tzgnames.h 40 class U_I18N_API TimeZoneGenericNames : public UMemory {
42 virtual ~TimeZoneGenericNames();
44 static TimeZoneGenericNames* createInstance(const Locale& locale, UErrorCode& status);
46 virtual UBool operator==(const TimeZoneGenericNames& other) const;
47 virtual UBool operator!=(const TimeZoneGenericNames& other) const {return !operator==(other);};
48 virtual TimeZoneGenericNames* clone() const;
59 TimeZoneGenericNames();
tzgnames.cpp 325 // TZGNCore - core implmentation of TimeZoneGenericNames
327 // TimeZoneGenericNames is parallel to TimeZoneNames,
    [all...]
tzfmt.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 44 public class TimeZoneGenericNames implements Serializable, Freezable<TimeZoneGenericNames> {
47 // TimeZoneGenericNames in ICU 49. ICU 4.8 android.icu.text.TimeZoneFormat used to
48 // serialize TimeZoneGenericNames field. TimeZoneFormat no longer read TimeZoneGenericNames
49 // field, we have to keep TimeZoneGenericNames Serializable. Otherwise it fails to read
50 // (unused) TimeZoneGenericNames serialized data.
132 * Constructs a <code>TimeZoneGenericNames</code> with the given locale
137 public TimeZoneGenericNames(ULocale locale, TimeZoneNames tznames) {
166 * Constructs a <code>TimeZoneGenericNames</code> with the given locale
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 42 public class TimeZoneGenericNames implements Serializable, Freezable<TimeZoneGenericNames> {
45 // TimeZoneGenericNames in ICU 49. ICU 4.8 com.ibm.icu.text.TimeZoneFormat used to
46 // serialize TimeZoneGenericNames field. TimeZoneFormat no longer read TimeZoneGenericNames
47 // field, we have to keep TimeZoneGenericNames Serializable. Otherwise it fails to read
48 // (unused) TimeZoneGenericNames serialized data.
130 * Constructs a <code>TimeZoneGenericNames</code> with the given locale
135 public TimeZoneGenericNames(ULocale locale, TimeZoneNames tznames) {
164 * Constructs a <code>TimeZoneGenericNames</code> with the given locale
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tzfmt.h 251 class TimeZoneGenericNames;
682 /* TimeZoneGenericNames object used by this formatter - lazily instantiated */
683 TimeZoneGenericNames* fTimeZoneGenericNames;
736 * Lazily create a TimeZoneGenericNames instance
738 * @return the cached TimeZoneGenericNames.
740 const TimeZoneGenericNames* getTimeZoneGenericNames(UErrorCode& status) const;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatTests.java 18 import android.icu.impl.TimeZoneGenericNames;
19 import android.icu.impl.TimeZoneGenericNames.GenericNameType;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatTests.java 17 import com.ibm.icu.impl.TimeZoneGenericNames;
18 import com.ibm.icu.impl.TimeZoneGenericNames.GenericNameType;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java 36 import android.icu.impl.TimeZoneGenericNames;
37 import android.icu.impl.TimeZoneGenericNames.GenericMatchInfo;
38 import android.icu.impl.TimeZoneGenericNames.GenericNameType;
303 private transient volatile TimeZoneGenericNames _gnames;
381 // TimeZoneGenericNames _gnames will be instantiated lazily
479 * Private method returning the instance of TimeZoneGenericNames
480 * used by this object. The instance of TimeZoneGenericNames might
485 * @return the instance of TimeZoneGenericNames used by this object.
487 private TimeZoneGenericNames getTimeZoneGenericNames() {
491 _gnames = TimeZoneGenericNames.getInstance(_locale)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java 35 import com.ibm.icu.impl.TimeZoneGenericNames;
36 import com.ibm.icu.impl.TimeZoneGenericNames.GenericMatchInfo;
37 import com.ibm.icu.impl.TimeZoneGenericNames.GenericNameType;
339 private transient volatile TimeZoneGenericNames _gnames;
418 // TimeZoneGenericNames _gnames will be instantiated lazily
519 * Private method returning the instance of TimeZoneGenericNames
520 * used by this object. The instance of TimeZoneGenericNames might
525 * @return the instance of TimeZoneGenericNames used by this object.
527 private TimeZoneGenericNames getTimeZoneGenericNames() {
531 _gnames = TimeZoneGenericNames.getInstance(_locale)
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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 

Completed in 3487 milliseconds