Home
last modified time | relevance | path

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

/external/rust/crates/bstr/src/search/
Dtests.rs106 prop_suffix_is_substring(false, &bs, |n, h| TwoWay::forward(n).find(h))
114 prop_suffix_is_substring(true, &bs, |n, h| TwoWay::reverse(n).rfind(h))
163 fn prop_suffix_is_substring( in prop_suffix_is_substring() function