Searched defs:is_number (Results 1 – 10 of 10) 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
37 bool is_number; member
305 pub fn is_number(&self) -> bool { in is_number() method436 pub fn is_number(&self) -> bool { in is_number() method
288 def is_number(self): member in FormatToken
116 static inline bool is_number(const char* token_start, const char* token_end) { in is_number() function
510 pub fn is_number(&self) -> bool { in is_number() method
244 int line_buffering, is_number; in _io_open_impl() local
2074 static int is_number(char *p) in is_number() function