Home
last modified time | relevance | path

Searched defs:nameToCodepointStrict (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DUnicodeTest.cpp112 TEST(Unicode, nameToCodepointStrict) { in TEST() argument
/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp400 std::optional<char32_t> nameToCodepointStrict(StringRef Name) { in nameToCodepointStrict() function