Home
last modified time | relevance | path

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

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