Module icu_segmenter::word
source · Structs§
- Implements the
Iterator
trait over the word boundaries of the given string. - Supports loading word break data, and creating word break iterators for different string encodings.
ULE
type for WordType
Enums§
- The word type tag that is returned by
WordBreakIterator::word_type()
.
Functions§
- handle_complex_language impl for UTF8 iterators
Type Aliases§
- Word break iterator for a Latin-1 (8-bit) string.
- Word break iterator for a potentially invalid UTF-8 string.
- Word break iterator for an
str
(a UTF-8 string). - Word break iterator for a UTF-16 string.