Home
last modified time | relevance | path

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

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