Home
last modified time | relevance | path

Searched defs:CharIter (Results 1 – 3 of 3) sorted by relevance

/external/rust/beto-rust/common/pourover_macro/src/jni_method/
Dsubstitutions.rs58 enum CharIter { enum
63 impl Iterator for CharIter { implementation
73 impl From<char> for CharIter { implementation
79 impl From<&'static str> for CharIter { implementation
/external/rust/crates/unicode-bidi/src/
Dlib.rs111 type CharIter: Iterator<Item = char>; typedef
133 fn chars(&'text self) -> Self::CharIter; in chars()
1314 type CharIter = core::str::Chars<'text>; typedef
1336 fn chars(&'text self) -> Self::CharIter { in chars()
Dutf16.rs622 type CharIter = Utf16CharIter<'text>; typedef
670 fn chars(&'text self) -> Self::CharIter { in chars()