Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/intl/icu_capi/bindings/js/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 757 B image not shown  

Quelle  diplomat-runtime.d.ts

  Sprache: JAVA
 

/// A [codepoint] is a Unicode code point, such as `a`, or `��`.
///
/// The recommended way to obtain a `codepoint` is to create it from a
/// `String`, which is conceptually a list of `codepoint`s. For example,
/// `'a'.codePointAt(0)` is equal to the `char` `a`.
///
/// JS does not have a character/codepoint literal, so integer literals
/// need to be used. For example the Unicode code point U+1F4A1, `��`,
/// can be represented by `0x1F4A1`. Note that only values in the ranges
/// `0x0..0xD7FF` and `0xE000..0x10FFFF` (both inclusive) are Unicode
/// code points, and hence valid `codepoint`s.
///
/// A `String` can be constructed from a `codepoint` using `String.fromCodePoint()`.
export type codepoint = number;
export type pointer = number;

Messung V0.5 in Prozent
C=96 H=89 G=92

¤ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.