HomeSort by relevance Sort by last modified time
    Searched refs:escape (Results 76 - 100 of 1027) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/net/
UrlEscapers.java 21 import com.google.common.escape.Escaper;
101 * if you wish for your path to contain slashes, you must escape each segment
  /external/jetty/src/java/org/eclipse/jetty/util/
QuotedStringTokenizer.java 105 boolean escape=false;
169 if (escape)
171 escape=false;
184 escape=true;
194 if (escape)
196 escape=false;
209 escape=true;
357 char escape = escapes[c]; local
358 if (escape == 0xFFFF)
360 // Unicode escape
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
SourceCodeEscapers.java 19 import com.google.common.escape.ArrayBasedCharEscaper;
20 import com.google.common.escape.CharEscaper;
21 import com.google.common.escape.Escaper;
32 * A factory for Escaper instances used to escape strings for safe use in
53 * string literal. This is the preferred way to escape Java characters for
56 * <p>For more details, see <a href="http://goo.gl/NsGW7">Escape Sequences for
69 * <p>Unlike {@link #javaCharEscaper} this escaper produces octal escape
71 * the escaped output can be shorter than when the standard Unicode escape
77 * <p>For more details, see <a href="http://goo.gl/NsGW7">Escape Sequences for
91 * <p>Unlike {@link #javaCharEscaper} this escaper produces octal escape
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/
UnicodeEscaper.java 52 * implement the {@link #escape(int)} method.
57 /** The amount of padding (chars) to use when growing the escape buffer. */
83 * the Unicode code point to escape if necessary
87 protected abstract char[] escape(int cp); method in class:UnicodeEscaper
96 * successive Unicode code points and invokes {@link #escape(int)} for each
103 * Note however that if your escaper does not escape characters in the
125 if (cp < 0 || escape(cp) != null) {
143 * {@link #escape(Appendable)}) which can cope with arbitrarily split input.
160 public String escape(String string) { method in class:UnicodeEscaper
168 * index. This method is called by the {@link #escape(String)} method whe
285 public Appendable escape(final Appendable out) { method in class:UnicodeEscaper
    [all...]
  /external/libxml2/doc/examples/
index.py 13 from apibuild import CParser, escape namespace
103 output.write(" <synopsis>%s</synopsis>\n" % escape(synopsis));
108 output.write(" <purpose>%s</purpose>\n" % escape(purpose));
113 output.write(" <usage>%s</usage>\n" % escape(usage));
118 output.write(" <test>%s</test>\n" % escape(test));
126 output.write(" <author>%s</author>\n" % escape(author));
131 output.write(" <copy>%s</copy>\n" % escape(copy));
136 output.write(" <section>%s</section>\n" % escape(section));
149 escape(topic), escape(str))
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
CookieList.java 82 sb.append(Cookie.escape(s));
84 sb.append(Cookie.escape(o.getString(s)));
JSONML.java 319 tagName = XML.escape(tagName);
337 sb.append(XML.escape(k));
340 sb.append(XML.escape(v));
361 sb.append(XML.escape(e.toString()));
401 return XML.escape(jo.toString());
404 tagName = XML.escape(tagName);
418 sb.append(XML.escape(k));
421 sb.append(XML.escape(v));
440 sb.append(XML.escape(e.toString()));
  /external/icu/icu4c/source/samples/translit/answers/
main_1.cpp 52 uprintf(escape(str));
60 uprintf(escape(str));
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
DelimitedWriter.java 96 delegate.write(escape(field)); method
158 private String escape(final String value) { method in class:DelimitedWriter
161 // Escape and quote if the source value contains the delimiter
  /external/libxml2/include/libxml/
xmlsave.h 78 xmlCharEncodingOutputFunc escape);
81 xmlCharEncodingOutputFunc escape);
  /external/markdown/markdown/
postprocessors.py 48 if str(self.markdown.safeMode).lower() == 'escape':
49 html = self.escape(html)
62 def escape(self, html): member in class:RawHtmlPostprocessor
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscaperBuilder.java 33 * a very fast escape method.
45 * Overriding escape method to be slightly faster for this decorator. We test the replacements
48 @Override public String escape(String s) { method in class:CharEscaperBuilder.CharArrayDecorator
59 @Override protected char[] escape(char c) { method in class:CharEscaperBuilder.CharArrayDecorator
UnicodeEscaper.java 51 * the {@link #escape(int)} method.
56 /** The amount of padding (chars) to use when growing the escape buffer. */
78 * @param cp the Unicode code point to escape if necessary
82 protected abstract char[] escape(int cp); method in class:UnicodeEscaper
90 * successive Unicode code points and invokes {@link #escape(int)} for each of
95 * <p>Note however that if your escaper does not escape characters in the
112 if (cp < 0 || escape(cp) != null) {
129 * {@link #escape(Appendable)}) which can cope with arbitrarily split input.
144 public String escape(String string) { method in class:UnicodeEscaper
153 * index. This method is called by the {@link #escape(String)} method when i
262 public Appendable escape(final Appendable out) { method in class:UnicodeEscaper
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
literals.py 19 def escape(m): function
28 raise ValueError("invalid hex string escape ('\\%s')" % tail)
32 raise ValueError("invalid hex string escape ('\\%s')" % tail)
37 raise ValueError("invalid octal string escape ('\\%s')" % tail)
48 return re.sub(r"\\(\'|\"|\\|[abfnrtv]|x.{0,2}|[0-7]{1,3})", escape, s)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
literals.py 19 def escape(m): function
28 raise ValueError("invalid hex string escape ('\\%s')" % tail)
32 raise ValueError("invalid hex string escape ('\\%s')" % tail)
37 raise ValueError("invalid octal string escape ('\\%s')" % tail)
48 return re.sub(r"\\(\'|\"|\\|[abfnrtv]|x.{0,2}|[0-7]{1,3})", escape, s)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 19 def escape(m): function
28 raise ValueError("invalid hex string escape ('\\%s')" % tail)
32 raise ValueError("invalid hex string escape ('\\%s')" % tail)
37 raise ValueError("invalid octal string escape ('\\%s')" % tail)
48 return re.sub(r"\\(\'|\"|\\|[abfnrtv]|x.{0,2}|[0-7]{1,3})", escape, s)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 19 def escape(m): function
28 raise ValueError("invalid hex string escape ('\\%s')" % tail)
32 raise ValueError("invalid hex string escape ('\\%s')" % tail)
37 raise ValueError("invalid octal string escape ('\\%s')" % tail)
48 return re.sub(r"\\(\'|\"|\\|[abfnrtv]|x.{0,2}|[0-7]{1,3})", escape, s)
  /external/guava/guava/src/com/google/common/escape/
UnicodeEscaper.java 17 package com.google.common.escape;
52 * your own escapers extend this class and implement the {@link #escape(int)}
61 /** The amount of padding (chars) to use when growing the escape buffer. */
86 * @param cp the Unicode code point to escape if necessary
90 protected abstract char[] escape(int cp); method in class:UnicodeEscaper
98 * successive Unicode code points and invokes {@link #escape(int)} for each of
103 * <p>Note however that if your escaper does not escape characters in the
120 if (cp < 0 || escape(cp) != null) {
152 public String escape(String string) { method in class:UnicodeEscaper
161 * index. This method is called by the {@link #escape(String)} method when i
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 10 # Escape special characters in C strings
20 # Special case: escape double quote with \u201c or \u201d, depending
38 # Expand escape sequences in C strings (needed for gettext lookup)
44 escape = False
51 if not escape:
53 escape = True
66 escape = False
76 escape = False
81 escape = False
95 escape = Fals
    [all...]
  /art/tools/ahat/src/
DocString.java 71 mStringBuilder.append(HtmlEscapers.htmlEscaper().escape(text));
100 mStringBuilder.append(HtmlEscapers.htmlEscaper().escape(alt));
109 mStringBuilder.append(HtmlEscapers.htmlEscaper().escape(alt));
  /external/elfutils/libdw/
dwarf_ranges.c 48 Dwarf_Addr escape = (width == 8 ? (Elf64_Addr) -1 local
58 /* Unrelocated escape for begin means base address selection. */
59 if (begin == escape && !begin_relocated)
61 if (unlikely (end == escape))
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
CurrencyDemo.java 94 System.out.print("\t" + Utility.escape(str26));
104 System.out.print("\t" + Utility.escape(str26));
106 System.out.print(" (" + Utility.escape(str24) + ")");
  /external/libxml2/
testURI.c 20 static int escape = 0; variable
49 if (escape != 0) {
85 ((!strcmp(argv[arg], "-escape")) || (!strcmp(argv[arg], "--escape")))) {
87 escape++;
  /external/v8/test/webkit/fast/js/kde/
GlobalObject.js 31 shouldBe("escape(h)", "'a%EFc'");
32 shouldBe("escape(u)", "'a%u1234c'");
33 shouldBe("escape(z)", "'%00'");
34 shouldBe("unescape(escape(h))", "h");
35 shouldBe("unescape(escape(u))", "u");
36 shouldBe("unescape(escape(z))", "z");
  /external/valgrind/none/tests/amd64/
faultstatus.c 21 static jmp_buf escape; variable
70 siglongjmp(escape, ok + 1);
127 if (sigsetjmp(escape, 1) == 0) {

Completed in 1403 milliseconds

1 2 34 5 6 7 8 91011>>