OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TimeZoneGenericNames
(Results
1 - 8
of
8
) 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
...]
/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/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 2156 milliseconds