Searched defs:splitn (Results 1 – 5 of 5) sorted by relevance
| /third_party/rust/crates/regex/tests/ |
| D | macros.rs | 151 macro_rules! splitn { macro
|
| /third_party/rust/rust/library/core/src/str/ |
| D | mod.rs | 1555 pub fn splitn<'a, P: Pattern<'a>>(&'a self, n: usize, pat: P) -> SplitN<'a, P> { in splitn() method
|
| /third_party/rust/crates/regex/src/ |
| D | re_unicode.rs | 394 pub fn splitn<'r, 't>( in splitn() method
|
| D | re_bytes.rs | 341 pub fn splitn<'r, 't>( in splitn() method
|
| /third_party/rust/rust/library/core/src/slice/ |
| D | mod.rs | 2394 pub fn splitn<F>(&self, n: usize, pred: F) -> SplitN<'_, T, F> in splitn() method
|