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
345 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo()
385 public String mzID() { in mzID() method in TimeZoneNames.MatchInfo
428 String mzID = null; in getDisplayNames() local
544 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID()
553 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()
223 final String mzID; field in TZDBTimeZoneNames.TZDBNameInfo
228 TZDBNameInfo(String mzID, NameType type, boolean ambiguousType, String[] parseRegions) { in TZDBNameInfo()
341 private static TZDBNames getMetaZoneNames(String mzID) { in getMetaZoneNames()
DTimeZoneGenericNames.java345 String mzID = _tznames.getMetaZoneID(tzID, date); in formatGenericNonLocationName() local
545 …private String getPartialLocationName(String tzID, String mzID, boolean isLong, String mzDisplayNa… in getPartialLocationName()
823 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()
221 final String mzID; field in TZDBTimeZoneNames.TZDBNameInfo
226 TZDBNameInfo(String mzID, NameType type, boolean ambiguousType, String[] parseRegions) { in TZDBNameInfo()
339 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.cpp99 const UChar* mzID; member
629 const UnicodeString& mzID, UErrorCode& status) { in createMetaZoneAndPutInCache()
693 void addAsMetaZoneIntoTrie(const UChar* mzID, TextTrieMap& trie, UErrorCode& status) { in addAsMetaZoneIntoTrie()
700 void addNamesIntoTrie(const UChar* mzID, const UChar* tzID, TextTrieMap& trie, in addNamesIntoTrie()
1077 const UnicodeString *mzID; in loadStrings() local
1162 const UChar *mzID = map->mzid; in _getAvailableMetaZoneIDs() local
1183 TimeZoneNamesImpl::_getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) { in _getMetaZoneID()
1189 TimeZoneNamesImpl::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString&… in getReferenceZoneID() argument
1195 TimeZoneNamesImpl::_getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString… in _getReferenceZoneID()
1201 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.cpp59 const UChar* mzID; member
612 UnicodeString mzID(mzIDBuf, 0, UPRV_LENGTHOF(mzIDBuf)); in formatGenericNonLocationName() local
734 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName, in getPartialLocationName()
762const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName) { in getPartialLocationName()
850 const UnicodeString *mzID; in loadStrings() local
906 UnicodeString mzID; in findBestMatch() local
Dzonemeta.cpp794 const char *mzID = ures_getKey(&res); in initAvailableMetaZoneIDs() local
Dtzfmt.cpp2713 UnicodeString mzID(mzIDBuf, 0, UPRV_LENGTHOF(mzIDBuf)); in getTimeZoneID() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java1210 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID()
1215 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java1213 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID()
1218 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java2342 final String mzID = "America_Pacific"; in hasSameBehavior() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java2339 final String mzID = "America_Pacific"; in hasSameBehavior() local