Searched refs:getTimeZoneID (Results 1 – 5 of 5) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 1151 … return TimeZone.getTimeZone(getTimeZoneID(specificMatch.tzID(), specificMatch.mzID())); in parse() 1172 … return TimeZone.getTimeZone(getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID())); in parse() 1366 parsedID = getTimeZoneID(specificMatch.tzID(), specificMatch.mzID()); in parse() 1385 parsedID = getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID()); in parse() 1758 private String getTimeZoneID(String tzID, String mzID) { 3021 tzID = getTimeZoneID(exemplarMatch.tzID(), exemplarMatch.mzID());
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 1212 … return TimeZone.getTimeZone(getTimeZoneID(specificMatch.tzID(), specificMatch.mzID())); in parse() 1233 … return TimeZone.getTimeZone(getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID())); in parse() 1427 parsedID = getTimeZoneID(specificMatch.tzID(), specificMatch.mzID()); in parse() 1446 parsedID = getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID()); in parse() 1828 private String getTimeZoneID(String tzID, String mzID) { 3091 tzID = getTimeZoneID(exemplarMatch.tzID(), exemplarMatch.mzID());
|
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 133 UnicodeString& getTimeZoneID(int32_t index, UnicodeString& tzID) const; 176 TimeZoneGenericNameMatchInfo::getTimeZoneID(int32_t index, UnicodeString& tzID) const { in getTimeZoneID() function in TimeZoneGenericNameMatchInfo 990 localMatches->getTimeZoneID(i, bestMatchTzID); in findBestMatch()
|
D | tzfmt.cpp | 966 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID); in parse() 999 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse() 1214 getTimeZoneID(specificMatches.getAlias(), specificMatchIdx, parsedID); in parse() 1241 getTimeZoneID(tzdbNameMatches.getAlias(), tzdbNameMatchIdx, parsedID); in parse() 2683 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico… in getTimeZoneID() function in TimeZoneFormat 2863 getTimeZoneID(exemplarMatches.getAlias(), matchIdx, tzID); in parseExemplarLocation()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 1063 …UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico…
|