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

  /external/libxml2/include/libxml/
parserInternals.h 159 * IS_EXTENDER:
169 #define IS_EXTENDER(c) xmlIsExtenderQ(c)
175 * Behaves like IS_EXTENDER but with a single-byte argument
  /external/libxml2/
pattern.c 834 (IS_EXTENDER(val))) {
872 (IS_EXTENDER(val))) {
    [all...]
tree.c 409 IS_EXTENDER(c)) {
496 IS_EXTENDER(c)) {
509 IS_EXTENDER(c)) {
579 (c == '-') || (c == '_') || IS_COMBINING(c) || IS_EXTENDER(c)) {
646 (c == '-') || (c == '_') || IS_COMBINING(c) || IS_EXTENDER(c)))
651 (c == '-') || (c == '_') || IS_COMBINING(c) || IS_EXTENDER(c)) {
    [all...]
HTMLparser.c     [all...]
parser.c     [all...]
xpath.c     [all...]
valid.c     [all...]
xmlregexp.c     [all...]
  /external/libxslt/libxslt/
pattern.c     [all...]

Completed in 347 milliseconds