// generated by diplomat-tool import type { SegmenterWordType } from "./SegmenterWordType" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Seethe[Rustdocumentationfor`WordBreakIterator`](https://docs.rs/icu/2.1.1/icu/segmenter/iterators/struct.WordBreakIterator.html) for more information.
*/
export class WordBreakIteratorUtf8 { /** @internal */
get ffiValue(): pointer; /** @internal */
constructor();
/** *Findsthenextbreakpoint.Returns-1ifattheendofthestringoriftheindexis *outofrangeofa32-bitsignedinteger. * *Seethe[Rustdocumentationfor`next`](https://docs.rs/icu/2.1.1/icu/segmenter/iterators/struct.WordBreakIterator.html#method.next) for more information.
*/
next(): number;
/** *Returnthestatusvalueofbreakboundary. * *Seethe[Rustdocumentationfor`word_type`](https://docs.rs/icu/2.1.1/icu/segmenter/iterators/struct.WordBreakIterator.html#method.word_type) for more information.
*/
get wordType(): SegmenterWordType;
/** *Returntruewhenbreakboundaryisword-likesuchasletter/number/CJK * *Seethe[Rustdocumentationfor`is_word_like`](https://docs.rs/icu/2.1.1/icu/segmenter/iterators/struct.WordBreakIterator.html#method.is_word_like) for more information.
*/
get isWordLike(): boolean;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.