Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/src/char/
Ddecode.rs34 pub(super) fn decode_utf16<I: IntoIterator<Item = u16>>(iter: I) -> DecodeUtf16<I::IntoIter> { in decode_utf16() function
Dmethods.rs93 pub fn decode_utf16<I: IntoIterator<Item = u16>>(iter: I) -> DecodeUtf16<I::IntoIter> { in decode_utf16() method
Dmod.rs110 pub fn decode_utf16<I: IntoIterator<Item = u16>>(iter: I) -> DecodeUtf16<I::IntoIter> { in decode_utf16() function