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 477 B image not shown  

Quelle  ICU4XLineBreakStrictness.mjs   Sprache: unbekannt

 
Spracherkennung für: .mjs vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

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

export const ICU4XLineBreakStrictness_js_to_rust = {
  "Loose": 0,
  "Normal": 1,
  "Strict": 2,
  "Anywhere": 3,
};

export const ICU4XLineBreakStrictness_rust_to_js = {
  [0]: "Loose",
  [1]: "Normal",
  [2]: "Strict",
  [3]: "Anywhere",
};

export const ICU4XLineBreakStrictness = {
  "Loose": "Loose",
  "Normal": "Normal",
  "Strict": "Strict",
  "Anywhere": "Anywhere",
};

[ Dauer der Verarbeitung: 0.29 Sekunden  ]