Searched refs:IS_DIGIT (Results 1 – 23 of 23) sorted by relevance
520 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) macro727 if (!IS_DIGIT(*p)) return FALSE; in is_counted_repeat()729 while (IS_DIGIT(*p)) p++; in is_counted_repeat()735 if (!IS_DIGIT(*p)) return FALSE; in is_counted_repeat()737 while (IS_DIGIT(*p)) p++; in is_counted_repeat()893 if (*p != CHAR_MINUS && !IS_DIGIT(*p)) break; in check_escape()913 while (IS_DIGIT(ptr[1])) in check_escape()924 while (IS_DIGIT(ptr[1])) in check_escape()975 while (IS_DIGIT(ptr[1])) in check_escape()986 while (IS_DIGIT(ptr[1])) in check_escape()[all …]
24 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9)
406 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) macro1340 if (ptr >= ptrend || !IS_DIGIT(*ptr)) return FALSE; in read_number()1341 while (ptr < ptrend && IS_DIGIT(*ptr)) in read_number()1418 if (IS_DIGIT(c)) continue; in read_repeat_counts()2349 if (is_group && IS_DIGIT(*ptr)) in read_name()3922 if (*ptr == CHAR_MINUS && ptrend - ptr > 1 && IS_DIGIT(ptr[1])) in parse_regex()4108 if (ptrend - ptr < 2 || !IS_DIGIT(ptr[1])) in parse_regex()4119 (IS_DIGIT(*ptr))? -1:(int)(cb->bracount), /* + and - are relative */ in parse_regex()4185 if (*ptr != CHAR_RIGHT_PARENTHESIS && !IS_DIGIT(*ptr)) in parse_regex()4239 while (ptr < ptrend && IS_DIGIT(*ptr)) in parse_regex()[all …]
77 #ifdef IS_DIGIT78 #undef IS_DIGIT83 #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) macro89 #define IS_ALPHANUM(x) (IS_ALPHA(x) || IS_DIGIT(x))
837 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xmlPatScanName()875 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xmlPatScanNCName()
416 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateNCName()503 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateQName()516 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateQName()587 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateName()654 if (!(IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateNMToken()659 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateNMToken()
2267 while (((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlParseSGMLCatalogName()
9908 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlXPathParseNameComplex()9932 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigname.xml */ in xmlXPathParseNameComplex()10521 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlXPathScanName()
2689 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in htmlParseNameComplex()
3590 if ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlIsDocNameChar()
3195 if ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlIsNameChar()3297 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlParseNameComplex()
2901 ret = (IS_LETTER(codepoint) || IS_DIGIT(codepoint) || in xmlRegCheckCharacterRange()
105 #ifdef IS_DIGIT106 #undef IS_DIGIT111 #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) macro117 #define IS_ALPHANUM(x) (IS_ALPHA(x) || IS_DIGIT(x))
192 #define IS_DIGIT(c) xmlIsDigitQ(c) macro
863 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xmlPatScanName()901 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xmlPatScanNCName()
445 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateNCName()532 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateQName()545 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateQName()616 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateName()683 if (!(IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateNMToken()688 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateNMToken()
2296 while (((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlParseSGMLCatalogName()
10000 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlXPathParseNameComplex()10024 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigname.xml */ in xmlXPathParseNameComplex()10593 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlXPathScanName()
2539 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in htmlParseNameComplex()
3528 if ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlIsDocNameChar()
3159 if ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlIsNameChar()3257 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlParseNameComplex()
2858 ret = (IS_LETTER(codepoint) || IS_DIGIT(codepoint) || in xmlRegCheckCharacterRange()
163 #define IS_DIGIT(c) xmlIsDigitQ(c) macro