Searched refs:ends_with (Results 1 – 5 of 5) sorted by relevance
36 len + !self.digits.ends_with(&[0, 0]) as usize + !self.digits.ends_with(&[0]) as usize; in reserve_two_digits()
3054 let trailing_dot = float_repr.ends_with('.'); in multi_index()
34 if string.starts_with('\"') && string.ends_with('\"') { in try_string()
15 if value.starts_with('"') && value.ends_with('"') { in concat_helper()
3565 static const char *ends_with(const char *str, const char *suffix) in ends_with() function3628 str = (char *)ends_with(script_root, suffix); in get_script_root()3772 return ends_with(script_path, "top") != NULL; in is_top_script()