pub struct ICU4XGraphemeClusterSegmenter(/* private fields */);Expand description
An ICU4X grapheme-cluster-break segmenter, capable of finding grapheme cluster breakpoints in strings.
Implementations§
Source§impl ICU4XGraphemeClusterSegmenter
impl ICU4XGraphemeClusterSegmenter
Sourcepub fn create(
provider: &ICU4XDataProvider,
) -> Result<Box<ICU4XGraphemeClusterSegmenter>, ICU4XError>
pub fn create( provider: &ICU4XDataProvider, ) -> Result<Box<ICU4XGraphemeClusterSegmenter>, ICU4XError>
Construct an ICU4XGraphemeClusterSegmenter.
Sourcepub fn segment_utf8<'a>(
&'a self,
input: &'a DiplomatStr,
) -> Box<ICU4XGraphemeClusterBreakIteratorUtf8<'a>>
pub fn segment_utf8<'a>( &'a self, input: &'a DiplomatStr, ) -> Box<ICU4XGraphemeClusterBreakIteratorUtf8<'a>>
Segments a string.
Ill-formed input is treated as if errors had been replaced with REPLACEMENT CHARACTERs according to the WHATWG Encoding Standard.
Sourcepub fn segment_utf16<'a>(
&'a self,
input: &'a DiplomatStr16,
) -> Box<ICU4XGraphemeClusterBreakIteratorUtf16<'a>>
pub fn segment_utf16<'a>( &'a self, input: &'a DiplomatStr16, ) -> Box<ICU4XGraphemeClusterBreakIteratorUtf16<'a>>
Segments a string.
Ill-formed input is treated as if errors had been replaced with REPLACEMENT CHARACTERs according to the WHATWG Encoding Standard.
Sourcepub fn segment_latin1<'a>(
&'a self,
input: &'a [u8],
) -> Box<ICU4XGraphemeClusterBreakIteratorLatin1<'a>>
pub fn segment_latin1<'a>( &'a self, input: &'a [u8], ) -> Box<ICU4XGraphemeClusterBreakIteratorLatin1<'a>>
Segments a Latin-1 string.
Auto Trait Implementations§
impl Freeze for ICU4XGraphemeClusterSegmenter
impl RefUnwindSafe for ICU4XGraphemeClusterSegmenter
impl !Send for ICU4XGraphemeClusterSegmenter
impl !Sync for ICU4XGraphemeClusterSegmenter
impl Unpin for ICU4XGraphemeClusterSegmenter
impl UnwindSafe for ICU4XGraphemeClusterSegmenter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 136 bytes