Home
last modified time | relevance | path

Searched refs:g_ascii_isdigit (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/glib/
Dgtimer.c319 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()
Dgstrfuncs.c473 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()
Dgstrfuncs.h65 #define g_ascii_isdigit(c) \ macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt239 <NAME>g_ascii_isdigit</NAME>
Dglib-sections.txt1173 g_ascii_isdigit
/external/bluetooth/glib/docs/reference/
DChangeLog3659 documentation for g_ascii_isdigit and g_ascii_isxdigit
/external/bluetooth/glib/
DChangeLog.pre-2-0317 isxdigit -> g_ascii_isxdigit, isdigit -> g_ascii_isdigit
359 <ctype.h> include and do isdigit -> g_ascii_isdigit.