Searched refs:quotes (Results 1 - 25 of 28) sorted by relevance

12

/external/nist-sip/java/gov/nist/core/
H A DNameValue.java57 private String quotes; field in class:NameValue
67 this.quotes = "";
85 quotes = "";
112 this.quotes = Separators.DOUBLE_QUOTE;
166 buffer.append(name).append(separator).append(quotes);
168 buffer.append(quotes);
177 return name + separator + quotes + quotes;
181 buffer.append(name).append(separator).append(quotes).append(quotes);
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderQuote.cpp74 // 1. The list of quotes already in the renderers tree of the document is already in a consistent state
91 // We need to splice the list of quotes headed by head into the document's list of quotes.
244 const QuotesData* quotes = style()->quotes(); local
245 if (!quotes)
246 quotes = defaultQuotes(this);
247 if (!quotes->length)
266 if (index >= quotes->length)
267 index = (quotes
[all...]
/external/openssl/crypto/asn1/
H A Da_strex.c141 /* If we don't escape with quotes, signal we need quotes */
176 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg)
223 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg);
228 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg);
318 char quotes; local
320 quotes = 0;
367 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
370 if(quotes) outlen += 2;
372 if(quotes
175 do_buf(unsigned char *buf, int buflen, int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) argument
[all...]
/external/chromium/base/
H A Dstring_tokenizer.h117 // Set the characters to regard as quotes. By default, this is empty. When
122 void set_quote_chars(const str& quotes) { quotes_ = quotes; } argument
186 // Implementation of GetNext() for when we have to take quotes into account.
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCPPTarget.java70 * when surrounded by double-quotes.
99 * will be able to use this 1-to-1 mapping. Expect single quotes
116 * will be able to use this 1-to-1 mapping. Expect double quotes
H A DTarget.java159 * Expect single quotes around the incoming literal.
198 * is the translation 'a\n"' -> "a\n\"". Expect single quotes
199 * around the incoming literal. Just flip the quotes and replace
200 * double quotes with \"
275 * double-quotes around it as well. Example String in memory:
300 if ( c!='\'' && // don't escape single quotes in strings for java
/external/webkit/Source/WebCore/rendering/style/
H A DStyleRareInheritedData.h100 RefPtr<QuotesData> quotes; member in class:WebCore::StyleRareInheritedData
H A DStyleRareInheritedData.cpp154 && *quotes == *o.quotes;
H A DRenderStyle.cpp608 if (*rareInheritedData->quotes.get() == *q.get())
610 rareInheritedData.access()->quotes = q;
H A DRenderStyle.h1161 QuotesData* quotes() const { return rareInheritedData->quotes.get(); } function in class:WebCore::RenderStyle
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php82 $convert_quot = 0; # should we translate &quot; entities into normal quotes?
90 # q : quotes
91 # b : backtick quotes (``double'' only)
92 # B : backtick quotes (``double'' and `single')
158 # Don't mess with quotes inside tags.
181 # Note: backticks need to be processed before quotes.
231 $do_backticks; # should we educate ``backticks'' -style quotes?
238 # smarten ``backticks'' -style quotes
245 # Special case to handle quotes at the very end of $text when preceded by
267 # Don't mess with quotes insid
[all...]
/external/dbus/dbus/
H A Ddbus-shell.c34 /* Single quotes preserve the literal string exactly. escape
38 * Double quotes allow $ ` " \ and newline to be escaped with backslash.
39 * Otherwise double quotes preserve things literally.
146 * quotes; if a string contains file globs, arithmetic operators,
156 * double quotes are handled, as are escapes including escaped
159 * Shell quoting rules are a bit strange. Single quotes preserve the
162 * like 'foo'\''bar'. Double quotes allow $, `, ", \, and newline to
163 * be escaped with backslash. Otherwise double quotes preserve things
203 * a backslash outside of quotes
282 * enclosing quotes o
[all...]
/external/quake/quake/src/QW/client/
H A Dcmd.c147 int quotes; local
154 quotes = 0;
158 quotes++;
159 if ( !(quotes&1) && text[i] == ';')
/external/quake/quake/src/WinQuake/
H A Dcmd.cpp148 int quotes; local
155 quotes = 0;
159 quotes++;
160 if ( !(quotes&1) && text[i] == ';')
/external/linux-tools-perf/config/
H A Dutilities.mak51 # single-quotes, so be wary of the characters
67 # delimited by shell single-quotes, so be wary
84 # single-quotes.
/external/bison/data/
H A Dglr.cc37 # (and c.m4 strips one level of quotes). This is a PITA, and
38 # explains why there are so many levels of quotes.
/external/e2fsprogs/lib/blkid/
H A Dread.c145 * in case it is inside quotes, or escaped.
258 printf("unbalanced quotes at: %s\n", *value));
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMCSS.h244 - (NSString *)quotes;
245 - (void)setQuotes:(NSString *)quotes;
H A DDOMCSS.mm1087 - (NSString *)quotes
1089 return [self getPropertyValue:@"quotes"];
1092 - (void)setQuotes:(NSString *)quotes
1094 [self setProperty:@"quotes" value:quotes priority:@""];
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp565 const bool quotes = isa<VarDecl>(DR->getDecl()); local
566 if (quotes) {
583 if (quotes)
585 return quotes;
/external/webkit/Source/WebCore/css/
H A DCSSPropertyNames.in123 quotes
H A DCSSStyleSelector.cpp4584 m_style->setQuotes(m_parentStyle->quotes());
4597 String* quotes = data->data();
4603 quotes[i] = primitiveValue->getStringValue();
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php36 * -- Added quotes as another way of designating text; "hello" is equivalent to text(hello)
/external/libpng/
H A DCHANGES2008 Add missing quotes in projects/visualc6, lost in version 1.2.20rc3
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php3001 // (e.g. quotes: '<' '>'; or similar)
4158 * - ENT_QUOTES: escapes &, <, >, double and single quotes
4181 case ENT_NOQUOTES: // don't convert double quotes
4184 case ENT_QUOTES: // convert single quotes as well

Completed in 1200 milliseconds

12