OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimeZoneGenericNames
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/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
326
// TZGNCore - core implmentation of
TimeZoneGenericNames
328
//
TimeZoneGenericNames
is parallel to TimeZoneNames,
[
all
...]
tzfmt.cpp
[
all
...]
/external/icu4c/i18n/unicode/
tzfmt.h
249
class
TimeZoneGenericNames
;
685
/*
TimeZoneGenericNames
object used by this formatter - lazily instantiated */
686
TimeZoneGenericNames
* fTimeZoneGenericNames;
736
* Lazily create a
TimeZoneGenericNames
instance
738
* @return the cached
TimeZoneGenericNames
.
740
const
TimeZoneGenericNames
* getTimeZoneGenericNames(UErrorCode& status) const;
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 413 milliseconds