HomeSort by relevance Sort by last modified time
    Searched defs:writeEscaped (Results 1 - 5 of 5) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/template/
RenderingContext.java 39 * of escaping functions will be written using writeUnescaped() instead of writeEscaped().
51 void writeEscaped(String text);
DefaultRenderingContext.java 115 public void writeEscaped(String text) {
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 79 writeEscaped(nspStack[i * 2 + 1], '"');
95 private final void writeEscaped(String s, int quot) throws IOException {
451 writeEscaped(nspStack[cnt * 2 + 1], '"');
465 writeEscaped(value, q);
536 writeEscaped(text, -1);
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 54 milliseconds