Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/servo/support/gecko/nsstring/src/
H A Dlib.rs950 self.fallible_append_utf8(other) in fallible_assign_utf8()
959 pub fn fallible_append_utf8<T: nsCStringLike + ?Sized>(&mut self, other: &T) -> Result<(), ()> { in fallible_append_utf8() method
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/rust/nsstring/src/
H A Dconversions.rs274 pub fn fallible_append_utf8(&mut self, other: &[u8]) -> Result<(), ()> { in fallible_append_utf8() method
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/rust/nsstring/src/
H A Dconversions.rs268 pub fn fallible_append_utf8(&mut self, other: &[u8]) -> Result<(), ()> { in fallible_append_utf8() method
/dports/www/firefox/firefox-99.0/xpcom/rust/nsstring/src/
H A Dconversions.rs268 pub fn fallible_append_utf8(&mut self, other: &[u8]) -> Result<(), ()> { in fallible_append_utf8() method
/dports/www/firefox-esr/firefox-91.8.0/xpcom/rust/nsstring/src/
H A Dconversions.rs268 pub fn fallible_append_utf8(&mut self, other: &[u8]) -> Result<(), ()> { in fallible_append_utf8() method