Home
last modified time | relevance | path

Searched refs:MaxMatchesCount (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp423 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount) { in nearestMatchesForCodepointName() argument
430 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()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DUnicode.h86 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount);