Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dc++filt.go51 const symbolChars = "_$." const
89 if unicode.IsLetter(c) || unicode.IsNumber(c) || strings.ContainsRune(symbolChars, c) {