Searched refs:isdigit (Results 1 – 22 of 22) sorted by relevance
787 while (isdigit((unsigned char)*cp)) in precsize_aton()792 if (isdigit((unsigned char)*cp)) { in precsize_aton()794 if (isdigit((unsigned char)*cp)) { in precsize_aton()825 while (isdigit((unsigned char)*cp)) in latlon2ul()831 if (!(isdigit((unsigned char)*cp))) in latlon2ul()834 while (isdigit((unsigned char)*cp)) in latlon2ul()840 if (!(isdigit((unsigned char)*cp))) in latlon2ul()843 while (isdigit((unsigned char)*cp)) in latlon2ul()848 if (isdigit((unsigned char)*cp)) { in latlon2ul()850 if (isdigit((unsigned char)*cp)) { in latlon2ul()[all …]
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()
75 if (isdigit(c)) { in StrToI()138 if (isdigit(c)) { in StrToU()
51 return isdigit(c); in isdigit_l()
279 } else if (name[0] == 'u' && isdigit(name[1])) { in app_id_from_name()292 if (end[1] == 'a' && isdigit(end[2])) { in app_id_from_name()320 } else if (end[1] == 'i' && isdigit(end[2])) { in app_id_from_name()
75 return u_isdigit ? u_isdigit(wc) : isdigit(wc); in iswdigit()
118 while (*s && isdigit(*s)) { in strtotimeval()
68 if (isalnum(*lhs) && (*lhs != '0' || !isdigit(*(lhs + 1)))) break; in __match_encoding()
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()
91 __BIONIC_CTYPE_INLINE int isdigit(int __ch) { in isdigit() function
474 REQUIRE(!MORE() || !isdigit((unsigned char)PEEK()), REG_BADRPT); in p_ere_exp()488 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) )) in p_ere_exp()517 if (isdigit((unsigned char)PEEK())) { in p_ere_exp()538 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) ) ) in p_ere_exp()712 if (MORE() && isdigit((unsigned char)PEEK())) { in p_simp_re()745 while (MORE() && isdigit((unsigned char)PEEK()) && count <= DUPMAX) { in p_count()
412 while (isdigit(*bp)); in _strptime()
428 isdigit
722 if (isdigit((u_char) name[0])) in gethostbyname_internal_real()734 if (!isdigit((u_char) *cp) && *cp != '.') in gethostbyname_internal_real()
535 isdigit;
2214 CALL(isdigit)