Home
last modified time | relevance | path

Searched refs:AfterPath (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/url/src/
Dslicing.rs93 AfterPath, enumerator
156 Position::AfterPath => match (self.query_start, self.fragment_start) { in index()
Dquirks.rs252 trim(&url[Position::AfterPath..Position::AfterQuery]) in search()
/external/rust/crates/url/tests/
Dunit.rs986 assert_eq!(&url[BeforePath..AfterPath], expected_slices.path);