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

  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java 53 private String currentEscaper; // optimization to reduce List lookup.
97 escaperStack.add(currentEscaper);
99 currentEscaper = null;
101 currentEscaper = name;
111 currentEscaper = escaperStack.remove(len - 1);
118 boolean applyAutoEscape = isRuntimeAutoEscaping() && (currentEscaper == null);
126 globalFunctionExecutor.escape(currentEscaper, text, tmp);
133 globalFunctionExecutor.escape(currentEscaper, text, out);
155 if (isRuntimeAutoEscaping() && (currentEscaper == null)) {
215 if (isRuntimeAutoEscaping() || (currentEscaper != null))
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 31 milliseconds