Searched refs:localMatches (Results 1 – 3 of 3) sorted by relevance
975 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); in findBestMatch() local979 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()
745 Collection<GenericMatchInfo> localMatches = findLocal(text, start, genericTypes); in findBestMatch() local746 if (localMatches != null) { in findBestMatch()747 for (GenericMatchInfo match : localMatches) { in findBestMatch()
750 Collection<GenericMatchInfo> localMatches = findLocal(text, start, genericTypes); in findBestMatch() local751 if (localMatches != null) { in findBestMatch()752 for (GenericMatchInfo match : localMatches) { in findBestMatch()