HomeSort by relevance Sort by last modified time
    Searched defs:Unquote (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/strconv/
quote.go 301 // Unquote interprets s as a single-quoted, double-quoted,
304 // character literal; Unquote returns the corresponding
306 func Unquote(s string) (t string, err error) {
  /prebuilts/go/linux-x86/src/strconv/
quote.go 301 // Unquote interprets s as a single-quoted, double-quoted,
304 // character literal; Unquote returns the corresponding
306 func Unquote(s string) (t string, err error) {

Completed in 558 milliseconds