Home
last modified time | relevance | path

Searched refs:tznamesMatches (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneGenericNames.java714 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in findBestMatch() local
715 if (tznamesMatches != null) { in findBestMatch()
717 for (MatchInfo match : tznamesMatches) { in findBestMatch()
781 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in find() local
782 if (tznamesMatches != null) { in find()
784 for (MatchInfo match : tznamesMatches) { in find()
844 Collection<MatchInfo> tznamesMatches = null; in findTimeZoneNames() local
859 tznamesMatches = _tznames.find(text, start, nameTypes); in findTimeZoneNames()
861 return tznamesMatches; in findTimeZoneNames()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java709 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in findBestMatch() local
710 if (tznamesMatches != null) { in findBestMatch()
712 for (MatchInfo match : tznamesMatches) { in findBestMatch()
776 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in find() local
777 if (tznamesMatches != null) { in find()
779 for (MatchInfo match : tznamesMatches) { in find()
839 Collection<MatchInfo> tznamesMatches = null; in findTimeZoneNames() local
854 tznamesMatches = _tznames.find(text, start, nameTypes); in findTimeZoneNames()
856 return tznamesMatches; in findTimeZoneNames()
/external/icu/icu4c/source/i18n/
Dtzgnames.cpp900 …TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status); in findBestMatch() local
911 if (tznamesMatches != NULL) { in findBestMatch()
913 for (int32_t i = 0; i < tznamesMatches->size(); i++) { in findBestMatch()
914 int32_t len = tznamesMatches->getMatchLengthAt(i); in findBestMatch()
917 if (!tznamesMatches->getTimeZoneIDAt(i, bestMatchTzID)) { in findBestMatch()
919 if (tznamesMatches->getMetaZoneIDAt(i, mzID)) { in findBestMatch()
923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch()
943 delete tznamesMatches; in findBestMatch()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...