EncodingScheme.encodedLength

Returns the number of ubytes required to encode this code point.

The input to this function MUST be a valid code point.

class EncodingScheme
const abstract
size_t
encodedLength
(
dchar c
)

Parameters

c dchar

the code point to be encoded

Return Value

Type: size_t

the number of ubytes required.

Meta