ICU4X
International Components for Unicode
|
#include <SentenceBreakIteratorUtf8.d.hpp>
Public Member Functions | |
int32_t | next () |
Static Public Member Functions | |
static void | operator delete (void *ptr) |
See the Rust documentation for SentenceBreakIterator
for more information.
|
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.
|
inlinestatic |