HomeSort by relevance Sort by last modified time
    Searched defs:is_number (Results 1 - 6 of 6) sorted by null

  /system/core/sh/
mystring.c 51 * is_number(s) Return true if s is a string of digits.
114 if (! is_number(s))
126 is_number(const char *p) function
  /external/v8/src/
register-allocator.h 106 bool is_number() { function in class:v8::internal::BASE_EMBEDDED
  /external/openssl/crypto/conf/
conf.h 97 int (*is_number)(const CONF *conf, char c); member in struct:conf_method_st
  /external/openssl/include/openssl/
conf.h 97 int (*is_number)(const CONF *conf, char c); member in struct:conf_method_st
  /bionic/libc/kernel/tools/
cpp.py 1065 def is_number(self,i): member in class:CppExpr
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 174 static int is_number (char *p);
427 if (!argv[1] || !is_number(argv[1]))
2058 static int is_number(char *p) function
    [all...]

Completed in 109 milliseconds