Searched refs:isdigit (Results 1 – 21 of 21) sorted by relevance
805 while (isdigit((unsigned char)*cp)) in precsize_aton()810 if (isdigit((unsigned char)*cp)) { in precsize_aton()812 if (isdigit((unsigned char)*cp)) { in precsize_aton()843 while (isdigit((unsigned char)*cp)) in latlon2ul()849 if (!(isdigit((unsigned char)*cp))) in latlon2ul()852 while (isdigit((unsigned char)*cp)) in latlon2ul()858 if (!(isdigit((unsigned char)*cp))) in latlon2ul()861 while (isdigit((unsigned char)*cp)) in latlon2ul()866 if (isdigit((unsigned char)*cp)) { in latlon2ul()868 if (isdigit((unsigned char)*cp)) { in latlon2ul()[all …]
92 __BIONIC_CTYPE_INLINE int isdigit(int __ch) { in isdigit() function128 return isalpha(__ch) || isdigit(__ch); in isalnum()200 return isdigit(__ch); in isdigit_l()
136 if ((ishex && isxdigit(c)) || isdigit(c)) in parsefloat()153 } else if ((ishex && isxdigit(c)) || isdigit(c)) { in parsefloat()166 if (isdigit(c)) in parsefloat()
18 { "digit", isdigit },
37 if (isdigit(*s)) { in GetCpuCountFromString()
404 while (isdigit(*bp)); in _strptime()511 if (!isdigit(bp[0]) || !isdigit(bp[1])) in _strptime()517 if (isdigit(*bp)) { in _strptime()519 if (!isdigit(*bp)) in _strptime()
66 if ((base == 0 || base == 2) && c == '0' && (*p == 'b' || *p == 'B') && isdigit(p[1])) { in StrToI()79 if (isdigit(c)) { in StrToI()
75 return u_isdigit ? u_isdigit(wc) : isdigit(wc); in iswdigit()
292 } else if (name[0] == 'u' && isdigit(name[1])) { in app_id_from_name()305 if (end[1] == 'a' && isdigit(end[2])) { in app_id_from_name()333 } else if (end[1] == 'i' && isdigit(end[2])) { in app_id_from_name()
68 if (isalnum(*lhs) && (*lhs != '0' || !isdigit(*(lhs + 1)))) break; in __match_encoding()
118 while (*s && isdigit(*s)) { in strtotimeval()
125 TEST(ctype, isdigit) { in TEST() argument128 EXPECT_TRUE(isdigit(i)) << i; in TEST()130 EXPECT_FALSE(isdigit(i)) << i; in TEST()
43 FUNCTION(isdigit, int (*f)(int)); in ctype_h()
108 if (isdigit(ch)) { in ns_parse_ttl()
1086 if (!isdigit(c&0xff)) in encode_bitsring()
632 (isdigit((uch)PEEK2()) || PEEK2() == ','), REG_BADRPT); in p_ere_exp()660 if (isdigit((uch)PEEK())) { in p_ere_exp()681 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) in p_ere_exp()1055 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()1085 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { in p_count()
428 isdigit
721 if (isdigit((u_char) name[0])) in gethostbyname_internal_real()733 if (!isdigit((u_char) *cp) && *cp != '.') in gethostbyname_internal_real()
535 isdigit;
2214 CALL(isdigit)