Searched refs:getTimeZoneID (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 1210 … return TimeZone.getTimeZone(getTimeZoneID(specificMatch.tzID(), specificMatch.mzID())); in parse() 1231 … return TimeZone.getTimeZone(getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID())); in parse() 1425 parsedID = getTimeZoneID(specificMatch.tzID(), specificMatch.mzID()); in parse() 1444 parsedID = getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID()); in parse() 1826 private String getTimeZoneID(String tzID, String mzID) { 3089 tzID = getTimeZoneID(exemplarMatch.tzID(), exemplarMatch.mzID());
|
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 131 UnicodeString& getTimeZoneID(int32_t index, UnicodeString& tzID) const; 174 TimeZoneGenericNameMatchInfo::getTimeZoneID(int32_t index, UnicodeString& tzID) const { in getTimeZoneID() function in TimeZoneGenericNameMatchInfo 1020 localMatches->getTimeZoneID(i, bestMatchTzID); in findBestMatch()
|
D | tzfmt.cpp | 964 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID); in parse() 997 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse() 1212 getTimeZoneID(specificMatches.getAlias(), specificMatchIdx, parsedID); in parse() 1239 getTimeZoneID(tzdbNameMatches.getAlias(), tzdbNameMatchIdx, parsedID); in parse() 2681 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico… in getTimeZoneID() function in TimeZoneFormat 2861 getTimeZoneID(exemplarMatches.getAlias(), matchIdx, tzID); in parseExemplarLocation()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 1064 …UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico…
|