ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
ICU4XWordBreakIteratorLatin1 Class Reference

#include <ICU4XWordBreakIteratorLatin1.hpp>

Public Member Functions

int32_t next ()
 
ICU4XSegmenterWordType word_type () const
 
bool is_word_like () const
 
 ICU4XWordBreakIteratorLatin1 (capi::ICU4XWordBreakIteratorLatin1 *i)
 
 ICU4XWordBreakIteratorLatin1 ()=default
 
 ICU4XWordBreakIteratorLatin1 (ICU4XWordBreakIteratorLatin1 &&) noexcept=default
 
ICU4XWordBreakIteratorLatin1operator= (ICU4XWordBreakIteratorLatin1 &&other) noexcept=default
 

Detailed Description

See the Rust documentation for WordBreakIterator for more information.

Constructor & Destructor Documentation

◆ ICU4XWordBreakIteratorLatin1() [1/3]

ICU4XWordBreakIteratorLatin1::ICU4XWordBreakIteratorLatin1 ( capi::ICU4XWordBreakIteratorLatin1 * i)
inlineexplicit

◆ ICU4XWordBreakIteratorLatin1() [2/3]

ICU4XWordBreakIteratorLatin1::ICU4XWordBreakIteratorLatin1 ( )
default

◆ ICU4XWordBreakIteratorLatin1() [3/3]

ICU4XWordBreakIteratorLatin1::ICU4XWordBreakIteratorLatin1 ( ICU4XWordBreakIteratorLatin1 && )
defaultnoexcept

Member Function Documentation

◆ is_word_like()

bool ICU4XWordBreakIteratorLatin1::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 ICU4XWordBreakIteratorLatin1::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=()

ICU4XWordBreakIteratorLatin1 & ICU4XWordBreakIteratorLatin1::operator= ( ICU4XWordBreakIteratorLatin1 && other)
defaultnoexcept

◆ word_type()

ICU4XSegmenterWordType ICU4XWordBreakIteratorLatin1::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 file: