Searched defs:is_numeric (Results 1 – 7 of 7) sorted by relevance
145 static boolean is_numeric(String str) { in is_numeric() method in Shell
40 fn is_numeric(c: char) -> bool { in is_numeric() function
196 bool is_numeric(char c) { return c >= '0' && c <= '9'; } in is_numeric() function
264 static inline bool is_numeric(char c) { return g_token_flags[static_cast<uint8_t>(c)] & 0x10; } in is_numeric() function
339 fn is_numeric(b: &u8) -> bool { in ber_read_content_numericstring() function
747 bool is_numeric() const in is_numeric() function
74 bool is_numeric; member