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

/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DUnicode.h86 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount);
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp422 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount) { argument
429 Matches.reserve(MaxMatchesCount + 1);
434 if (Matches.size() == MaxMatchesCount)
454 if (It == Matches.end() && Matches.size() == MaxMatchesCount)
459 if (Matches.size() > MaxMatchesCount)

Completed in 188 milliseconds