Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Demangle/
H A Drust.test464 ; Punycode
481 ; Punycode - invalid code point
492 ; Punycode - early EOF
497 ; Punycode - overflow
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DRustDemangle.cpp34 bool Punycode; member
642 if (Ident.Punycode) in demangleFnSig()
854 bool Punycode = consumeIf('u'); in parseIdentifier() local
873 return {S, Punycode}; in parseIdentifier()
1211 if (Ident.Punycode) { in printIdentifier()