Searched defs:writeEscaped (Results 1 - 3 of 3) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DRenderingContext.java39 * of escaping functions will be written using writeUnescaped() instead of writeEscaped().
51 void writeEscaped(String text); method in interface:RenderingContext
H A DDefaultRenderingContext.java115 public void writeEscaped(String text) { method in class:DefaultRenderingContext
/external/deqp/framework/qphelper/
H A DqpXmlWriter.c45 static deBool writeEscaped (qpXmlWriter* writer, const char* str) function
193 return writeEscaped(writer, str);
211 writeEscaped(writer, attrib->stringValue);
218 writeEscaped(writer, buf);
223 writeEscaped(writer, attrib->boolValue ? "True" : "False");

Completed in 302 milliseconds