Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dname.rs121 pub struct CharIter<'a> { struct
127 impl CharIter<'_> { implementation
144 impl<'a> Iterator for CharIter<'a> { implementation
/aosp_15_r20/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
/aosp_15_r20/external/rust/android-crates-io/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()