Home
last modified time | relevance | path

Searched refs:ascii_isdigit (Results 1 – 4 of 4) sorted by relevance

/external/dbus/dbus/
Ddbus-sysdeps.c390 ascii_isdigit (char c) in ascii_isdigit() function
400 return (ascii_isdigit (c) || in ascii_isxdigit()
465 while (ascii_isdigit (*p)) in ascii_strtod()
472 while (ascii_isdigit (*p)) in ascii_strtod()
479 while (ascii_isdigit (*p)) in ascii_strtod()
486 while (ascii_isdigit (*p)) in ascii_strtod()
/external/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc81 if (ascii_isdigit(format[i+1])) { in SubstituteAndAppend()
115 if (ascii_isdigit(format[i+1])) { in SubstituteAndAppend()
Dstrutil.h68 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
Dcommon_unittest.cc58 (ascii_isdigit(version[pos]) || version[pos] == '.')) { in TEST()