Searched refs:bestMatch (Results 1 – 4 of 4) sorted by relevance
100 String bestMatch = null; in lookup() local105 if (bestMatch == null in lookup()106 || (bestMatch.length() < pattern.length()) in lookup()107 || (bestMatch.length() == pattern.length() && pattern.endsWith("*"))) { in lookup()109 bestMatch = pattern; in lookup()
101 AuthScope bestMatch = null; in matchCredentials() local106 bestMatch = current; in matchCredentials()109 if (bestMatch != null) { in matchCredentials()110 creds = map.get(bestMatch); in matchCredentials()
2006 int32_t bestMatchLength = 0, bestMatch = -1; in matchQuarterString() local2025 bestMatch = i; in matchQuarterString()2028 if (bestMatch >= 0) in matchQuarterString()2030 cal.set(field, bestMatch * 3); in matchQuarterString()2214 int32_t bestMatchLength = 0, bestMatch = -1; in matchString() local2234 bestMatch = i; in matchString()2245 bestMatch = i; in matchString()2251 if (bestMatch >= 0) in matchString()2254 if (!strcmp(cal.getType(),"hebrew") && field==UCAL_MONTH && bestMatch==13) { in matchString()2259 bestMatch++; // only get here for cyclic year names, which match 1-based years 1-60 in matchString()[all …]
1342 QtMethodMatchData bestMatch = candidates.at(0); in findMethodIndex() local1344 && (bestMatch.args.count() == candidates.at(1).args.count()) in findMethodIndex()1345 && (bestMatch.matchDistance == candidates.at(1).matchDistance)) { in findMethodIndex()1351 if (candidates.at(i).args.count() == bestMatch.args.count() in findMethodIndex()1352 || candidates.at(i).matchDistance == bestMatch.matchDistance) { in findMethodIndex()1361 chosenIndex = bestMatch.index; in findMethodIndex()1362 args = bestMatch.args; in findMethodIndex()