Searched defs:quote (Results 1 - 25 of 55) sorted by relevance

123

/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/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/LexicalConventions/
H A Dlexical-001.js41 var quote = "'"; variable
144 return (statprefix + quote + msg + quote);
/external/webkit/LayoutTests/fast/js/resources/
H A Djson2-es5-compat.js200 function quote(string) { function
202 // If the string contains no control characters, no quote characters, and no
253 return quote(value);
320 partial.push(quote(k) + (gap ? ': ' : ':') + v);
332 partial.push(quote(k) + (gap ? ': ' : ':') + v);
/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/webkit/PerformanceTests/SunSpider/hosted/
H A Djson2.js209 function quote(string) { function
211 // If the string contains no control characters, no quote characters, and no
257 return quote(value);
324 partial.push(quote(k) + (gap ? ': ' : ':') + v);
336 partial.push(quote(k) + (gap ? ': ' : ':') + v);
/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.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 D15.10.4.1-5-n.js106 return (statprefix + quote(regexp) + statsuffix + flag);
110 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 Dregress-57631.js121 return (statprefix + quote(regexp) + statsuffix + quote(flag));
125 function quote(text) function
/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/clang/utils/
H A DFuzzTest98 def quote(str): function
106 'inputs' : ' '.join(quote(f) for f in input_files) }
/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/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/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/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/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.h97 QuoteType quote() const function in struct:WebCore::ContentData
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTime.java434 //We start a literal, which we need to quote
454 protected String quote(String str, boolean insideQuotes) { method in class:ShadowTime.Strftime
482 buf.append(quote("%" + firstChar, oldInside));
489 buf.append(quote("%" + firstChar, oldInside));
/external/webkit/Source/WebCore/rendering/
H A DRenderQuote.cpp53 RenderQuote::RenderQuote(Document* node, QuoteType quote) argument
55 , m_type(quote)
71 // This function places a list of quote renderers starting at "this" in the list of quote renderers already
75 // (All quote renderers are linked and have the correct depth set)
76 // 2. The quote renderers of the inserted list are in a tree of renderers of their own which has been just
78 // 3. The quote renderers in the inserted list have depths consistent with their position in the list relative

Completed in 541 milliseconds

123