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

1 2 3 4 5

  /external/bison/lib/
quote.h 0 /* quote.h - prototypes for quote.c
22 char const *quote (char const *name);
quote.c 0 /* quote.c - quote arguments for output
25 #include "quote.h"
38 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/chromium/third_party/icu/source/test/intltest/
tokiter.cpp 56 * delimited by double or single quotes. The closing quote must match
57 * the opening quote. If a '#' is encountered, the rest of the line
70 UChar quote = 0; local
74 quote = c;
91 } else if ((quote != 0 && c == quote) ||
92 (quote == 0 && uprv_isRuleWhiteSpace(c))) {
95 } else if (quote == 0 && c == '#') {
102 if (quote != 0) {
  /external/icu4c/test/intltest/
tokiter.cpp 56 * delimited by double or single quotes. The closing quote must match
57 * the opening quote. If a '#' is encountered, the rest of the line
70 UChar quote = 0; local
74 quote = c;
91 } else if ((quote != 0 && c == quote) ||
92 (quote == 0 && uprv_isRuleWhiteSpace(c))) {
95 } else if (quote == 0 && c == '#') {
102 if (quote != 0) {
  /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) {
  /system/core/libsysutils/src/
FrameworkListener.cpp 66 bool quote = false; local
95 if (quote)
96 quote = false;
98 quote = true;
104 if (!quote && *q == ' ') {
121 if (quote) {
  /external/webkit/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/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/webkit/JavaScriptCore/tests/mozilla/js1_5/LexicalConventions/
lexical-001.js 41 var quote = "'"; variable
144 return (statprefix + quote + msg + quote);
  /external/wpa_supplicant/wpa_gui-qt4/
networkconfig.h 35 const char *value, bool quote);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.h 35 const char *value, bool quote);
  /libcore/json/src/main/java/org/json/
JSONTokener.java 181 * Returns the string up to but not including {@code quote}, unescaping any
182 * character escape sequences encountered along the way. The opening quote
183 * should have already been read. This consumes the closing quote, but does
186 * @param quote either ' or ".
190 public String nextString(char quote) throws JSONException {
203 if (c == quote) {
  /external/chromium/third_party/icu/source/tools/pkgdata/
pkgtypes.c 27 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote)
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)
88 if(quote < 0) { /* remove quotes */
95 } else if(quote > 0) { /* add quotes */
  /external/icu4c/tools/pkgdata/
pkgtypes.c 27 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote)
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)
88 if(quote < 0) { /* remove quotes */
95 } else if(quote > 0) { /* add quotes */
  /external/bison/src/
scan-gram.l 35 #include <quote.h>
261 complain_at (*loc, _("invalid directive: %s"), quote (yytext));
321 complain_at (*loc, _("invalid character: %s"), quote (yytext));
395 | The initial quote is already eaten. |
414 | The initial quote is already eaten. |
454 complain_at (*loc, _("invalid escape sequence: %s"), quote (yytext));
456 complain_at (*loc, _("invalid null character: %s"), quote (yytext));
465 complain_at (*loc, _("invalid escape sequence: %s"), quote (yytext));
467 complain_at (*loc, _("invalid null character: %s"), quote (yytext));
486 complain_at (*loc, _("invalid escape sequence: %s"), quote (yytext))
    [all...]

Completed in 153 milliseconds

1 2 3 4 5