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

  /system/core/storaged/tools/
ranker.py 70 def is_number(word): function
118 if not is_number(words[0]) and args.native:
  /frameworks/base/tools/aapt2/
Locale.cpp 72 static inline bool is_number(const std::string& str) { function in namespace:aapt
98 (part2.length() == 3 && is_number(part2))) {
115 (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
  /external/one-true-awk/
lib.c 156 if (is_number(fldtab[0]->sval)) {
255 if (is_number(q->sval)) {
353 if(is_number(p->sval)) {
692 int is_number(const char *s) function
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 482 bool is_number = false; local
483 ByteString word = GetNextWord(&is_number);
484 if (!is_number || word.IsEmpty()) {
490 word = GetNextWord(&is_number);
491 if (!is_number || word.IsEmpty()) {
  /external/python/cpython3/Modules/_io/
_iomodule.c 244 int line_buffering, is_number;
254 is_number = PyNumber_Check(file);
256 if (is_number) {
266 if (!is_number &&
243 int line_buffering, is_number; local
  /bionic/libc/kernel/tools/
cpp.py 504 def is_number(self): member in class:CppExpr
625 primary = self.is_number()
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 192 static int is_number (char *p);
445 if (!argv[1] || !is_number(argv[1]))
2074 static int is_number(char *p) function
    [all...]

Completed in 186 milliseconds