Home
last modified time | relevance | path

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

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