Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp981 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); in findBestMatch() local
985 if (localMatches != NULL) { in findBestMatch()
986 for (int32_t i = 0; i < localMatches->size(); i++) { in findBestMatch()
987 int32_t len = localMatches->getMatchLength(i); in findBestMatch()
995 bestMatchLen = localMatches->getMatchLength(i); in findBestMatch()
997 localMatches->getTimeZoneID(i, bestMatchTzID); in findBestMatch()
1000 delete 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()
/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/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...