Searched defs:quotes (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DStyleRareInheritedData.h100 RefPtr<QuotesData> quotes; member in class:WebCore::StyleRareInheritedData
H A DRenderStyle.h1161 QuotesData* quotes() const { return rareInheritedData->quotes.get(); } function in class:WebCore::RenderStyle
/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/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPUtils.java49 * @param quotes
50 * The characters to be used as quotes around array items that
58 String separator, String quotes, boolean allowCommas) throws XMPException
61 .catenateArrayItems(xmp, schemaNS, arrayName, separator, quotes, allowCommas);
57 catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, String separator, String quotes, boolean allowCommas) argument
/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/quake/quake/src/QW/client/
H A Dcmd.c147 int quotes; local
154 quotes = 0;
158 quotes++;
159 if ( !(quotes&1) && text[i] == ';')
/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/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPUtilsImpl.java74 * @param quotes
75 * The characters to be used as quotes around array items that
84 String separator, String quotes, boolean allowCommas) throws XMPException
93 if (quotes == null || quotes.length() == 0)
95 quotes = "\"";
117 // Make sure the open and close quotes are a legitimate pair.
118 char openQuote = quotes.charAt(0);
119 char closeQuote = checkQuotes(quotes, openQuote);
249 // internal quotes tha
83 catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, String separator, String quotes, boolean allowCommas) argument
872 checkQuotes(String quotes, char openQuote) argument
[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/quake/quake/src/WinQuake/
H A Dcmd.cpp148 int quotes; local
155 quotes = 0;
159 quotes++;
160 if ( !(quotes&1) && text[i] == ';')
/external/smack/src/org/xbill/DNS/
H A DTokenizer.java35 private static String quotes = "\""; field in class:Tokenizer
285 delimiters = quotes;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1171 const bool quotes = isa<VarDecl>(DR->getDecl()); local
1172 if (quotes) {
1189 if (quotes)
1191 return quotes;

Completed in 279 milliseconds