Return true when break boundary is word-like such as letter/number/CJK
See the Rust documentation for is_word_like
for more information.
Return the status value of break boundary.
See the Rust documentation for word_type
for more information.
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.
See the Rust documentation for
WordBreakIterator
for more information.