/external/chromium_org/tools/grit/grit/format/ |
js_map_format_unittest.py | 39 A "double quoted" message. 55 localizedStrings["A \\\"double quoted\\\" message."] = "A \\\"double quoted\\\" message.";
|
/frameworks/opt/vcard/tests/res/raw/ |
v21_complicated.vcf | 15 LABEL;WORK;ENCODING=QUOTED-PRINTABLE:100 Waters Edge=0D=0ABaytown, LA 30314=0D=0AUnited States of America
17 LABEL;HOME;ENCODING=QUOTED-PRINTABLE:42 Plantation St.=0D=0A=
23 NOTE;ENCODING=QUOTED-PRINTABLE:Now's the time =
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/mhtml/ |
simple_test.mht | 7 Content-Transfer-Encoding: quoted-printable
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/formatter/ |
fix_single_quote_strings.py | 9 literals will also not be modified. This affect double-quoted strings but
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
read.h | 37 TOK_ERROR, /* An error, such an unterminated quoted string */
|
/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
pkgtypes.h | 37 * write CharList 'l' into stream 's' using deliminter 'delim' (delim can be NULL). quoted: -1 remove, 0 as is, 1 add quotes 39 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted); 42 * Same, but use line breaks. quoted: -1 remove, 0 as is, 1 add quotes 44 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
|
/external/chromium_org/win8/delegate_execute/ |
delegate_execute_util.h | 26 // Returns a properly quoted command-line string less the program (argv[0])
|
/external/icu/icu4c/source/tools/genrb/ |
read.h | 37 TOK_ERROR, /* An error, such an unterminated quoted string */
|
/external/icu/icu4c/source/tools/pkgdata/ |
pkgtypes.h | 37 * write CharList 'l' into stream 's' using deliminter 'delim' (delim can be NULL). quoted: -1 remove, 0 as is, 1 add quotes 39 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted); 42 * Same, but use line breaks. quoted: -1 remove, 0 as is, 1 add quotes 44 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
quote.h | 7 /* Help to copy the thing properly quoted for the shell safety.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_eof.py | 19 expect = ("EOF while scanning triple-quoted string literal "
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_eof.py | 19 expect = ("EOF while scanning triple-quoted string literal "
|
/external/apache-http/src/org/apache/http/message/ |
HeaderValueParser.java | 73 * value = ( token | quoted-string ) 77 * quoted-string = <"> *( text | quoted-char ) <"> 79 * quoted-char = "\" char 156 * in a quoted string to be used within 167 * A string of text is parsed as a single word if it is quoted using 171 * quoted-string = ( <"> *(qdtext | quoted-pair ) <"> ) 176 * quoting mechanism only within quoted-string and comment constructs. 179 * quoted-pair = "\" CHA [all...] |
BasicNameValuePair.java | 69 * characters. These special characters MUST be in a quoted string to be used within 80 * A string of text is parsed as a single word if it is quoted using double-quote marks. 83 * quoted-string = ( <"> *(qdtext | quoted-pair ) <"> ) 88 * within quoted-string and comment constructs. 91 * quoted-pair = "\" CHAR 100 * value = token | quoted-string
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_15.txt | 21 Content-transfer-encoding: quoted-printable 27 Content-transfer-encoding: quoted-printable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_15.txt | 21 Content-transfer-encoding: quoted-printable 27 Content-transfer-encoding: quoted-printable
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrcoll.cpp | 93 UBool quoted = FALSE; local 99 if(!quoted) { 119 quoted = TRUE; 123 quoted = TRUE; 135 quoted = FALSE; 140 quoted = FALSE;
|
/external/chromium_org/tools/gyp/tools/ |
pretty_gyp.py | 16 # Regex to remove quoted strings when we're counting braces. 17 # It takes into account quoted quotes, and makes sure that the quotes match. 29 """Mask the quoted strings so we skip braces inside quoted strings.""" 42 """Mask the quoted strings so we skip braces inside quoted strings."""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
quoprimime.py | 5 """Quoted-printable content transfer encoding per RFCs 2045-2047. 8 to encode US ASCII-like 8-bit data called `quoted-printable'. It is used to 13 Quoted-printable is very space-inefficient for encoding binary files; use the 17 with quoted-printable encoding. 118 """Encode a single header line with quoted-printable (like) encoding. 120 Defined in RFC 2045, this `Q' encoding is similar to quoted-printable, but 154 quoted = [] 164 _max_append(quoted, '_', max_encoded) 167 _max_append(quoted, c, max_encoded) 170 _max_append(quoted, "=%02X" % ord(c), max_encoded [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
quoprimime.py | 5 """Quoted-printable content transfer encoding per RFCs 2045-2047. 8 to encode US ASCII-like 8-bit data called `quoted-printable'. It is used to 13 Quoted-printable is very space-inefficient for encoding binary files; use the 17 with quoted-printable encoding. 118 """Encode a single header line with quoted-printable (like) encoding. 120 Defined in RFC 2045, this `Q' encoding is similar to quoted-printable, but 154 quoted = [] 164 _max_append(quoted, '_', max_encoded) 167 _max_append(quoted, c, max_encoded) 170 _max_append(quoted, "=%02X" % ord(c), max_encoded [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimify.py | 5 Decode quoted-printable parts of a mail message or encode using 6 quoted-printable. 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable 27 QUOTE = '> ' # string replies are quoted with 38 qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I) 95 """Decode a single line of quoted-printable text to 8bit.""" 123 """Convert a quoted-printable part of a MIME mail message to 8bit.""" 208 """Convert quoted-printable parts of a MIME mail message to 8bit.""" 229 """Code a single line as quoted-printable. 263 """Code a single header line as quoted-printable."" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimify.py | 5 Decode quoted-printable parts of a mail message or encode using 6 quoted-printable. 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable 27 QUOTE = '> ' # string replies are quoted with 38 qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I) 95 """Decode a single line of quoted-printable text to 8bit.""" 123 """Convert a quoted-printable part of a MIME mail message to 8bit.""" 208 """Convert quoted-printable parts of a MIME mail message to 8bit.""" 229 """Code a single line as quoted-printable. 263 """Code a single header line as quoted-printable."" [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PAccessNetworkInfoHeader.java | 56 * cgi-3gpp = "cgi-3gpp" EQUAL (token / quoted-string) 57 * utran-cell-id-3gpp = "utran-cell-id-3gpp" EQUAL (token / quoted-string) 58 * dsl-location = "dsl-location" EQUAL (token / quoted-string) 59 * ci-3gpp2 = "ci-3gpp2" EQUAL (token / quoted-string) 61 * gen-value = token / host / quoted-string
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
DelphiTarget.java | 84 public String getTargetStringLiteralFromString(String s, boolean quoted) { 89 if ( quoted ) { 110 if ( quoted ) {
|
/external/nist-sip/java/gov/nist/core/ |
ParserCore.java | 59 boolean quoted = false; 70 quoted = true; 83 if (quoted) nv.setQuotedValue();
|