Searched refs:MaxMatchesCount (Results 1 – 2 of 2) sorted by relevance
419 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount) { in nearestMatchesForCodepointName() argument426 Matches.reserve(MaxMatchesCount + 1); in nearestMatchesForCodepointName()431 if (Matches.size() == MaxMatchesCount) in nearestMatchesForCodepointName()451 if (It == Matches.end() && Matches.size() == MaxMatchesCount) in nearestMatchesForCodepointName()456 if (Matches.size() > MaxMatchesCount) in nearestMatchesForCodepointName()
86 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount);