Searched refs:writeEscaped (Results 1 - 4 of 4) sorted by relevance

/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");
/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/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java234 context.writeEscaped(variable.getSymlink().getName());
407 context.writeEscaped(value.asString());
415 context.writeEscaped(value.asString());

Completed in 149 milliseconds