/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneNames.java | 252 public abstract String getReferenceZoneID(String mzID, String region); in getReferenceZoneID() 266 public abstract String getMetaZoneDisplayName(String mzID, NameType type); in getMetaZoneDisplayName() 289 String mzID = getMetaZoneID(tzID, date); in getDisplayName() local 375 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() 417 public String mzID() { in mzID() method in TimeZoneNames.MatchInfo 542 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() 551 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneNamesImpl.java | 122 String mzID = null; in _getMetaZoneID() local 137 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() 141 static String _getReferenceZoneID(String mzID, String region) { in _getReferenceZoneID() 161 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName() 295 private synchronized ZNames loadMetaZoneNames(String mzID) { in loadMetaZoneNames() 348 String mzID; field in TimeZoneNamesImpl.NameInfo 561 MZMapEntry(String mzID, long from, long to) { in MZMapEntry() 567 String mzID() { in mzID() method in TimeZoneNamesImpl.MZMapEntry
|
D | TZDBTimeZoneNames.java | 88 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() 97 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName() 215 String mzID; field in TZDBTimeZoneNames.TZDBNameInfo 325 private static TZDBNames getMetaZoneNames(String mzID) { in getMetaZoneNames()
|
D | TimeZoneGenericNames.java | 341 String mzID = _tznames.getMetaZoneID(tzID, date); in formatGenericNonLocationName() local 541 …private String getPartialLocationName(String tzID, String mzID, boolean isLong, String mzDisplayNa… in getPartialLocationName() 806 String mzID = matchInfo.mzID(); in createGenericMatchInfo() local
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 782 const UChar* mzID; member 971 const UnicodeString *mzID; in loadStrings() local 1061 const UChar *mzID = map->mzid; in _getAvailableMetaZoneIDs() local 1082 TimeZoneNamesImpl::_getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) { in _getMetaZoneID() 1088 TimeZoneNamesImpl::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString&… in getReferenceZoneID() argument 1094 TimeZoneNamesImpl::_getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString… in _getReferenceZoneID() 1101 TimeZoneNamesImpl::getMetaZoneDisplayName(const UnicodeString& mzID, in getMetaZoneDisplayName() 1177 static void mergeTimeZoneKey(const UnicodeString& mzID, char* result) { in mergeTimeZoneKey() 1196 TimeZoneNamesImpl::loadMetaZoneNames(const UnicodeString& mzID) { in loadMetaZoneNames() 1602 const UChar* mzID; member [all …]
|
D | tznames.cpp | 262 TimeZoneNamesDelegate::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeStr… in getReferenceZoneID() argument 267 TimeZoneNamesDelegate::getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, Un… in getMetaZoneDisplayName() argument 326 UnicodeString mzID(mzIDBuf, 0, UPRV_LENGTHOF(mzIDBuf)); in getDisplayName() local 392 const UnicodeString& mzID, UErrorCode& status) { in addMetaZone()
|
D | tzgnames.cpp | 56 const UChar* mzID; member 635 UnicodeString mzID(mzIDBuf, 0, UPRV_LENGTHOF(mzIDBuf)); in formatGenericNonLocationName() local 757 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName, in getPartialLocationName() 785 … const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName) { in getPartialLocationName() 879 const UnicodeString *mzID; in loadStrings() local 935 UnicodeString mzID; in findBestMatch() local
|
D | zonemeta.cpp | 785 const char *mzID = ures_getKey(&res); in initAvailableMetaZoneIDs() local
|
D | tzfmt.cpp | 2684 UnicodeString mzID(mzIDBuf, 0, UPRV_LENGTHOF(mzIDBuf)); in getTimeZoneID() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatTests.java | 2249 final String mzID = "America_Pacific"; in hasSameBehavior() local
|