Lines Matching refs:to_u32
133 use crate::parser::{to_u32, Context, Parser, SchemeType, PATH_SEGMENT, USERINFO};
1391 self.fragment_start = Some(to_u32(self.serialization.len()).unwrap()); in set_fragment()
1411 self.fragment_start = Some(to_u32(self.serialization.len()).unwrap()); in restore_already_parsed_fragment()
1446 self.query_start = Some(to_u32(self.serialization.len()).unwrap()); in set_query()
1504 self.query_start = Some(to_u32(query_start).unwrap()); in query_pairs_mut()
1550 let old_after_path_pos = to_u32(self.serialization.len()).unwrap(); in set_path()
1582 let new_after_path_position = to_u32(self.serialization.len()).unwrap(); in restore_after_path()
1690 let new_path_start = to_u32(self.serialization.len()).unwrap(); in set_port_internal()
1865 self.host_end = to_u32(self.serialization.len()).unwrap(); in set_host_internal()
1874 let new_suffix_pos = to_u32(self.serialization.len()).unwrap(); in set_host_internal()
1982 let new_host_start = to_u32(self.serialization.len()).unwrap(); in set_password()
2077 self.username_end = to_u32(self.serialization.len()).unwrap(); in set_username()
2243 let new_scheme_end = to_u32(parser.serialization.len()).unwrap(); in set_scheme()
2668 let host_end = to_u32(serialization.len()).unwrap(); in path_to_file_url_segments()
2712 host_end = to_u32(serialization.len()).unwrap(); in path_to_file_url_segments_windows()
2721 host_end = to_u32(serialization.len()).unwrap(); in path_to_file_url_segments_windows()