ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
icu4x::WordBreakIteratorLatin1 Class Reference

#include <WordBreakIteratorLatin1.d.hpp>

Public Member Functions

int32_t next ()
 
icu4x::SegmenterWordType word_type () const
 
bool is_word_like () const
 

Static Public Member Functions

static void operator delete (void *ptr)
 

Detailed Description

See the Rust documentation for WordBreakIterator for more information.

Member Function Documentation

◆ is_word_like()

bool icu4x::WordBreakIteratorLatin1::is_word_like ( ) const
inline

Return true when break boundary is word-like such as letter/number/CJK

See the Rust documentation for is_word_like for more information.

◆ next()

int32_t icu4x::WordBreakIteratorLatin1::next ( )
inline

Finds the next breakpoint. Returns -1 if at the end of the string or if the index is out of range of a 32-bit signed integer.

See the Rust documentation for next for more information.

◆ operator delete()

void icu4x::WordBreakIteratorLatin1::operator delete ( void * ptr)
inlinestatic

◆ word_type()

icu4x::SegmenterWordType icu4x::WordBreakIteratorLatin1::word_type ( ) const
inline

Return the status value of break boundary.

See the Rust documentation for word_type for more information.


The documentation for this class was generated from the following files: