Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicode.h86 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp419 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount) { in nearestMatchesForCodepointName() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp566 u::nearestMatchesForCodepointName(Name, 5); in DiagnoseInvalidUnicodeCharacterName()