Home
last modified time | relevance | path

Searched refs:localMatches (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp975 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); in findBestMatch() local
979 if (localMatches != NULL) { in findBestMatch()
980 for (int32_t i = 0; i < localMatches->size(); i++) { in findBestMatch()
981 int32_t len = localMatches->getMatchLength(i); in findBestMatch()
989 bestMatchLen = localMatches->getMatchLength(i); in findBestMatch()
991 localMatches->getTimeZoneID(i, bestMatchTzID); in findBestMatch()
994 delete localMatches; in findBestMatch()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java745 Collection<GenericMatchInfo> localMatches = findLocal(text, start, genericTypes); in findBestMatch() local
746 if (localMatches != null) { in findBestMatch()
747 for (GenericMatchInfo match : localMatches) { in findBestMatch()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneGenericNames.java750 Collection<GenericMatchInfo> localMatches = findLocal(text, start, genericTypes); in findBestMatch() local
751 if (localMatches != null) { in findBestMatch()
752 for (GenericMatchInfo match : localMatches) { in findBestMatch()