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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/go/internal/str/
str.go 106 // quoted fields.
118 // Accepted quoted string. No unescaping inside.
  /prebuilts/go/linux-x86/src/cmd/go/internal/str/
str.go 106 // quoted fields.
118 // Accepted quoted string. No unescaping inside.
  /build/kati/
shellutil_test.go 69 if b.name != "shell-date" && b.name != "shell-date-quoted" {
  /external/curl/docs/cmdline-opts/
form.d 49 If filename/path contains ',' or ';', it must be quoted by double-quotes like:
57 Note that if a filename/path is quoted by double-quotes, any double-quote
119 Example: send multipart mail with a quoted-printable text message and a
122 curl -F '=text message;encoder=quoted-printable' \\
  /external/ppp/pppd/
utils.c 124 * %q (quoted string), %t (current time) and %I (IP address) formats.
164 int base, len, neg, quoted; local
306 case 'q': /* quoted string */
307 quoted = c == 'q';
321 if (!quoted && c >= 0x80) {
326 if (quoted && (c == '"' || c == '\\'))
329 if (quoted) {
  /prebuilts/go/darwin-x86/src/encoding/json/
encode.go 329 // quoted causes primitive fields to be encoded inside JSON strings.
330 quoted bool
500 if opts.quoted {
508 if opts.quoted {
515 if opts.quoted {
519 if opts.quoted {
526 if opts.quoted {
530 if opts.quoted {
567 if opts.quoted {
571 if opts.quoted {
    [all...]
scanner.go 351 // stateInStringEsc is the state after reading `"\` during a quoted string.
364 // stateInStringEscU is the state after reading `"\u` during a quoted string.
374 // stateInStringEscU1 is the state after reading `"\u1` during a quoted string.
384 // stateInStringEscU12 is the state after reading `"\u12` during a quoted string.
394 // stateInStringEscU123 is the state after reading `"\u123` during a quoted string.
596 // quoteChar formats c as a quoted character literal
598 // special cases - different from quoted strings
606 // use quoted string with different quotation marks
  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 329 // quoted causes primitive fields to be encoded inside JSON strings.
330 quoted bool
500 if opts.quoted {
508 if opts.quoted {
515 if opts.quoted {
519 if opts.quoted {
526 if opts.quoted {
530 if opts.quoted {
567 if opts.quoted {
571 if opts.quoted {
    [all...]
scanner.go 351 // stateInStringEsc is the state after reading `"\` during a quoted string.
364 // stateInStringEscU is the state after reading `"\u` during a quoted string.
374 // stateInStringEscU1 is the state after reading `"\u1` during a quoted string.
384 // stateInStringEscU12 is the state after reading `"\u12` during a quoted string.
394 // stateInStringEscU123 is the state after reading `"\u123` during a quoted string.
596 // quoteChar formats c as a quoted character literal
598 // special cases - different from quoted strings
606 // use quoted string with different quotation marks
  /external/ImageMagick/MagickCore/
token.c 662 % non-quoted token.
664 % o break set: One or more characters that separates non-quoted tokens.
728 % char *breaker,int *next,char *quoted)
734 % 1 => convert non-quoted tokens to upper case
735 % 2 => convert non-quoted tokens to lower case
736 % 0 => do not convert non-quoted tokens
781 % token. If the token was quoted, this will be the quote used. If
790 % o quoted: set to True if the token was quoted and MagickFalse
849 int *next,char *quoted)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
imports.go 154 // readString reads a quoted string literal from the input.
193 // readImport reads an import clause - optional identifier followed by quoted string -
  /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/dist/
imports.go 154 // readString reads a quoted string literal from the input.
193 // readImport reads an import clause - optional identifier followed by quoted string -
  /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/mime/
mediatype.go 255 // either a 'token' or a 'quoted-string'. On success, consumeValue
256 // returns the value consumed (and de-quoted/escaped, if a
257 // quoted-string) and the rest of the string. On failure, returns
267 // parse a quoted-string
  /prebuilts/go/linux-x86/src/mime/
mediatype.go 255 // either a 'token' or a 'quoted-string'. On success, consumeValue
256 // returns the value consumed (and de-quoted/escaped, if a
257 // quoted-string) and the rest of the string. On failure, returns
267 // parse a quoted-string
  /external/golang-protobuf/proto/
text_parser_test.go 89 // Empty quoted string
98 // Quoted string concatenation with double quotes
107 // Quoted string concatenation with single quotes
116 // Quoted string concatenations with mixed quotes
132 // Quoted string with escaped apostrophe
141 // Quoted string with single quote
150 // Quoted string with all the accepted special characters from the C++ test
159 // Quoted string with quoted backslash
168 // Quoted string with UTF-8 bytes
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 53 itemRawString // raw quoted string (includes quotes)
57 itemString // quoted string (includes quotes)
354 // Either number, quoted string, or identifier.
587 // lexQuote scans a quoted string.
598 return l.errorf("unterminated quoted string")
607 // lexRawQuote scans a raw quoted string.
617 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)
354 // Either number, quoted string, or identifier.
587 // lexQuote scans a quoted string.
598 return l.errorf("unterminated quoted string")
607 // lexRawQuote scans a raw quoted string.
617 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.27/gas/
listing.c 1527 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...]
  /prebuilts/go/darwin-x86/src/net/mail/
message_test.go 135 3: {"\"" + string([]byte{0xed, 0xa0, 0x80}) + "\" <half-surrogate@example.com>", "invalid utf-8 in quoted-string"},
136 4: {"\"\\" + string([]byte{0x80}) + "\" <escaped-invalid-unicode@example.net>", "invalid utf-8 in quoted-string"},
137 5: {"\"\x00\" <null@example.net>", "bad character in quoted-string"},
138 6: {"\"\\\x00\" <escaped-null@example.net>", "bad character in quoted-string"},
712 { // quoted local parts: RFC 5322, 3.4.1. and 3.2.4.
716 { // quoted local parts
  /prebuilts/go/linux-x86/src/net/mail/
message_test.go 135 3: {"\"" + string([]byte{0xed, 0xa0, 0x80}) + "\" <half-surrogate@example.com>", "invalid utf-8 in quoted-string"},
136 4: {"\"\\" + string([]byte{0x80}) + "\" <escaped-invalid-unicode@example.net>", "invalid utf-8 in quoted-string"},
137 5: {"\"\x00\" <null@example.net>", "bad character in quoted-string"},
138 6: {"\"\\\x00\" <escaped-null@example.net>", "bad character in quoted-string"},
712 { // quoted local parts: RFC 5322, 3.4.1. and 3.2.4.
716 { // quoted local parts

Completed in 2372 milliseconds

1 2 34 5 6 7 8 91011>>