Searched refs:localMatches (Results 1 – 3 of 3) sorted by relevance
1004 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); in findBestMatch() local1008 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()
733 Collection<GenericMatchInfo> localMatches = findLocal(text, start, genericTypes); in findBestMatch() local734 if (localMatches != null) { in findBestMatch()735 for (GenericMatchInfo match : localMatches) { in findBestMatch()
735 Collection<GenericMatchInfo> localMatches = findLocal(text, start, genericTypes); in findBestMatch() local736 if (localMatches != null) { in findBestMatch()737 for (GenericMatchInfo match : localMatches) { in findBestMatch()