Home
last modified time | relevance | path

Searched refs:nearestMatchesForCodepointName (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DUnicode.h86 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount);
/llvm-project-15.0.7/llvm/unittests/Support/
H A DUnicodeTest.cpp333 TEST(Unicode, nearestMatchesForCodepointName) { in TEST() argument
345 auto v = nearestMatchesForCodepointName(name, 3); in TEST()
/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp423 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount) { in nearestMatchesForCodepointName() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp504 u::nearestMatchesForCodepointName(Name, 5); in DiagnoseInvalidUnicodeCharacterName()