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()
2234 int32_t bestMatchLength = 0, bestMatch = -1; in matchQuarterString() local2257 bestMatch = i; in matchQuarterString()2261 if (bestMatch >= 0) in matchQuarterString()2263 cal.set(field, bestMatch * 3); in matchQuarterString()2268 lcase.fastCopyFrom(data[bestMatch]).foldCase(); in matchQuarterString()2276 int32_t len = data[bestMatch].length(); // 99+% of the time in matchQuarterString()2441 int32_t bestMatchLength = 0, bestMatch = -1; in matchString() local2464 bestMatch = i; in matchString()2468 if (bestMatch >= 0) in matchString()2471 if (!strcmp(cal.getType(),"hebrew") && field==UCAL_MONTH && bestMatch==13) { 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()