OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTimeZoneNameType
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
tznames.h
27
typedef enum
UTimeZoneNameType
{
68
}
UTimeZoneNameType
;
232
* @param type The display name type. See {@link #
UTimeZoneNameType
}.
239
virtual UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID,
UTimeZoneNameType
type, UnicodeString& name) const = 0;
245
* @param type The display name type. See {@link #
UTimeZoneNameType
}.
251
virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID,
UTimeZoneNameType
type, UnicodeString& name) const = 0;
282
* @param type The display name type. See {@link #
UTimeZoneNameType
}.
289
virtual UnicodeString& getDisplayName(const UnicodeString& tzID,
UTimeZoneNameType
type, UDate date, UnicodeString& name) const;
318
void addZone(
UTimeZoneNameType
nameType, int32_t matchLength,
329
void addMetaZone(
UTimeZoneNameType
nameType, int32_t matchLength
[
all
...]
tzfmt.h
722
UnicodeString& formatSpecific(const TimeZone& tz,
UTimeZoneNameType
stdType,
UTimeZoneNameType
dstType,
[
all
...]
/external/icu/icu4c/source/i18n/
tznames.cpp
114
UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID,
UTimeZoneNameType
type, UnicodeString& name) const;
115
UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID,
UTimeZoneNameType
type, UnicodeString& name) const;
267
TimeZoneNamesDelegate::getMetaZoneDisplayName(const UnicodeString& mzID,
UTimeZoneNameType
type, UnicodeString& name) const {
272
TimeZoneNamesDelegate::getTimeZoneDisplayName(const UnicodeString& tzID,
UTimeZoneNameType
type, UnicodeString& name) const {
322
TimeZoneNames::getDisplayName(const UnicodeString& tzID,
UTimeZoneNameType
type, UDate date, UnicodeString& name) const {
335
UTimeZoneNameType
nameType;
340
MatchInfo(
UTimeZoneNameType
nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
374
TimeZoneNames::MatchInfoCollection::addZone(
UTimeZoneNameType
nameType, int32_t matchLength,
391
TimeZoneNames::MatchInfoCollection::addMetaZone(
UTimeZoneNameType
nameType, int32_t matchLength,
415
UTimeZoneNameType
[
all
...]
tznames_impl.h
180
UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID,
UTimeZoneNameType
type, UnicodeString& name) const;
181
UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID,
UTimeZoneNameType
type, UnicodeString& name) const;
231
UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID,
UTimeZoneNameType
type, UnicodeString& name) const;
232
UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID,
UTimeZoneNameType
type, UnicodeString& name) const;
tznames_impl.cpp
47
static const
UTimeZoneNameType
ALL_NAME_TYPES[] = {
528
virtual const UChar* getName(
UTimeZoneNameType
type);
559
ZNames::getName(
UTimeZoneNameType
type) {
635
virtual const UChar* getName(
UTimeZoneNameType
type);
654
TZNames::getName(
UTimeZoneNameType
type) {
780
UTimeZoneNameType
type;
1102
UTimeZoneNameType
type,
[
all
...]
tzgnames.cpp
626
UTimeZoneNameType
nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC;
697
UTimeZoneNameType
stdNameType = (nameType == UTZNM_LONG_GENERIC)
882
UTimeZoneNameType
genNonLocTypes[] = {
946
UTimeZoneNameType
nameType = tznamesMatches->getNameTypeAt(i);
[
all
...]
tzfmt.cpp
[
all
...]
timezone.cpp
[
all
...]
Completed in 784 milliseconds