Searched refs:findTimeZoneNames (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java697 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
764 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
830 private Collection<MatchInfo> findTimeZoneNames(String text, int start, EnumSet<GenericNameType> types) { method in class:TimeZoneGenericNames
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp320 TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
923 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status);
1119 TZGNCore::findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const { function in class:TZGNCore

Completed in 55 milliseconds