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

  /external/flac/libFLAC/ia32/
nasm.h 23 ; CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 87 static final int SPECIAL = (1 << 15);
  /external/chromium_org/url/
url_canon_path.cc 20 // This character requires special handling in DoPartialPath. Doing this test
23 SPECIAL = 1,
26 // escaped chars also have the "special" bit set so that the code that looks
29 ESCAPE = ESCAPE_BIT | SPECIAL,
32 // ESCAPE or PASS. We DON'T set the SPECIAL flag since if we encounter these
36 // This character is disallowed in URLs. Note that the "special" bit is also
39 INVALID = INVALID_BIT | SPECIAL,
43 // than one bits because they also turn on the "special" flag. Special is the
48 // Dot is even more special, and the escaped version is handled specially b
    [all...]
  /development/ndk/platforms/android-3/include/linux/
fs.h 63 #define SPECIAL 4
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 27 static const char SPECIAL[] = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~";
37 static inline UBool isSpecialAsciiChar(char c) {return isInList(c,SPECIAL);}
    [all...]
  /external/chromium_org/third_party/libxml/src/
HTMLparser.c 619 #define SPECIAL "a", "img", "applet", "embed", "object", "font", "basefont", "br", "script", "map", "q", "sub", "sup", "span", "bdo", "iframe"
621 #define INLINE FONTSTYLE, PHRASE, SPECIAL, FORMCTRL
    [all...]
  /external/libxml2/
HTMLparser.c 622 #define SPECIAL "a", "img", "applet", "embed", "object", "font", "basefont", "br", "script", "map", "q", "sub", "sup", "span", "bdo", "iframe"
624 #define INLINE FONTSTYLE, PHRASE, SPECIAL, FORMCTRL
    [all...]
  /external/mksh/src/
sh.h 784 #define OF_SPECIAL 0x04 /* a special variable changing */
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 286 milliseconds