HomeSort by relevance Sort by last modified time
    Searched defs:is_number (Results 1 - 7 of 7) 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/mesa3d/src/glsl/
s_expression.h 65 virtual bool is_number() const { return false; } function in class:s_expression
78 bool is_number() const { return true; } function in class:s_number
  /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
  /ndk/sources/host-tools/nawk-20071023/
lib.c 151 if (is_number(fldtab[0]->sval)) {
247 if (is_number(q->sval)) {
343 if(is_number(p->sval)) {
682 int is_number(const char *s) function
  /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 167 milliseconds