HomeSort by relevance Sort by last modified time
    Searched refs:SPECIAL_CHARS (Results 1 - 16 of 16) 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/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_parse.py 19 SPECIAL_CHARS = ".\\[{()*+?^$|"
428 if this and this[0] not in SPECIAL_CHARS:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_parse.py 19 SPECIAL_CHARS = ".\\[{()*+?^$|"
412 if this and this[0] not in SPECIAL_CHARS:
  /external/python/cpython2/Lib/
sre_parse.py 19 SPECIAL_CHARS = ".\\[{()*+?^$|"
428 if this and this[0] not in SPECIAL_CHARS:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_parse.py 20 SPECIAL_CHARS = ".\\[{()*+?^$|"
413 if this and this[0] not in SPECIAL_CHARS:
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_parse.py 20 SPECIAL_CHARS = ".\\[{()*+?^$|"
413 if this and this[0] not in SPECIAL_CHARS:
  /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:
  /external/python/cpython3/Lib/
sre_parse.py 17 SPECIAL_CHARS = ".\\[{()*+?^$|"
504 elif this not in SPECIAL_CHARS:
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /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 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 309 milliseconds