ISA_DIGIT         119 third_party/libxml/src/uri.c        (ISA_DIGIT(p) || ((*(p) >= 'a') && (*(p) <= 'f')) ||		\
ISA_DIGIT         149 third_party/libxml/src/uri.c       ((ISA_ALPHA(p)) || (ISA_DIGIT(p)) || ((*(p) == '-')) ||		\
ISA_DIGIT         187 third_party/libxml/src/uri.c     while (ISA_ALPHA(cur) || ISA_DIGIT(cur) ||
ISA_DIGIT         298 third_party/libxml/src/uri.c     if (ISA_DIGIT(cur)) {
ISA_DIGIT         301 third_party/libxml/src/uri.c 	while (ISA_DIGIT(cur)) {
ISA_DIGIT         365 third_party/libxml/src/uri.c     if (!(ISA_DIGIT(cur)))
ISA_DIGIT         367 third_party/libxml/src/uri.c     if (!ISA_DIGIT(cur+1))
ISA_DIGIT         369 third_party/libxml/src/uri.c     else if ((*cur != '0') && (ISA_DIGIT(cur + 1)) && (!ISA_DIGIT(cur+2)))
ISA_DIGIT         371 third_party/libxml/src/uri.c     else if ((*cur == '1') && (ISA_DIGIT(cur + 1)) && (ISA_DIGIT(cur + 2)))
ISA_DIGIT         374 third_party/libxml/src/uri.c 	     (*(cur + 1) <= '4') && (ISA_DIGIT(cur + 2)))
ISA_DIGIT         421 third_party/libxml/src/uri.c     if (ISA_DIGIT(cur)) {