Searched refs:_getMetaZoneID (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.h | 196 … static UnicodeString& _getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID);
|
D | tznames_impl.cpp | 1172 return TimeZoneNamesImpl::_getMetaZoneID(tzID, date, mzID); in getMetaZoneID() 1177 TimeZoneNamesImpl::_getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) { in _getMetaZoneID() function in TimeZoneNamesImpl 2169 return TimeZoneNamesImpl::_getMetaZoneID(tzID, date, mzID); in getMetaZoneID()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TZDBTimeZoneNames.java | 83 return TimeZoneNamesImpl._getMetaZoneID(tzID, date); in getMetaZoneID()
|
D | TimeZoneNamesImpl.java | 119 return _getMetaZoneID(tzID, date); in getMetaZoneID() 122 static String _getMetaZoneID(String tzID, long date) { in _getMetaZoneID() method in TimeZoneNamesImpl
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TZDBTimeZoneNames.java | 85 return TimeZoneNamesImpl._getMetaZoneID(tzID, date); in getMetaZoneID()
|
D | TimeZoneNamesImpl.java | 121 return _getMetaZoneID(tzID, date); in getMetaZoneID() 124 static String _getMetaZoneID(String tzID, long date) { in _getMetaZoneID() method in TimeZoneNamesImpl
|