/external/valgrind/main/coregrind/m_demangle/ |
D | cp-demangle.c | 216 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro 1090 || IS_DIGIT (d_peek_next_char (di)))) in cplus_demangle_mangled_name() 1362 else if (IS_DIGIT (peek) in d_prefix() 1421 if (IS_DIGIT (peek)) in d_unqualified_name() 1500 if (! IS_DIGIT (peek)) in d_number() 1642 if (c1 == 'v' && IS_DIGIT (c2)) in d_operator_name() 2184 if (IS_DIGIT (peek_next) in cplus_demangle_type() 2303 if ((ret->u.s_fixed.accum = IS_DIGIT (d_peek_char (di)))) in cplus_demangle_type() 2537 else if (IS_DIGIT (peek)) in d_array_type() 2547 while (IS_DIGIT (peek)); in d_array_type() [all …]
|
/external/pcre/dist/ |
D | pcre_compile.c | 575 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) macro 952 if (!IS_DIGIT(*p)) return FALSE; in is_counted_repeat() 954 while (IS_DIGIT(*p)) p++; in is_counted_repeat() 960 if (!IS_DIGIT(*p)) return FALSE; in is_counted_repeat() 962 while (IS_DIGIT(*p)) p++; in is_counted_repeat() 1122 if (*p != CHAR_MINUS && !IS_DIGIT(*p)) break; in check_escape() 1143 while (IS_DIGIT(ptr[1])) in check_escape() 1154 while (IS_DIGIT(ptr[1])) in check_escape() 1210 while (IS_DIGIT(ptr[1])) in check_escape() 1221 while (IS_DIGIT(ptr[1])) in check_escape() [all …]
|
/external/gcc-demangle/ |
D | cp-demangle.c | 201 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro 1313 if (IS_DIGIT (peek) in d_prefix() 1373 if (IS_DIGIT (peek)) in d_unqualified_name() 1452 if (! IS_DIGIT (peek)) in d_number() 1594 if (c1 == 'v' && IS_DIGIT (c2)) in d_operator_name() 2108 if (IS_DIGIT (peek_next) in cplus_demangle_type() 2227 if ((ret->u.s_fixed.accum = IS_DIGIT (d_peek_char (di)))) in cplus_demangle_type() 2437 else if (IS_DIGIT (peek)) in d_array_type() 2447 while (IS_DIGIT (peek)); in d_array_type() 2749 else if (IS_DIGIT (peek) in d_expression() [all …]
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | numbers.c | 340 IS_DIGIT(val)) ) { in xsltNumberFormatTokenize() 403 while (IS_LETTER(val) || IS_DIGIT(val)) { in xsltNumberFormatTokenize() 412 while (! (IS_LETTER(val) || IS_DIGIT(val))) { in xsltNumberFormatTokenize()
|
D | pattern.c | 1332 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xsltScanNCName()
|
/external/chromium_org/third_party/libxml/src/ |
D | uri.c | 45 #ifdef IS_DIGIT 46 #undef IS_DIGIT 51 #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) macro 57 #define IS_ALPHANUM(x) (IS_ALPHA(x) || IS_DIGIT(x))
|
D | pattern.c | 830 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xmlPatScanName() 868 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xmlPatScanNCName()
|
D | tree.c | 407 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateNCName() 494 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateQName() 507 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateQName() 578 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateName() 645 if (!(IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateNMToken() 650 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateNMToken()
|
D | catalog.c | 2261 while (((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlParseSGMLCatalogName()
|
D | xpath.c | 9868 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlXPathParseNameComplex() 9889 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigname.xml */ in xmlXPathParseNameComplex() 10445 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlXPathScanName()
|
D | HTMLparser.c | 2464 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in htmlParseNameComplex()
|
D | parser.c | 3032 if ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlIsNameChar() 3130 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlParseNameComplex()
|
D | valid.c | 3469 if ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlIsDocNameChar()
|
D | xmlregexp.c | 2813 ret = (IS_LETTER(codepoint) || IS_DIGIT(codepoint) || in xmlRegCheckCharacterRange()
|
/external/libxml2/ |
D | uri.c | 76 #ifdef IS_DIGIT 77 #undef IS_DIGIT 82 #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) macro 88 #define IS_ALPHANUM(x) (IS_ALPHA(x) || IS_DIGIT(x))
|
D | pattern.c | 834 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xmlPatScanName() 872 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xmlPatScanNCName()
|
D | tree.c | 410 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateNCName() 497 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateQName() 510 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateQName() 581 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateName() 648 if (!(IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateNMToken() 653 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateNMToken()
|
D | catalog.c | 2257 while (((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlParseSGMLCatalogName()
|
D | xpath.c | 9999 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlXPathParseNameComplex() 10023 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigname.xml */ in xmlXPathParseNameComplex() 10589 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlXPathScanName()
|
D | HTMLparser.c | 2504 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in htmlParseNameComplex()
|
D | valid.c | 3469 if ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlIsDocNameChar()
|
D | parser.c | 3209 if ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlIsNameChar() 3307 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlParseNameComplex()
|
D | xmlregexp.c | 2821 ret = (IS_LETTER(codepoint) || IS_DIGIT(codepoint) || in xmlRegCheckCharacterRange()
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | parserInternals.h | 130 #define IS_DIGIT(c) xmlIsDigitQ(c) macro
|
/external/libxml2/include/libxml/ |
D | parserInternals.h | 163 #define IS_DIGIT(c) xmlIsDigitQ(c) macro
|