Searched refs:quote (Results 1 - 25 of 205) sorted by relevance

123456789

/external/apache-http/src/org/apache/http/message/
H A DHeaderValueFormatter.java73 * @param quote <code>true</code> to always format with quoted values,
82 boolean quote)
92 * @param quote <code>true</code> to always format with quoted values,
101 boolean quote)
114 * @param quote <code>true</code> to always format with quoted values,
123 boolean quote)
133 * @param quote <code>true</code> to always format with a quoted value,
142 boolean quote)
80 formatElements(CharArrayBuffer buffer, HeaderElement[] elems, boolean quote) argument
99 formatHeaderElement(CharArrayBuffer buffer, HeaderElement elem, boolean quote) argument
121 formatParameters(CharArrayBuffer buffer, NameValuePair[] nvps, boolean quote) argument
140 formatNameValuePair(CharArrayBuffer buffer, NameValuePair nvp, boolean quote) argument
H A DBasicHeaderValueFormatter.java94 * @param quote <code>true</code> to always format with quoted values,
103 final boolean quote,
107 return formatter.formatElements(null, elems, quote).toString();
114 final boolean quote) {
131 formatHeaderElement(buffer, elems[i], quote);
163 * @param quote <code>true</code> to always format with quoted values,
172 boolean quote,
176 return formatter.formatHeaderElement(null, elem, quote).toString();
183 final boolean quote) {
200 doFormatValue(buffer, value, quote);
102 formatElements(final HeaderElement[] elems, final boolean quote, HeaderValueFormatter formatter) argument
112 formatElements(CharArrayBuffer buffer, final HeaderElement[] elems, final boolean quote) argument
171 formatHeaderElement(final HeaderElement elem, boolean quote, HeaderValueFormatter formatter) argument
181 formatHeaderElement(CharArrayBuffer buffer, final HeaderElement elem, final boolean quote) argument
259 formatParameters(final NameValuePair[] nvps, final boolean quote, HeaderValueFormatter formatter) argument
269 formatParameters(CharArrayBuffer buffer, NameValuePair[] nvps, boolean quote) argument
327 formatNameValuePair(final NameValuePair nvp, final boolean quote, HeaderValueFormatter formatter) argument
337 formatNameValuePair(CharArrayBuffer buffer, final NameValuePair nvp, final boolean quote) argument
394 doFormatValue(final CharArrayBuffer buffer, final String value, boolean quote) argument
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/bison/lib/
H A Dquote.h0 /* 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/libedit/src/
H A Dtokenizer.c81 quote_t quote; /* Quoting state */ local
141 tok->quote = Q_none;
158 tok->quote = Q_none;
185 * 2 Unmatched double quote
186 * 1 Unmatched single quote
214 switch (tok->quote) {
216 tok->quote = Q_single; /* Enter single quote
220 case Q_single: /* Exit single quote mode */
221 tok->quote
[all...]
/external/chromium_org/native_client_sdk/src/tools/lib/tests/
H A Dquote_test.py16 import quote namespace
26 sys.stdout.write('Invoking quote(%s, %s, %s)\n' %
31 return quote.quote(in_string, specials, *args, **kwargs)
41 return quote.unquote(in_string, specials, *args, **kwargs)
104 help='Special characters to quote (default is ":")')
105 parser.add_option('-q', '--quote', dest='quote', default='\\',
124 # NB: there are inputs x for which quote(unquote(x) != x, but
125 # there should be no input x for which unquote(quote(
[all...]
/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/chromium_org/third_party/WebKit/Source/platform/
H A DContentType.cpp50 size_t quote = strippedType.find('\"', start + 1); local
52 if (quote != kNotFound && end != kNotFound) {
53 start = quote;
/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/chromium_org/chrome/browser/resources/
H A Dabout_invalidations.js21 function quote(str) {
62 'Invalidations service state changed to ' + quote(newState);
80 quote(inv.objectId.name) +
82 quote((inv.isUnknownVersion ? 'Unknown' : inv.version)) +
84 quote(inv.payload);
/external/libcxx/test/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp79 std::string quote ( const char *p, char delim='"', char escape='\\' ) { function
83 ss >> s; // no quote
149 std::wstring quote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { function
153 ss >> s; // no quote
183 assert ( quote ( "Hi", '!' ) == "!Hi!" );
184 assert ( quote ( "Hi!", '!' ) == R"(!Hi\!!)" );
190 assert ( quote ( L"Hi", '!' ) == L"!Hi!" );
191 assert ( quote ( L"Hi!", '!' ) == LR"(!Hi\!!)" );
198 assert ( quote ( "" ) == "\"\"" );
199 assert ( quote (
[all...]
/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/chromium_org/third_party/sqlite/src/src/
H A Dutil.c169 ** the quote characters. The conversion is done in-place. If the
170 ** input does not begin with a quote character, then this routine
185 char quote; local
188 quote = z[0];
189 switch( quote ){
193 case '[': quote = ']'; break; /* For MS SqlServer compatibility */
197 if( z[i]==quote ){
198 if( z[i+1]==quote ){
199 z[j++] = quote;
H A Dtest8.c107 ** the quote characters. The conversion is done in-place. If the
108 ** input does not begin with a quote character, then this routine
119 int quote; local
122 quote = z[0];
123 switch( quote ){
127 case '[': quote = ']'; break; /* For MS SqlServer compatibility */
131 if( z[i]==quote ){
132 if( z[i+1]==quote ){
133 z[j++] = quote;
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DStringIdItem.java77 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex, boolean quote) { argument
80 if (quote) {
98 boolean quote) {
102 return getReferenceAnnotation(dexFile, stringIndex, quote);
97 getOptionalReferenceAnnotation(@onnull DexBackedDexFile dexFile, int stringIndex, boolean quote) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DContentData.h171 QuoteType quote() const { return m_quote; } function in class:blink::FINAL
172 void setQuote(QuoteType quote) { m_quote = quote; } argument
181 return static_cast<const QuoteContentData&>(data).quote() == quote();
185 QuoteContentData(QuoteType quote) argument
186 : m_quote(quote)
190 virtual PassOwnPtr<ContentData> cloneInternal() const OVERRIDE { return create(quote()); }
H A DContentData.cpp50 PassOwnPtr<ContentData> ContentData::create(QuoteType quote) argument
52 return adoptPtr(new QuoteContentData(quote));
/external/lldb/source/Core/
H A DInputReader.cpp149 char quote = '\0'; local
162 if (isspace(ch) && (!quote || (quote == ch && p[-1] != '\\')))
164 // We have a space character or the terminating quote
166 quote = '\0';
168 else if (quote)
174 quote = ch;
/external/chromium_org/v8/src/
H A Dprettyprinter.h49 void PrintLiteral(Handle<Object> value, bool quote);
50 void PrintLiteral(const AstRawString* value, bool quote);
84 void PrintLiteralIndented(const char* info, Handle<Object> value, bool 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/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSTokenizer.h107 static size_t peekMaxStringLen(SrcCharacterType*, UChar quote);
114 inline bool findURI(CharacterType*& start, CharacterType*& end, UChar& quote);
116 static size_t peekMaxURILen(SrcCharacterType*, UChar quote);
118 static inline bool parseURIInternal(SrcCharacterType*&, DestCharacterType*&, UChar quote);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dalias.c73 return error("unclosed quote");
/external/chromium_org/third_party/icu/source/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 */

Completed in 1683 milliseconds

123456789