Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DRustDemangle.cpp1111 static bool decodePunycode(StringView Input, OutputBuffer &Output) { in decodePunycode() function
1212 if (!decodePunycode(Ident.Name, Output)) in printIdentifier()