Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
H A DRustDemangle.cpp1108 static bool decodePunycode(StringView Input, OutputBuffer &Output) { in decodePunycode() function
1209 if (!decodePunycode(Ident.Name, Output)) in printIdentifier()