Searched refs:findTimeZoneNames (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneGenericNames.java | 697 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in findBestMatch() 764 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in find() 830 …private Collection<MatchInfo> findTimeZoneNames(String text, int start, EnumSet<GenericNameType> t… in findTimeZoneNames() method in TimeZoneGenericNames
|
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 320 …TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, ui… 923 …TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status); in findBestMatch() 1119 TZGNCore::findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& s… in findTimeZoneNames() function in TZGNCore
|