Searched refs:g_ascii_isdigit (Results 1 – 7 of 7) sorted by relevance
319 if (!g_ascii_isdigit (*iso_date) && *iso_date != '-' && *iso_date != '+') in g_time_val_from_iso8601()374 while (g_ascii_isdigit (*++iso_date)) in g_time_val_from_iso8601()
473 while (g_ascii_isdigit (*p)) in g_ascii_strtod()478 else if (g_ascii_isdigit (*p) || *p == '.') in g_ascii_strtod()480 while (g_ascii_isdigit (*p)) in g_ascii_strtod()486 while (g_ascii_isdigit (*p)) in g_ascii_strtod()493 while (g_ascii_isdigit (*p)) in g_ascii_strtod()1937 if (g_ascii_isdigit (c)) in g_ascii_digit_value()
65 #define g_ascii_isdigit(c) \ macro
239 <NAME>g_ascii_isdigit</NAME>
1173 g_ascii_isdigit
3659 documentation for g_ascii_isdigit and g_ascii_isxdigit
317 isxdigit -> g_ascii_isxdigit, isdigit -> g_ascii_isdigit359 <ctype.h> include and do isdigit -> g_ascii_isdigit.