Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/intl/icu_capi/bindings/js/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 431 B image not shown  

Quelle  ICU4XLineBreakWordOption.mjs   Sprache: unbekannt

 
import wasm from "./diplomat-wasm.mjs"
import * as diplomatRuntime from "./diplomat-runtime.mjs"

export const ICU4XLineBreakWordOption_js_to_rust = {
  "Normal": 0,
  "BreakAll": 1,
  "KeepAll": 2,
};

export const ICU4XLineBreakWordOption_rust_to_js = {
  [0]: "Normal",
  [1]: "BreakAll",
  [2]: "KeepAll",
};

export const ICU4XLineBreakWordOption = {
  "Normal": "Normal",
  "BreakAll": "BreakAll",
  "KeepAll": "KeepAll",
};

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]