HomeSort by relevance Sort by last modified time
    Searched refs:quoted (Results 126 - 150 of 492) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/email/
charset.py 23 QP = 1 # Quoted-Printable
118 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
170 Certain character sets must be encoded with quoted-printable or base64
181 Charset.QP (for quoted-printable), Charset.BASE64 (for
256 This is either the string `quoted-printable' or `base64' depending on
262 Returns "quoted-printable" if self.body_encoding is QP.
268 return 'quoted-printable'
361 The type of encoding (base64 or quoted-printable) will be based on
390 The type of encoding (base64 or quoted-printable) will be based on
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex.go 179 // but does not split when inside double quoted regions and always
180 // splits before the start and after the end of a double quoted region.
  /prebuilts/go/darwin-x86/src/cmd/internal/buildid/
buildid.go 232 quoted := data[i+len(goBuildPrefix)-1 : i+len(goBuildPrefix)+j+1]
233 id, err = strconv.Unquote(string(quoted))
  /prebuilts/go/darwin-x86/src/cmd/vet/
structtag.go 49 raw, _ := strconv.Unquote(field.Tag.Value) // field.Tag.Value is known to be a quoted string
165 // Scan quoted string to find value.
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 42 // and the input is a JSON quoted string, Unmarshal calls that value's
92 // When unmarshaling quoted strings, invalid UTF-8 or
418 // quoted string literal or literal null into an interface value.
419 // If it finds anything other than a quoted string literal or null,
706 destring = f.quoted
897 // but if this was a quoted string input, it could be anything.
910 // but if this was a quoted string input, it could be anything.
1181 // unquote converts a quoted JSON string literal s into an actual string t.
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
read.go 148 // readString reads a quoted string literal from the input.
187 // readImport reads an import clause - optional identifier followed by quoted string -
build.go 218 // users who have incorrectly quoted ~ while setting GOPATH,
221 // bash allows quoted ~ in $PATH (most shells do not).
847 quoted := spec.Path.Value
848 path, err := strconv.Unquote(quoted)
850 log.Panicf("%s: parser returned invalid quoted string: <%s>", filename, quoted)
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
html.go 23 // attrEscaper escapes for inclusion in quoted attribute values.
51 // inside a quoted attribute value or in a text node.
  /prebuilts/go/darwin-x86/src/strconv/
quote_test.go 55 // Some non-printable but graphic runes. Final column is double-quoted.
137 // Some differences between graphic and printable. Note the last column is double-quoted.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex.go 179 // but does not split when inside double quoted regions and always
180 // splits before the start and after the end of a double quoted region.
  /prebuilts/go/linux-x86/src/cmd/internal/buildid/
buildid.go 232 quoted := data[i+len(goBuildPrefix)-1 : i+len(goBuildPrefix)+j+1]
233 id, err = strconv.Unquote(string(quoted))
  /prebuilts/go/linux-x86/src/cmd/vet/
structtag.go 49 raw, _ := strconv.Unquote(field.Tag.Value) // field.Tag.Value is known to be a quoted string
165 // Scan quoted string to find value.
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 42 // and the input is a JSON quoted string, Unmarshal calls that value's
92 // When unmarshaling quoted strings, invalid UTF-8 or
418 // quoted string literal or literal null into an interface value.
419 // If it finds anything other than a quoted string literal or null,
706 destring = f.quoted
897 // but if this was a quoted string input, it could be anything.
910 // but if this was a quoted string input, it could be anything.
1181 // unquote converts a quoted JSON string literal s into an actual string t.
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
read.go 148 // readString reads a quoted string literal from the input.
187 // readImport reads an import clause - optional identifier followed by quoted string -
build.go 218 // users who have incorrectly quoted ~ while setting GOPATH,
221 // bash allows quoted ~ in $PATH (most shells do not).
847 quoted := spec.Path.Value
848 path, err := strconv.Unquote(quoted)
850 log.Panicf("%s: parser returned invalid quoted string: <%s>", filename, quoted)
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
html.go 23 // attrEscaper escapes for inclusion in quoted attribute values.
51 // inside a quoted attribute value or in a text node.
  /prebuilts/go/linux-x86/src/strconv/
quote_test.go 55 // Some non-printable but graphic runes. Final column is double-quoted.
137 // Some differences between graphic and printable. Note the last column is double-quoted.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py 23 QP = 1 # Quoted-Printable
118 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
170 Certain character sets must be encoded with quoted-printable or base64
181 Charset.QP (for quoted-printable), Charset.BASE64 (for
256 This is either the string `quoted-printable' or `base64' depending on
262 Returns "quoted-printable" if self.body_encoding is QP.
268 return 'quoted-printable'
361 The type of encoding (base64 or quoted-printable) will be based on
390 The type of encoding (base64 or quoted-printable) will be based on
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
charset.py 23 QP = 1 # Quoted-Printable
118 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
170 Certain character sets must be encoded with quoted-printable or base64
181 Charset.QP (for quoted-printable), Charset.BASE64 (for
256 This is either the string `quoted-printable' or `base64' depending on
262 Returns "quoted-printable" if self.body_encoding is QP.
268 return 'quoted-printable'
361 The type of encoding (base64 or quoted-printable) will be based on
390 The type of encoding (base64 or quoted-printable) will be based on
  /external/golang-protobuf/proto/
text_parser.go 69 unquoted string // the unquoted version of value, if it was a quoted string
173 // Quoted string
188 p.errorf("invalid quoted string %s: %v", p.s[0:i+1], err)
215 // For instance, "\0" is an invalid quoted string.
348 // Look for multiple quoted strings separated by whitespace,
714 // If extension name or type url is quoted, it's a single token.
  /prebuilts/go/darwin-x86/src/regexp/
all_test.go 380 quoted := QuoteMeta(tc.pattern)
381 if quoted != tc.output {
383 tc.pattern, quoted, tc.output)
387 // Verify that the quoted string is in fact treated as expected
390 re, err := Compile(quoted)
  /prebuilts/go/linux-x86/src/regexp/
all_test.go 380 quoted := QuoteMeta(tc.pattern)
381 if quoted != tc.output {
383 tc.pattern, quoted, tc.output)
387 // Verify that the quoted string is in fact treated as expected
390 re, err := Compile(quoted)
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 318 UBool quoted = FALSE; local
384 quoted = (UBool)!quoted;
390 if (c == STARTCOMMAND && !quoted)
401 else if (c == HASH && !quoted) {
419 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
format.go 154 // For %#U we want to add a space and a quoted character at the end of the buffer.
407 // fmt_q formats a string as a double-quoted, escaped Go string constant.
436 // fmt_qc formats an integer as a single-quoted, escaped Go character constant.
  /prebuilts/go/linux-x86/src/fmt/
format.go 154 // For %#U we want to add a space and a quoted character at the end of the buffer.
407 // fmt_q formats a string as a double-quoted, escaped Go string constant.
436 // fmt_qc formats an integer as a single-quoted, escaped Go character constant.

Completed in 881 milliseconds

1 2 3 4 56 7 8 91011>>