HomeSort by relevance Sort by last modified time
    Searched refs:quoted (Results 76 - 100 of 425) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/vet/
structtag.go 48 raw, _ := strconv.Unquote(field.Tag.Value) // field.Tag.Value is known to be a quoted string
162 // Scan quoted string to find value.
  /prebuilts/go/darwin-x86/src/encoding/json/
scanner.go 346 // stateInStringEsc is the state after reading `"\` during a quoted string.
359 // stateInStringEscU is the state after reading `"\u` during a quoted string.
369 // stateInStringEscU1 is the state after reading `"\u1` during a quoted string.
379 // stateInStringEscU12 is the state after reading `"\u12` during a quoted string.
389 // stateInStringEscU123 is the state after reading `"\u123` during a quoted string.
591 // quoteChar formats c as a quoted character literal
593 // special cases - different from quoted strings
601 // use quoted string with different quotation marks
  /prebuilts/go/darwin-x86/src/net/http/internal/
chunked_test.go 175 in := "7;ext=\"some quoted string\"\r\n" + // token=quoted string
  /prebuilts/go/linux-x86/src/cmd/vet/
structtag.go 48 raw, _ := strconv.Unquote(field.Tag.Value) // field.Tag.Value is known to be a quoted string
162 // Scan quoted string to find value.
  /prebuilts/go/linux-x86/src/encoding/json/
scanner.go 346 // stateInStringEsc is the state after reading `"\` during a quoted string.
359 // stateInStringEscU is the state after reading `"\u` during a quoted string.
369 // stateInStringEscU1 is the state after reading `"\u1` during a quoted string.
379 // stateInStringEscU12 is the state after reading `"\u12` during a quoted string.
389 // stateInStringEscU123 is the state after reading `"\u123` during a quoted string.
591 // quoteChar formats c as a quoted character literal
593 // special cases - different from quoted strings
601 // use quoted string with different quotation marks
  /prebuilts/go/linux-x86/src/net/http/internal/
chunked_test.go 175 in := "7;ext=\"some quoted string\"\r\n" + // token=quoted string
  /external/ltp/pan/
scan.l 214 printf("A quoted keyword: %s = %s\n", key, cont);
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 53 itemRawString // raw quoted string (includes quotes)
57 itemString // quoted string (includes quotes)
358 // Either number, quoted string, or identifier.
591 // lexQuote scans a quoted string.
602 return l.errorf("unterminated quoted string")
611 // lexRawQuote scans a raw quoted string.
621 return l.errorf("unterminated raw quoted string")
  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 53 itemRawString // raw quoted string (includes quotes)
57 itemString // quoted string (includes quotes)
358 // Either number, quoted string, or identifier.
591 // lexQuote scans a quoted string.
602 return l.errorf("unterminated quoted string")
611 // lexRawQuote scans a raw quoted string.
621 return l.errorf("unterminated raw quoted string")
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 407 int32_t quoteStart = -1; // Most recent 'single quoted string'
458 // Handle quoted matter
465 /* This loop picks up a run of quoted text of the
644 // Quantifiers. We handle single characters, quoted strings,
660 // The */+ follows a 'quoted string'
1658 UBool quoted = FALSE; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
listing.c 1536 int quoted; local
    [all...]
  /libcore/ojluni/src/main/java/java/text/
MessageFormat.java 108 * <em>not</em> <code>'{'</code> and <code>'}'</code> (quoted left and
116 * with the pound-sign quoted, with a result such as: {@code
    [all...]
  /external/libcups/cups/
http-support.c 2011 int quoted; \/* Quoted character *\/ local
    [all...]
  /external/ppp/pppd/
options.c 1147 int quoted, comment; local
1156 quoted = 0;
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 382 // A meta-quoted string, interpreted as a pattern, should always match
386 string quoted = RE2::QuoteMeta(unquoted); local
387 RE2 re(quoted, options);
389 "Unquoted='" + unquoted + "', quoted='" + quoted + "'."); local
392 // A meta-quoted string, interpreted as a pattern, should always match
396 string quoted = RE2::QuoteMeta(unquoted); local
397 RE2 re(quoted, options);
399 "Unquoted='" + unquoted + "', quoted='" + quoted + "'.") local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 323 spaces are not escaped by a backslash, or inside a quoted string.
327 characters are stripped from any quoted string. Returns a list of
358 if s[end] == "'": # slurp singly-quoted string
360 elif s[end] == '"': # slurp doubly-quoted string
  /external/mesa3d/docs/
MESA_shader_debug.spec 206 implementation dependent double-quoted string, each of this
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 255 spaces are not escaped by a backslash, or inside a quoted string.
259 characters are stripped from any quoted string. Returns a list of
290 if s[end] == "'": # slurp singly-quoted string
292 elif s[end] == '"': # slurp doubly-quoted string
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 255 spaces are not escaped by a backslash, or inside a quoted string.
259 characters are stripped from any quoted string. Returns a list of
290 if s[end] == "'": # slurp singly-quoted string
292 elif s[end] == '"': # slurp doubly-quoted string
  /prebuilts/go/darwin-x86/src/html/template/
url.go 64 // quoted attributes and unquoted CSS url(...) constructs.
  /prebuilts/go/linux-x86/src/html/template/
url.go 64 // quoted attributes and unquoted CSS url(...) constructs.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 255 spaces are not escaped by a backslash, or inside a quoted string.
259 characters are stripped from any quoted string. Returns a list of
290 if s[end] == "'": # slurp singly-quoted string
292 elif s[end] == '"': # slurp doubly-quoted string
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 255 spaces are not escaped by a backslash, or inside a quoted string.
259 characters are stripped from any quoted string. Returns a list of
290 if s[end] == "'": # slurp singly-quoted string
292 elif s[end] == '"': # slurp doubly-quoted string
  /build/kati/
strutil.go 361 quoted := b%2 == 1
368 if !quoted {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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

Completed in 1514 milliseconds

1 2 34 5 6 7 8 91011>>