Searched refs:getTimeZoneID (Results 1 – 5 of 5) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 1152 … return TimeZone.getTimeZone(getTimeZoneID(specificMatch.tzID(), specificMatch.mzID())); in parse() 1173 … return TimeZone.getTimeZone(getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID())); in parse() 1367 parsedID = getTimeZoneID(specificMatch.tzID(), specificMatch.mzID()); in parse() 1386 parsedID = getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID()); in parse() 1759 private String getTimeZoneID(String tzID, String mzID) { 3041 tzID = getTimeZoneID(exemplarMatch.tzID(), exemplarMatch.mzID());
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 1213 … return TimeZone.getTimeZone(getTimeZoneID(specificMatch.tzID(), specificMatch.mzID())); in parse() 1234 … return TimeZone.getTimeZone(getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID())); in parse() 1428 parsedID = getTimeZoneID(specificMatch.tzID(), specificMatch.mzID()); in parse() 1447 parsedID = getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID()); in parse() 1829 private String getTimeZoneID(String tzID, String mzID) { 3111 tzID = getTimeZoneID(exemplarMatch.tzID(), exemplarMatch.mzID());
|
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 134 UnicodeString& getTimeZoneID(int32_t index, UnicodeString& tzID) const; 177 TimeZoneGenericNameMatchInfo::getTimeZoneID(int32_t index, UnicodeString& tzID) const { in getTimeZoneID() function in TimeZoneGenericNameMatchInfo 991 localMatches->getTimeZoneID(i, bestMatchTzID); in findBestMatch()
|
D | tzfmt.cpp | 970 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID); in parse() 1003 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse() 1218 getTimeZoneID(specificMatches.getAlias(), specificMatchIdx, parsedID); in parse() 1245 getTimeZoneID(tzdbNameMatches.getAlias(), tzdbNameMatchIdx, parsedID); in parse() 2710 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico… in getTimeZoneID() function in TimeZoneFormat 2890 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…
|