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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
tznames.h 27 typedef enum UTimeZoneNameType {
70 } UTimeZoneNameType;
222 * @param type The display name type. See {@link #UTimeZoneNameType}.
229 virtual UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
235 * @param type The display name type. See {@link #UTimeZoneNameType}.
241 virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
272 * @param type The display name type. See {@link #UTimeZoneNameType}.
279 virtual UnicodeString& getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const;
308 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
319 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength
    [all...]
tzfmt.h 719 UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 27 typedef enum UTimeZoneNameType {
68 } UTimeZoneNameType;
220 * @param type The display name type. See {@link #UTimeZoneNameType}.
227 virtual UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
233 * @param type The display name type. See {@link #UTimeZoneNameType}.
239 virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
270 * @param type The display name type. See {@link #UTimeZoneNameType}.
277 virtual UnicodeString& getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const;
306 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
317 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength
    [all...]
tzfmt.h 710 UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType,
    [all...]
  /external/chromium_org/third_party/icu/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 {
303 TimeZoneNames::getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const {
315 UTimeZoneNameType nameType;
320 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
354 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
371 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
395 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;
tznames_impl.cpp 47 static const UTimeZoneNameType ALL_NAME_TYPES[] = {
498 virtual const UChar* getName(UTimeZoneNameType type);
529 ZNames::getName(UTimeZoneNameType type) {
605 virtual const UChar* getName(UTimeZoneNameType type);
624 TZNames::getName(UTimeZoneNameType type) {
750 UTimeZoneNameType type;
1047 UTimeZoneNameType type,
1073 TimeZoneNamesImpl::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const {
    [all...]
tzgnames.cpp 626 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC;
695 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC)
878 UTimeZoneNameType genNonLocTypes[] = {
942 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i);
    [all...]
tzfmt.cpp     [all...]
timezone.cpp     [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 {
303 TimeZoneNames::getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const {
315 UTimeZoneNameType nameType;
320 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
354 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
371 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
395 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;
tznames_impl.cpp 47 static const UTimeZoneNameType ALL_NAME_TYPES[] = {
498 virtual const UChar* getName(UTimeZoneNameType type);
529 ZNames::getName(UTimeZoneNameType type) {
605 virtual const UChar* getName(UTimeZoneNameType type);
624 TZNames::getName(UTimeZoneNameType type) {
750 UTimeZoneNameType type;
1047 UTimeZoneNameType type,
1073 TimeZoneNamesImpl::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const {
    [all...]
tzgnames.cpp 626 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC;
695 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC)
878 UTimeZoneNameType genNonLocTypes[] = {
942 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i);
    [all...]
tzfmt.cpp     [all...]
timezone.cpp     [all...]

Completed in 452 milliseconds