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

  /frameworks/base/tools/aapt2/
Locale.cpp 71 static inline bool is_number(const std::string& str) { function in namespace:aapt
97 (part2.length() == 3 && is_number(part2))) {
114 (part3.length() == 3 && is_number(part3))) &&
  /external/mesa3d/src/compiler/glsl/
s_expression.h 71 virtual bool is_number() const { return false; } function in class:s_expression
83 bool is_number() const { return true; } function in class:s_number
  /bionic/libc/kernel/tools/
cpp.py 503 def is_number(self): member in class:CppExpr
624 primary = self.is_number()
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 190 static int is_number (char *p);
443 if (!argv[1] || !is_number(argv[1]))
2065 static int is_number(char *p) function
    [all...]

Completed in 110 milliseconds