HomeSort by relevance Sort by last modified time
    Searched refs:ascii_isdigit (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 81 if (ascii_isdigit(format[i+1])) {
115 if (ascii_isdigit(format[i+1])) {
strutil.h 58 // ascii_isdigit()
68 inline bool ascii_isdigit(char c) { function in namespace:google::protobuf
common_unittest.cc 58 (ascii_isdigit(version[pos]) || version[pos] == '.')) {
  /external/dbus/dbus/
dbus-sysdeps.c 588 ascii_isdigit (char c) function
598 return (ascii_isdigit (c) ||
671 while (ascii_isdigit (*p))
678 while (ascii_isdigit (*p))
685 while (ascii_isdigit (*p))
692 while (ascii_isdigit (*p))
  /external/llvm/lib/Support/
StringRef.cpp 28 static bool ascii_isdigit(char x) { function
50 if (ascii_isdigit(Data[I]) && ascii_isdigit(RHS.Data[I])) {
55 bool ld = J < Length && ascii_isdigit(Data[J]);
56 bool rd = J < RHS.Length && ascii_isdigit(RHS.Data[J]);

Completed in 560 milliseconds