HomeSort by relevance Sort by last modified time
    Searched refs:SPECIAL_CHARS (Results 1 - 6 of 6) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
JsEscapeFunction.java 38 char[] SPECIAL_CHARS = {'/', '"', '\'', '\\', '>', '<', '&', ';'};
41 ESCAPE_CHARS = new char[32 + SPECIAL_CHARS.length];
48 System.arraycopy(SPECIAL_CHARS, 0, ESCAPE_CHARS, 32, SPECIAL_CHARS.length);
StyleEscapeFunction.java 41 String SPECIAL_CHARS = "_.,!#%- ";
55 if (SPECIAL_CHARS.indexOf(n) != -1) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 20 SPECIAL_CHARS = ".\\[{()*+?^$|"
413 if this and this[0] not in SPECIAL_CHARS:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 20 SPECIAL_CHARS = ".\\[{()*+?^$|"
413 if this and this[0] not in SPECIAL_CHARS:
  /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 603 milliseconds