ICU 64.2
64.2
|
C++ API: TimeZoneNames. More...
Go to the source code of this file.
Data Structures | |
class | icu::TimeZoneNames |
TimeZoneNames is an abstract class representing the time zone display name data model defined by UTS#35 Unicode Locale Data Markup Language (LDML). More... | |
class | icu::TimeZoneNames::MatchInfoCollection |
MatchInfoCollection represents a collection of time zone name matches used by TimeZoneNames#find. More... | |
Namespaces | |
icu | |
File coll.h. | |
Typedefs | |
typedef enum UTimeZoneNameType | UTimeZoneNameType |
Constants for time zone display name types. More... | |
Enumerations | |
enum | UTimeZoneNameType { UTZNM_UNKNOWN = 0x00, UTZNM_LONG_GENERIC = 0x01, UTZNM_LONG_STANDARD = 0x02, UTZNM_LONG_DAYLIGHT = 0x04, UTZNM_SHORT_GENERIC = 0x08, UTZNM_SHORT_STANDARD = 0x10, UTZNM_SHORT_DAYLIGHT = 0x20, UTZNM_EXEMPLAR_LOCATION = 0x40 } |
Constants for time zone display name types. More... | |
C++ API: TimeZoneNames.
Definition in file tznames.h.
typedef enum UTimeZoneNameType UTimeZoneNameType |
Constants for time zone display name types.
enum UTimeZoneNameType |
Constants for time zone display name types.
Enumerator | |
---|---|
UTZNM_UNKNOWN | Unknown display name type.
|
UTZNM_LONG_GENERIC | Long display name, such as "Eastern Time".
|
UTZNM_LONG_STANDARD | Long display name for standard time, such as "Eastern Standard Time".
|
UTZNM_LONG_DAYLIGHT | Long display name for daylight saving time, such as "Eastern Daylight Time".
|
UTZNM_SHORT_GENERIC | Short display name, such as "ET".
|
UTZNM_SHORT_STANDARD | Short display name for standard time, such as "EST".
|
UTZNM_SHORT_DAYLIGHT | Short display name for daylight saving time, such as "EDT".
|
UTZNM_EXEMPLAR_LOCATION | Exemplar location name, such as "Los Angeles".
|