Home
last modified time | relevance | path

Searched refs:take_till1 (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/nom/src/bytes/
Dtests.rs436 fn take_till1() {
437 use crate::bytes::streaming::take_till1;
440 take_till1(is_alphabetic)(i)
Dstreaming.rs375 pub fn take_till1<F, Input, Error: ParseError<Input>>( in take_till1() function
Dcomplete.rs361 pub fn take_till1<F, Input, Error: ParseError<Input>>( in take_till1() function
/external/rust/crates/nom/
DCHANGELOG.md855 - `take_until1`, `take_until_and_consume1`, `take_till1!` and `take_till1_s!` require at least 1 ch…