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()
15 if value.starts_with('"') && value.ends_with('"') { in concat_helper()
3582 static const char *ends_with(const char *str, const char *suffix) in ends_with() function3645 str = (char *)ends_with(script_root, suffix); in get_script_root()3789 return ends_with(script_path, "top") != NULL; in is_top_script()4520 if (!scripting_ops && ends_with(generate_script_lang, ".py")) { in cmd_script()4525 } else if (!scripting_ops && ends_with(generate_script_lang, ".pl")) { in cmd_script()