OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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