Home
last modified time | relevance | path

Searched defs:mzID (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java253 public abstract String getReferenceZoneID(String mzID, String region); in getReferenceZoneID()
267 public abstract String getMetaZoneDisplayName(String mzID, NameType type); in getMetaZoneDisplayName()
290 String mzID = getMetaZoneID(tzID, date); in getDisplayName() local
376 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo()
418 public String mzID() { in mzID() method in TimeZoneNames.MatchInfo
461 String mzID = null; in getDisplayNames() local
574 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID()
583 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneNames.java228 public abstract String getReferenceZoneID(String mzID, String region); in getReferenceZoneID()
241 public abstract String getMetaZoneDisplayName(String mzID, NameType type); in getMetaZoneDisplayName()
263 String mzID = getMetaZoneID(tzID, date); in getDisplayName() local
344 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo()
384 public String mzID() { in mzID() method in TimeZoneNames.MatchInfo
427 String mzID = null; in getDisplayNames() local
542 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID()
551 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneNamesImpl.java128 String mzID = null; in _getMetaZoneID() local
143 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID()
147 static String _getReferenceZoneID(String mzID, String region) { in _getReferenceZoneID()
167 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName()
274 String mzID = getMetaZoneID(tzID, date); in getDisplayNames() local
327 String mzID = mzIDFromKey(key); in load() local
354 String mzID = mzIDFromKey(key); in consumeNamesTable() local
483 private synchronized ZNames loadMetaZoneNames(String mzID) { in loadMetaZoneNames()
514 String mzID; field in TimeZoneNamesImpl.NameInfo
594 void loadMetaZone(ICUResourceBundle zoneStrings, String mzID) { in loadMetaZone()
DTZDBTimeZoneNames.java92 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID()
101 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName()
219 final String mzID; field in TZDBTimeZoneNames.TZDBNameInfo
224 TZDBNameInfo(String mzID, NameType type, boolean ambiguousType, String[] parseRegions) { in TZDBNameInfo()
337 private static TZDBNames getMetaZoneNames(String mzID) { in getMetaZoneNames()
DTimeZoneGenericNames.java343 String mzID = _tznames.getMetaZoneID(tzID, date); in formatGenericNonLocationName() local
543 …private String getPartialLocationName(String tzID, String mzID, boolean isLong, String mzDisplayNa… in getPartialLocationName()
820 String mzID = matchInfo.mzID(); in createGenericMatchInfo() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java126 String mzID = null; in _getMetaZoneID() local
141 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID()
145 static String _getReferenceZoneID(String mzID, String region) { in _getReferenceZoneID()
165 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName()
272 String mzID = getMetaZoneID(tzID, date); in getDisplayNames() local
325 String mzID = mzIDFromKey(key); in load() local
352 String mzID = mzIDFromKey(key); in consumeNamesTable() local
481 private synchronized ZNames loadMetaZoneNames(String mzID) { in loadMetaZoneNames()
512 String mzID; field in TimeZoneNamesImpl.NameInfo
592 void loadMetaZone(ICUResourceBundle zoneStrings, String mzID) { in loadMetaZone()
DTZDBTimeZoneNames.java90 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID()
99 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName()
217 final String mzID; field in TZDBTimeZoneNames.TZDBNameInfo
222 TZDBNameInfo(String mzID, NameType type, boolean ambiguousType, String[] parseRegions) { in TZDBNameInfo()
335 private static TZDBNames getMetaZoneNames(String mzID) { in getMetaZoneNames()
DTimeZoneGenericNames.java341 String mzID = _tznames.getMetaZoneID(tzID, date); in formatGenericNonLocationName() local
541 …private String getPartialLocationName(String tzID, String mzID, boolean isLong, String mzDisplayNa… in getPartialLocationName()
818 String mzID = matchInfo.mzID(); in createGenericMatchInfo() local
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp97 const UChar* mzID; member
623 const UnicodeString& mzID, UErrorCode& status) { in createMetaZoneAndPutInCache()
687 void addAsMetaZoneIntoTrie(const UChar* mzID, TextTrieMap& trie, UErrorCode& status) { in addAsMetaZoneIntoTrie()
694 void addNamesIntoTrie(const UChar* mzID, const UChar* tzID, TextTrieMap& trie, in addNamesIntoTrie()
1071 const UnicodeString *mzID; in loadStrings() local
1156 const UChar *mzID = map->mzid; in _getAvailableMetaZoneIDs() local
1177 TimeZoneNamesImpl::_getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) { in _getMetaZoneID()
1183 TimeZoneNamesImpl::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString&… in getReferenceZoneID() argument
1189 TimeZoneNamesImpl::_getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString… in _getReferenceZoneID()
1195 TimeZoneNamesImpl::getMetaZoneDisplayName(const UnicodeString& mzID, in getMetaZoneDisplayName()
[all …]
Dtznames.cpp267 TimeZoneNamesDelegate::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeStr… in getReferenceZoneID() argument
272 TimeZoneNamesDelegate::getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, Un… in getMetaZoneDisplayName() argument
341 UnicodeString mzID(mzIDBuf, 0, UPRV_LENGTHOF(mzIDBuf)); in getDisplayName() local
359 UnicodeString mzID; in getDisplayNames() local
430 const UnicodeString& mzID, UErrorCode& status) { in addMetaZone()
Dtzgnames.cpp58 const UChar* mzID; member
611 UnicodeString mzID(mzIDBuf, 0, UPRV_LENGTHOF(mzIDBuf)); in formatGenericNonLocationName() local
733 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName, in getPartialLocationName()
761const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName) { in getPartialLocationName()
849 const UnicodeString *mzID; in loadStrings() local
905 UnicodeString mzID; in findBestMatch() local
Dzonemeta.cpp787 const char *mzID = ures_getKey(&res); in initAvailableMetaZoneIDs() local
Dtzfmt.cpp2686 UnicodeString mzID(mzIDBuf, 0, UPRV_LENGTHOF(mzIDBuf)); in getTimeZoneID() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java1200 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID()
1205 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java1201 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID()
1206 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java2319 final String mzID = "America_Pacific"; in hasSameBehavior() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java2318 final String mzID = "America_Pacific"; in hasSameBehavior() local