Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DUnicode.h86 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp422 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount) { in nearestMatchesForCodepointName() function
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp504 u::nearestMatchesForCodepointName(Name, 5); in DiagnoseInvalidUnicodeCharacterName()