IS_DIGIT         2464 third_party/libxml/src/HTMLparser.c 	   ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
IS_DIGIT         2261 third_party/libxml/src/catalog.c     while (((IS_LETTER(c)) || (IS_DIGIT(c)) ||
IS_DIGIT         3032 third_party/libxml/src/parser.c         if ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
IS_DIGIT         3130 third_party/libxml/src/parser.c 	       ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
IS_DIGIT          830 third_party/libxml/src/pattern.c     while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
IS_DIGIT          868 third_party/libxml/src/pattern.c     while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
IS_DIGIT          407 third_party/libxml/src/tree.c     while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
IS_DIGIT          494 third_party/libxml/src/tree.c     while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
IS_DIGIT          507 third_party/libxml/src/tree.c 	while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
IS_DIGIT          578 third_party/libxml/src/tree.c     while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
IS_DIGIT          645 third_party/libxml/src/tree.c     if (!(IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
IS_DIGIT          650 third_party/libxml/src/tree.c     while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
IS_DIGIT           45 third_party/libxml/src/uri.c #ifdef IS_DIGIT
IS_DIGIT           57 third_party/libxml/src/uri.c #define IS_ALPHANUM(x) (IS_ALPHA(x) || IS_DIGIT(x))
IS_DIGIT         3469 third_party/libxml/src/valid.c         if ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
IS_DIGIT         2813 third_party/libxml/src/xmlregexp.c 	    ret = (IS_LETTER(codepoint) || IS_DIGIT(codepoint) ||
IS_DIGIT         9868 third_party/libxml/src/xpath.c 	   ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
IS_DIGIT         9889 third_party/libxml/src/xpath.c 	    while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigname.xml */
IS_DIGIT         10445 third_party/libxml/src/xpath.c 	   ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
IS_DIGIT          340 third_party/libxslt/libxslt/numbers.c     	      IS_DIGIT(val)) ) {
IS_DIGIT          403 third_party/libxslt/libxslt/numbers.c 	while (IS_LETTER(val) || IS_DIGIT(val)) {
IS_DIGIT          412 third_party/libxslt/libxslt/numbers.c 	while (! (IS_LETTER(val) || IS_DIGIT(val))) {
IS_DIGIT         1332 third_party/libxslt/libxslt/pattern.c     while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||