Searched refs:getTimeZoneID (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h1061 UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, UnicodeString& tzID) const;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneFormat.java1148 return TimeZone.getTimeZone(getTimeZoneID(specificMatch.tzID(), specificMatch.mzID()));
1169 return TimeZone.getTimeZone(getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID()));
1363 parsedID = getTimeZoneID(specificMatch.tzID(), specificMatch.mzID());
1382 parsedID = getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID());
1755 private String getTimeZoneID(String tzID, String mzID) { method in class:TimeZoneFormat
3018 tzID = getTimeZoneID(exemplarMatch.tzID(), exemplarMatch.mzID());
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp964 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID);
997 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID);
1212 getTimeZoneID(specificMatches.getAlias(), specificMatchIdx, parsedID);
1239 getTimeZoneID(tzdbNameMatches.getAlias(), tzdbNameMatchIdx, parsedID);
2681 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, UnicodeString& tzID) const {
2861 getTimeZoneID(exemplarMatches.getAlias(), matchIdx, tzID);
H A Dtzgnames.cpp131 UnicodeString& getTimeZoneID(int32_t index, UnicodeString& tzID) const;
174 TimeZoneGenericNameMatchInfo::getTimeZoneID(int32_t index, UnicodeString& tzID) const { function in class:TimeZoneGenericNameMatchInfo
1020 localMatches->getTimeZoneID(i, bestMatchTzID);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java1209 return TimeZone.getTimeZone(getTimeZoneID(specificMatch.tzID(), specificMatch.mzID()));
1230 return TimeZone.getTimeZone(getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID()));
1424 parsedID = getTimeZoneID(specificMatch.tzID(), specificMatch.mzID());
1443 parsedID = getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID());
1825 private String getTimeZoneID(String tzID, String mzID) { method in class:TimeZoneFormat
3088 tzID = getTimeZoneID(exemplarMatch.tzID(), exemplarMatch.mzID());

Completed in 91 milliseconds