Home
last modified time | relevance | path

Searched refs:nameToCodepointLooseMatching (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DUnicodeTest.cpp204 auto Opt = nameToCodepointLooseMatching(Str); in TEST()
317 EXPECT_FALSE(nameToCodepointLooseMatching("B")); in TEST()
318 EXPECT_FALSE(nameToCodepointLooseMatching("BE")); in TEST()
319 EXPECT_FALSE(nameToCodepointLooseMatching("BEE")); in TEST()
320 EXPECT_FALSE(nameToCodepointLooseMatching("BEET")); in TEST()
321 EXPECT_FALSE(nameToCodepointLooseMatching("BEETL")); in TEST()
322 EXPECT_TRUE(nameToCodepointLooseMatching("BEETLE")); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DUnicode.h77 Optional<LooseMatchingResult> nameToCodepointLooseMatching(StringRef Name);
/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp412 nameToCodepointLooseMatching(StringRef Name) { in nameToCodepointLooseMatching() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp362 llvm::sys::unicode::nameToCodepointLooseMatching( in expandUCNs()
491 u::nameToCodepointLooseMatching(Name); in DiagnoseInvalidUnicodeCharacterName()
H A DLexer.cpp3359 LooseMatch = llvm::sys::unicode::nameToCodepointLooseMatching(Name); in tryReadNamedUCN()