Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp1004 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); in findBestMatch() local
1008 if (localMatches != NULL) { in findBestMatch()
1009 for (int32_t i = 0; i < localMatches->size(); i++) { in findBestMatch()
1010 int32_t len = localMatches->getMatchLength(i); in findBestMatch()
1018 bestMatchLen = localMatches->getMatchLength(i); in findBestMatch()
1020 localMatches->getTimeZoneID(i, bestMatchTzID); in findBestMatch()
1023 delete localMatches; in findBestMatch()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java733 Collection<GenericMatchInfo> localMatches = findLocal(text, start, genericTypes); in findBestMatch() local
734 if (localMatches != null) { in findBestMatch()
735 for (GenericMatchInfo match : localMatches) { in findBestMatch()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneGenericNames.java735 Collection<GenericMatchInfo> localMatches = findLocal(text, start, genericTypes); in findBestMatch() local
736 if (localMatches != null) { in findBestMatch()
737 for (GenericMatchInfo match : localMatches) { in findBestMatch()