HomeSort by relevance Sort by last modified time
    Searched refs:quote (Results 1 - 25 of 213) sorted by null

1 2 3 4 5 6 7 8 9

  /ndk/sources/host-tools/sed-4.2.1/lib/
quote.h 0 /* quote.h - prototypes for quote.c
21 char const *quote (char const *name);
quote.c 0 /* quote.c - quote arguments for output
24 #include "quote.h"
37 quote (char const *name) function
  /external/apache-http/src/org/apache/http/message/
HeaderValueFormatter.java 68 * @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)
BasicHeaderValueFormatter.java 89 * @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);
    [all...]
  /external/icu4c/test/intltest/
tokiter.cpp 57 * 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/
quote.h 0 /* 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/oprofile/libpopt/
poptparse.c 60 char quote = '\0'; local
72 if (quote == *src) {
73 quote = '\0';
74 } else if (quote != '\0') {
81 if (*src != quote) *buf++ = '\\';
97 quote = *src;
  /libcore/luni/src/main/java/java/text/
Format.java 180 boolean lastQuote = false, quote = false;
187 quote = !quote;
189 } else if (ch == stop && !quote) {
204 boolean quote = false;
208 quote = !quote;
210 if (!quote) {
  /external/webkit/Source/WebCore/rendering/style/
ContentData.cpp 55 return quote() == other.quote();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
15.10.4.1-1.js 91 msg = status + quote(prop);
104 return (statprefix + quote(regexp) + statsuffix);
108 function quote(text) function
15.10.4.1-2.js 97 msg = status + quote(prop);
110 return (statprefix + quote(regexp) + statsuffix);
114 function quote(text) function
15.10.4.1-3.js 103 msg = status + quote(prop);
117 return (statprefix + quote(regexp) + statmiddle + flag + statsuffix);
121 function quote(text) function
15.10.4.1-4.js 109 msg = status + quote(prop);
123 return (statprefix + quote(regexp) + statmiddle + flag + statsuffix);
127 function quote(text) function
regress-57631.js 121 return (statprefix + quote(regexp) + statsuffix + quote(flag));
125 function quote(text) function
15.10.3.1-1.js 108 return (statprefix + quote(regexp) + comma + flag + closeparens);
112 function quote(text) function
15.10.3.1-2.js 116 return (statprefix + quote(regexp) + comma + flag + closeparens);
120 function quote(text) function
15.10.4.1-5-n.js 106 return (statprefix + quote(regexp) + statsuffix + flag);
110 function quote(text) function
  /external/webkit/Source/WebCore/platform/
ContentType.cpp 50 size_t quote = strippedType.find('\"', start + 1); local
52 if (quote != notFound && end != notFound)
53 start = quote;
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 58 sb.append(INDENT + ".setContentTitle(" + quote(CONTENT_TITLE) + ")");
60 sb.append(INDENT + ".setContentText(" + quote(CONTENT_TEXT) + ")");
62 sb.append(INDENT + ".setSubText(" + quote(SUB_TEXT) + ")");
66 sb.append(INDENT + ".setContentInfo(" + quote(CONTENT_INFO) + ")");
99 sb.append(STYLE_INDENT + ".bigText(" + quote(BIG_TEXT) + ")");
105 sb.append(STYLE_INDENT + ".addLine(" + quote(line) + ")");
110 sb.append(STYLE_INDENT + ".setBigContentTitle(" + quote(BIG_CONTENT_TITLE) + ")");
112 sb.append(STYLE_INDENT + ".setSummaryText(" + quote(SUMMARY_TEXT) + ")");
120 ".addAction(" + icon.getValueInt() + ", " + quote(text) + ", " + intentName + ")");
123 private static String quote(EditableItem text) method in class:CodeGenerator
127 private static String quote(String text) { method in class:CodeGenerator
    [all...]
  /external/qemu/
gen-charmap.py 75 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/
op_xml_out.c 179 char *quote; local
199 quote = "&amp;";
202 quote = "&lt;";
205 quote = "&gt;";
208 quote = "&quot;";
219 ret = snprintf(buf, size, "%s", quote);
  /system/core/libsysutils/src/
FrameworkListener.cpp 87 bool quote = false; local
123 if (quote)
124 quote = false;
126 quote = true;
134 if (!quote && *q == ' ') {
167 if (quote) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/LexicalConventions/
lexical-001.js 41 var quote = "'"; variable
144 return (statprefix + quote + msg + quote);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 15 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/
graphviz.c 36 quote (char const *name) function
55 quote (grammar_file));
74 fprintf (fout, " label=%s", quote (label));
81 char *q = quote (name);

Completed in 330 milliseconds

1 2 3 4 5 6 7 8 9