Searched refs:MaxMatchesCount (Results 1 – 2 of 2) sorted by relevance
423 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount) { in nearestMatchesForCodepointName() argument430 Matches.reserve(MaxMatchesCount + 1); in nearestMatchesForCodepointName()435 if (Matches.size() == MaxMatchesCount) in nearestMatchesForCodepointName()455 if (It == Matches.end() && Matches.size() == MaxMatchesCount) in nearestMatchesForCodepointName()460 if (Matches.size() > MaxMatchesCount) in nearestMatchesForCodepointName()
86 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount);