Searched refs:MaxMatchesCount (Results 1 – 2 of 2) sorted by relevance
422 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount) { in nearestMatchesForCodepointName() argument429 Matches.reserve(MaxMatchesCount + 1); in nearestMatchesForCodepointName()434 if (Matches.size() == MaxMatchesCount) in nearestMatchesForCodepointName()454 if (It == Matches.end() && Matches.size() == MaxMatchesCount) in nearestMatchesForCodepointName()459 if (Matches.size() > MaxMatchesCount) in nearestMatchesForCodepointName()
86 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount);