Class ICU4XCodePointMapData16

An ICU4X Unicode Map Property object, capable of querying whether a code point (key) to obtain the Unicode property value, for a specific Unicode property.

For properties whose values fit into 16 bits.

See the Rust documentation for properties for more information.

See the Rust documentation for CodePointMapData for more information.

See the Rust documentation for CodePointMapDataBorrowed for more information.

Constructors

Methods

  • Gets the value for a code point.

    See the Rust documentation for get for more information.

    Parameters

    • cp: string

    Returns number

  • Gets the value for a code point (specified as a 32 bit integer, in UTF-32)

    Parameters

    • cp: number

    Returns number