Searched refs:INVALID_UTF8 (Results 1 – 3 of 3) sorted by relevance
191 const INVALID_UTF8: &str = "unexpected invalid UTF-8 code point"; constant
9 use crate::{INTERNAL_ERROR_MSG, INVALID_UTF8};412 .expect(INVALID_UTF8) in validate_arg_num_vals()
23 use crate::{INTERNAL_ERROR_MSG, INVALID_UTF8};179 .map(|x| x.to_str().expect(INVALID_UTF8)) in get_matches_with()