Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/net/pse-pd/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 3 kB image not shown  

Quellcode-Bibliothek ICU4XLineBreakOptionsV1.d.ts   Sprache: unbekannt

 
import { ICU4XLineBreakStrictness } from "./ICU4XLineBreakStrictness";
import { ICU4XLineBreakWordOption } from "./ICU4XLineBreakWordOption";

/**

 * See the {@link https://docs.rs/icu/latest/icu/segmenter/struct.LineBreakOptions.html Rust documentation for `LineBreakOptions`} for more information.
 */
export class ICU4XLineBreakOptionsV1 {
  strictness: ICU4XLineBreakStrictness;
  word_option: ICU4XLineBreakWordOption;
  ja_zh: boolean;
}

[ 0.12Quellennavigators  Projekt   ]