Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp1105 static bool decodePunycode(std::string_view Input, OutputBuffer &Output) { in decodePunycode() function
1206 if (!decodePunycode(Ident.Name, Output)) in printIdentifier()