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

  /external/libxml2/include/libxml/
parserInternals.h 224 * IS_LETTER:
232 #define IS_LETTER(c) (IS_BASECHAR(c) || IS_IDEOGRAPHIC(c))
238 * Macro behaves like IS_LETTER, but only check base chars
  /external/libxml2/
pattern.c 831 if (!IS_LETTER(val) && (val != '_') && (val != ':'))
834 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
869 if (!IS_LETTER(val) && (val != '_'))
872 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
    [all...]
tree.c 406 if ((!IS_LETTER(c)) && (c != '_'))
410 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
493 if ((!IS_LETTER(c)) && (c != '_'))
497 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
506 if ((!IS_LETTER(c)) && (c != '_'))
510 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
577 if ((!IS_LETTER(c)) && (c != '_') && (c != ':'))
581 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
648 if (!(IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
653 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') |
    [all...]
catalog.c     [all...]
parser.c     [all...]
valid.c     [all...]
xpath.c     [all...]
xmlregexp.c     [all...]

Completed in 100 milliseconds