Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-sysdeps.c588 ascii_isdigit (char c) in ascii_isdigit() function
598 return (ascii_isdigit (c) || in ascii_isxdigit()
671 while (ascii_isdigit (*p)) in ascii_strtod()
678 while (ascii_isdigit (*p)) in ascii_strtod()
685 while (ascii_isdigit (*p)) in ascii_strtod()
692 while (ascii_isdigit (*p)) in ascii_strtod()
/external/llvm/lib/Support/
DStringRef.cpp37 static bool ascii_isdigit(char x) { in ascii_isdigit() function
59 if (ascii_isdigit(Data[I]) && ascii_isdigit(RHS.Data[I])) { in compare_numeric()
64 bool ld = J < Length && ascii_isdigit(Data[J]); in compare_numeric()
65 bool rd = J < RHS.Length && ascii_isdigit(RHS.Data[J]); in compare_numeric()
/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()