Searched defs:is_number (Results 1 – 9 of 9) sorted by relevance
151 #define is_number(s, val) is_valid_number(s, false, NULL, val) macro
91 : Json(std::string(string), is_number) {} in Json() argument98 : Json(std::string(string), is_number) {} in Json() argument
69 virtual bool is_number() const { return false; } in is_number() function81 bool is_number() const { return true; } in is_number() function
116 static inline bool is_number(const char* token_start, const char* token_end) { in is_number() function
298 def is_number(self): member in FormatToken
508 pub fn is_number(&self) -> bool { in is_number() method
242 int line_buffering, is_number; in _io_open_impl() local
539 bool is_number = false; in GetIndirectObject() local
2074 static int is_number(char *p) in is_number() function