Searched refs:chars (Results 1 – 2 of 2) sorted by relevance
34 for _a in command_line.chars() { in split_command_to_args()82 str.chars().nth(index).unwrap() in get_char()100 let chars: std::str::Chars<'_> = temp.chars(); in get_file_name() localVariable102 let mut len = (chars.clone().count() - 1) as i32; in get_file_name()103 while len >= 0 && chars.clone().nth(len as usize) == Some(Self::get_path_sep()) { in get_file_name()107 while len >= 0 && chars.clone().nth(len as usize) != Some(Self::get_path_sep()) { in get_file_name()111 result.push(chars.clone().nth(i).unwrap()); in get_file_name()
413 private void resetChars(char[] chars) { in resetChars() argument414 if (chars == null) { in resetChars()417 Arrays.fill(chars, (char) 0); in resetChars()