Home
last modified time | relevance | path

Searched defs:mzIDs (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneNamesImpl.java108 Set<String> mzIDs = new HashSet<String>(maps.size()); in _getAvailableMetaZoneIDs() local
453 Set<String> mzIDs = getAvailableMetaZoneIDs(tzCanonicalID); in loadStrings() local
DTZDBTimeZoneNames.java358 Set<String> mzIDs = TimeZoneNamesImpl._getAvailableMetaZoneIDs(); in prepareFind() local
DTimeZoneGenericNames.java494 Set<String> mzIDs = _tznames.getAvailableMetaZoneIDs(tzCanonicalID); in loadStrings() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java106 Set<String> mzIDs = new HashSet<String>(maps.size()); in _getAvailableMetaZoneIDs() local
451 Set<String> mzIDs = getAvailableMetaZoneIDs(tzCanonicalID); in loadStrings() local
DTZDBTimeZoneNames.java356 Set<String> mzIDs = TimeZoneNamesImpl._getAvailableMetaZoneIDs(); in prepareFind() local
DTimeZoneGenericNames.java490 Set<String> mzIDs = _tznames.getAvailableMetaZoneIDs(tzCanonicalID); in loadStrings() local
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp873 MetaZoneIDsEnumeration::MetaZoneIDsEnumeration(const UVector& mzIDs) in MetaZoneIDsEnumeration()
878 MetaZoneIDsEnumeration::MetaZoneIDsEnumeration(UVector *mzIDs) in MetaZoneIDsEnumeration()
1073 LocalPointer<StringEnumeration> mzIDs(getAvailableMetaZoneIDs(tzCanonicalID, status)); in loadStrings() local
1129 const UVector* mzIDs = ZoneMeta::getAvailableMetazoneIDs(); in _getAvailableMetaZoneIDs() local
1153 UVector* mzIDs = new UVector(NULL, uhash_compareUChars, status); in _getAvailableMetaZoneIDs() local
2060 StringEnumeration *mzIDs = TimeZoneNamesImpl::_getAvailableMetaZoneIDs(status); in prepareFind() local
Dtzgnames.cpp858 StringEnumeration *mzIDs = fTimeZoneNames->getAvailableMetaZoneIDs(tzCanonicalID, status); in loadStrings() local