Searched refs:quote (Results 1 - 25 of 118) sorted by relevance

12345

/external/apache-http/src/org/apache/http/message/
H A DHeaderValueFormatter.java68 * @param quote <code>true</code> to always format with quoted values,
77 boolean quote)
87 * @param quote <code>true</code> to always format with quoted values,
96 boolean quote)
109 * @param quote <code>true</code> to always format with quoted values,
118 boolean quote)
128 * @param quote <code>true</code> to always format with a quoted value,
137 boolean quote)
75 formatElements(CharArrayBuffer buffer, HeaderElement[] elems, boolean quote) argument
94 formatHeaderElement(CharArrayBuffer buffer, HeaderElement elem, boolean quote) argument
116 formatParameters(CharArrayBuffer buffer, NameValuePair[] nvps, boolean quote) argument
135 formatNameValuePair(CharArrayBuffer buffer, NameValuePair nvp, boolean quote) argument
H A DBasicHeaderValueFormatter.java89 * @param quote <code>true</code> to always format with quoted values,
98 final boolean quote,
102 return formatter.formatElements(null, elems, quote).toString();
109 final boolean quote) {
126 formatHeaderElement(buffer, elems[i], quote);
158 * @param quote <code>true</code> to always format with quoted values,
167 boolean quote,
171 return formatter.formatHeaderElement(null, elem, quote).toString();
178 final boolean quote) {
195 doFormatValue(buffer, value, quote);
97 formatElements(final HeaderElement[] elems, final boolean quote, HeaderValueFormatter formatter) argument
107 formatElements(CharArrayBuffer buffer, final HeaderElement[] elems, final boolean quote) argument
166 formatHeaderElement(final HeaderElement elem, boolean quote, HeaderValueFormatter formatter) argument
176 formatHeaderElement(CharArrayBuffer buffer, final HeaderElement elem, final boolean quote) argument
254 formatParameters(final NameValuePair[] nvps, final boolean quote, HeaderValueFormatter formatter) argument
264 formatParameters(CharArrayBuffer buffer, NameValuePair[] nvps, boolean quote) argument
322 formatNameValuePair(final NameValuePair nvp, final boolean quote, HeaderValueFormatter formatter) argument
332 formatNameValuePair(CharArrayBuffer buffer, final NameValuePair nvp, final boolean quote) argument
389 doFormatValue(final CharArrayBuffer buffer, final String value, boolean quote) argument
[all...]
/external/icu4c/test/intltest/
H A Dtokiter.cpp57 * delimited by double or single quotes. The closing quote must match
58 * the opening quote. If a '#' is encountered, the rest of the line
71 UChar quote = 0; local
75 quote = c;
92 } else if ((quote != 0 && c == quote) ||
93 (quote == 0 && PatternProps::isWhiteSpace(c))) {
96 } else if (quote == 0 && c == '#') {
103 if (quote != 0) {
/external/bison/lib/
H A Dquote.h0 /* quote.h - prototypes for quote.c
23 /* The quoting options used by quote_n and quote. Its type is incomplete,
44 char const *quote (char const *arg);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
H A D15.10.4.1-1.js91 msg = status + quote(prop);
104 return (statprefix + quote(regexp) + statsuffix);
108 function quote(text) function
H A D15.10.4.1-2.js97 msg = status + quote(prop);
110 return (statprefix + quote(regexp) + statsuffix);
114 function quote(text) function
H A D15.10.3.1-1.js108 return (statprefix + quote(regexp) + comma + flag + closeparens);
112 function quote(text) function
H A D15.10.3.1-2.js116 return (statprefix + quote(regexp) + comma + flag + closeparens);
120 function quote(text) function
H A D15.10.4.1-5-n.js106 return (statprefix + quote(regexp) + statsuffix + flag);
110 function quote(text) function
H A D15.10.4.1-3.js103 msg = status + quote(prop);
117 return (statprefix + quote(regexp) + statmiddle + flag + statsuffix);
121 function quote(text) function
H A D15.10.4.1-4.js109 msg = status + quote(prop);
123 return (statprefix + quote(regexp) + statmiddle + flag + statsuffix);
127 function quote(text) function
H A Dregress-57631.js121 return (statprefix + quote(regexp) + statsuffix + quote(flag));
125 function quote(text) function
/external/oprofile/libpopt/
H A Dpoptparse.c60 char quote = '\0'; local
72 if (quote == *src) {
73 quote = '\0';
74 } else if (quote != '\0') {
81 if (*src != quote) *buf++ = '\\';
97 quote = *src;
/external/webkit/Source/WebCore/rendering/style/
H A DContentData.cpp55 return quote() == other.quote();
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/LexicalConventions/
H A Dlexical-001.js41 var quote = "'"; variable
144 return (statprefix + quote + msg + quote);
/external/webkit/Source/WebCore/platform/
H A DContentType.cpp50 size_t quote = strippedType.find('\"', start + 1); local
52 if (quote != notFound && end != notFound)
53 start = quote;
/external/qemu/
H A Dgen-charmap.py75 def quote(s): function
93 disp = quote(m.group(1))
99 number = quote(m.group(1))
105 base = quote(m.group(1))
111 caps = quote(m.group(1))
117 fn = quote(m.group(1))
123 caps_fn = quote(m.group(1))
/external/oprofile/libop/
H A Dop_xml_out.c179 char *quote; local
199 quote = "&amp;";
202 quote = "&lt;";
205 quote = "&gt;";
208 quote = "&quot;";
219 ret = snprintf(buf, size, "%s", quote);
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb15 def quote(text) method in class:XMLLexerTest
65 {say("PCDATA: " << quote($t.text))}
67 {say("CDATA: " << quote($t.text))}
69 {say("Comment: " << quote($t.text))}
/external/bison/src/
H A Dgraphviz.c36 quote (char const *name) function
55 quote (grammar_file));
74 fprintf (fout, " label=%s", quote (label));
81 char *q = quote (name);
/external/linux-tools-perf/util/
H A Dalias.c72 return error("unclosed quote");
H A Dconfig.c55 int quote = 0, comment = 0, space = 0; local
64 if (quote)
71 if (isspace(c) && !quote) {
75 if (!quote) {
111 quote = 1-quote;
/external/v8/src/
H A Dprettyprinter.h72 void PrintLiteral(Handle<Object> value, bool quote);
103 void PrintLiteralIndented(const char* info, Handle<Object> value, bool quote);
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.c27 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote) argument
38 if(quote < 0) { /* remove quotes */
45 } else if(quote > 0) { /* add quotes */
73 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) argument
88 if(quote < 0) { /* remove quotes */
95 } else if(quote > 0) { /* add quotes */
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dhttp_header_util.py198 quote = False
205 quote = True
212 if quote:

Completed in 819 milliseconds

12345