Searched refs:findTimeZoneNames (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneGenericNames.java | 709 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in findBestMatch() 776 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in find() 838 …private Collection<MatchInfo> findTimeZoneNames(String text, int start, EnumSet<GenericNameType> t… in findTimeZoneNames() method in TimeZoneGenericNames
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TimeZoneGenericNames.java | 714 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in findBestMatch() 781 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in find() 843 …private Collection<MatchInfo> findTimeZoneNames(String text, int start, EnumSet<GenericNameType> t… in findTimeZoneNames() method in TimeZoneGenericNames
|
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 323 …TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, ui… 894 …TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status); in findBestMatch() 1090 TZGNCore::findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& s… in findTimeZoneNames() function in TZGNCore
|