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

12 3 4 5

  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 58 * <tr> <td> \ </td> <td>Quote the following metacharacter (so {@code \.} matches a literal {@code .}).</td> </tr>
59 * <tr> <td> \Q </td> <td>Quote all following metacharacters until {@code \E}.</td> </tr>
393 icuPattern = quote(pattern);
423 public static String quote(String string) { method in class:Pattern
  /external/bison/src/
files.c 28 #include <quote.h>
341 warn (_("conflicting outputs to file %s"), quote (name[i]));
vcg.c 36 quote (char const *name) function
522 fprintf (fout, "\t\ttitle:\t%s\n", quote (n->title));
524 fprintf (fout, "\t\tlabel:\t%s\n", quote (n->label));
571 i, quote (n->infos[i]));
581 fprintf (fout, "\t\tsourcename:\t%s\n", quote (e->sourcename));
583 fprintf (fout, "\t\ttargetname:\t%s\n", quote (e->targetname));
586 fprintf (fout, "\t\tlabel:\t%s\n", quote (e->label));
632 fprintf (fout, "\ttitle:\t%s\n", quote (g->title));
634 fprintf (fout, "\tlabel:\t%s\n", quote (g->label));
640 fprintf (fout, "\tinfo%d:\t%s\n", i, quote (g->infos[i]))
    [all...]
scan-gram.c     [all...]
  /external/v8/src/
prettyprinter.h 71 void PrintLiteral(Handle<Object> value, bool quote);
101 void PrintLiteralIndented(const char* info, Handle<Object> value, bool quote);
  /external/webkit/WebKitTools/iExploder/htdocs/
iexploder.rb 170 # sometimes quote it, sometimes not. I doubt the importance
173 quote = rand(2)
174 if (quote > 1)
180 # end the quote when you are done
181 if (quote > 1)
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 84 * <tr> <td>{@code ''}</td> <td>single quote</td> <td>(Literal)</td> <td>'o''clock'</td> </tr>
283 boolean quote = false;
299 quote = !quote;
302 if (!quote
325 if (quote) {
326 throw new IllegalArgumentException("Unterminated quote");
534 boolean quote = false;
555 quote = !quote;
    [all...]
ChoiceFormat.java 463 boolean quote = (choiceFormats[i].indexOf('|') != -1);
464 if (quote) {
468 if (quote) {
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 22 r += urllib.quote(chr(c))
  /packages/apps/Email/src/org/apache/james/mime4j/codec/
EncoderUtil.java 132 return quote(displayName);
154 return quote(localPart);
176 return name + "=" + quote(value);
500 private static String quote(String str) { method in class:EncoderUtil
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ApkSettings.java 32 private final static String STR_SEP = Pattern.quote(new String(new char[] { CHAR_SEP }));
  /external/bison/
Android.mk 32 lib/quote.c \
  /external/webkit/WebCore/inspector/front-end/
TextViewer.js 463 var quote = content.charAt(0);
464 if (content.length > 1 && (quote === "\"" || quote === "'"))
467 quote = null;
472 if (quote)
473 span.appendChild(document.createTextNode(quote));
475 if (quote)
476 span.appendChild(document.createTextNode(quote));
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplay.java 182 String[] values = storageString.split(Pattern.quote(DESCRIPTOR_DATA_STORAGE_SEPARATOR));
698 String[] values = storageString.split(Pattern.quote(DISPLAY_DATA_STORAGE_SEPARATOR));
765 String[] values = storageString.split(Pattern.quote(PID_STORAGE_SEPARATOR));
798 String[] values = storageString.split(Pattern.quote(DESCRIPTOR_STORAGE_SEPARATOR));
812 String[] values = storageString.split(Pattern.quote(DESCRIPTOR_STORAGE_SEPARATOR));
    [all...]
  /external/bison/lib/
Makefile 43 malloc.c obstack.c obstack.h pipe-safer.c quote.c quote.h \
65 $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
95 am__DEPENDENCIES_1 = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
168 LIBOBJS = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
172 LTLIBOBJS = dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo
386 include $(DEPDIR)/quote.Po
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 502 /* if this is English AND we're dealing with a quote (possessive or a
504 quote, and use the TTP to find out what single phoneme should
505 correspond the the thing after the quote ('s' or 't'). This keeps
  /external/wpa_supplicant/wpa_gui/
networkconfig.ui.h 225 int NetworkConfig::setNetworkParam(int id, const char *field, const char *value, bool quote)
230 id, field, quote ? "\"" : "", value, quote ? "\"" : "");
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui.h 228 int NetworkConfig::setNetworkParam(int id, const char *field, const char *value, bool quote)
233 id, field, quote ? "\"" : "", value, quote ? "\"" : "");
  /external/dbus/dbus/
dbus-shell.c 58 /* Skip the initial quote mark */
77 /* Possible escaped quote or \ */
135 /* If we reach here this means the close quote was never encountered */
146 * the shell, for example, you should first quote it with this
195 /* close the quote */
339 * 1) "If the current character is backslash, single-quote or
340 * double-quote (\, ' or ") and it is not quoted, it will affect
347 * enclosing quotes or substitution operators, between the quote
374 * field splitting (using default whitespace IFS) and quote
376 * Quote removal does not increase the number of words
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 151 # just a quote char. What we do is remember
154 # character quote tokens correctly.
246 # an HTML tag. Add a space to give the quote education algorithm a bit of
247 # context, so that it can guess correctly that it's a closing quote:
260 # just a quote char. What we do is remember
263 # character quote tokens correctly.
407 # Returns: The string, with "educated" curly quote HTML entities.
416 # Special case if the very first character is a quote
424 # <p>He said, "'Quoted' words in a larger quote."</p>
445 ' # the quote
    [all...]
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 136 * '/' is a comment character. Single quote '\'' and double quote '"'
137 * are string quote characters.
181 * <li>Single quote '\'' and double quote '"' are string quote characters.
537 * Specifies that the character {@code ch} shall be treated as a quote
541 * the character to be considered a quote character.
  /packages/apps/Mms/src/com/android/mms/util/
SmileyParser.java 155 patternString.append(Pattern.quote(s));
  /external/blktrace/btreplay/doc/
btreplay.tex 189 \begin{quote}
193 \end{quote}
197 \begin{quote}
202 \end{quote}
206 \begin{quote}
212 \end{quote}
217 \begin{quote}
232 \begin{quote}
236 \end{quote}
237 \end{quote}
    [all...]
  /external/bison/build-aux/
Makefile 58 $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
124 LIBOBJS = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
128 LTLIBOBJS = dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo
  /external/bison/data/
Makefile 58 $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
134 LIBOBJS = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
138 LTLIBOBJS = dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo

Completed in 860 milliseconds

12 3 4 5