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

  /external/libxml2/include/libxml/
parserInternals.h 191 * IS_LETTER:
199 #define IS_LETTER(c) (IS_BASECHAR(c) || IS_IDEOGRAPHIC(c))
205 * Macro behaves like IS_LETTER, but only check base chars
  /external/libxml2/
pattern.c 827 if (!IS_LETTER(val) && (val != '_') && (val != ':'))
830 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
865 if (!IS_LETTER(val) && (val != '_'))
868 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
    [all...]
tree.c 403 if ((!IS_LETTER(c)) && (c != '_'))
407 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
490 if ((!IS_LETTER(c)) && (c != '_'))
494 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
503 if ((!IS_LETTER(c)) && (c != '_'))
507 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
574 if ((!IS_LETTER(c)) && (c != '_') && (c != ':'))
578 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
645 if (!(IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
650 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') |
    [all...]
catalog.c     [all...]
HTMLparser.c     [all...]
parser.c     [all...]
valid.c     [all...]
xpath.c     [all...]
xmlregexp.c     [all...]
  /external/libxslt/libxslt/
numbers.c 339 while (! (IS_LETTER(val=xmlStringCurrentChar(NULL, format+ix, &len)) ||
403 while (IS_LETTER(val) || IS_DIGIT(val)) {
412 while (! (IS_LETTER(val) || IS_DIGIT(val))) {
    [all...]
pattern.c     [all...]

Completed in 317 milliseconds