Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp978 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); in findBestMatch() local
982 if (localMatches != NULL) { in findBestMatch()
983 for (int32_t i = 0; i < localMatches->size(); i++) { in findBestMatch()
984 int32_t len = localMatches->getMatchLength(i); in findBestMatch()
992 bestMatchLen = localMatches->getMatchLength(i); in findBestMatch()
994 localMatches->getTimeZoneID(i, bestMatchTzID); in findBestMatch()
997 delete localMatches; in findBestMatch()
/external/cronet/third_party/icu/source/i18n/
Dtzgnames.cpp978 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); in findBestMatch() local
982 if (localMatches != NULL) { in findBestMatch()
983 for (int32_t i = 0; i < localMatches->size(); i++) { in findBestMatch()
984 int32_t len = localMatches->getMatchLength(i); in findBestMatch()
992 bestMatchLen = localMatches->getMatchLength(i); in findBestMatch()
994 localMatches->getTimeZoneID(i, bestMatchTzID); in findBestMatch()
997 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()