HomeSort by relevance Sort by last modified time
    Searched full:special_chars (Results 1 - 13 of 13) 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) {
  /external/v8/src/wasm/
wasm-text.cc 24 const char *special_chars = "_.+-*/\\^~=<>!?@#$%&|:'`"; local
27 (c >= 'A' && c <= 'Z') || strchr(special_chars, c);
  /external/pdfium/core/fpdfdoc/
ctypeset.cpp 19 const uint8_t special_chars[128] = { member in namespace:__anon31073
35 return !!(special_chars[word] & 0x01);
73 return !!(special_chars[word] & 0x08);
119 return word <= 0x007F && (special_chars[word] & 0x20);
124 return !!(special_chars[word] & 0x04);
  /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...]
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 

Completed in 1635 milliseconds