std.encoding.encoding_scheme.encoded_length - multiple declarations
- Function EncodingScheme.encodedLength
- Function EncodingScheme.encodedLength
- Function EncodingScheme.encodedLength
- Function EncodingScheme.encodedLength
- Function EncodingScheme.encodedLength
- Function EncodingScheme.encodedLength
- Function EncodingScheme.encodedLength
Function EncodingScheme.encodedLength
Returns the number of ubytes required to encode this code point.
The input to this function MUST be a valid code point.
Prototype
abstract ulong encodedLength( dchar c ) const;
Parameters
| Name | Description |
|---|---|
| c | the code point to be encoded |
Returns
the number of ubytes required.
Function EncodingScheme.encodedLength
Returns the number of ubytes required to encode this code point.
The input to this function MUST be a valid code point.
Prototype
abstract ulong encodedLength( dchar c ) const;
Parameters
| Name | Description |
|---|---|
| c | the code point to be encoded |
Returns
the number of ubytes required.
Function EncodingScheme.encodedLength
Returns the number of ubytes required to encode this code point.
The input to this function MUST be a valid code point.
Prototype
abstract ulong encodedLength( dchar c ) const;
Parameters
| Name | Description |
|---|---|
| c | the code point to be encoded |
Returns
the number of ubytes required.
Function EncodingScheme.encodedLength
Returns the number of ubytes required to encode this code point.
The input to this function MUST be a valid code point.
Prototype
abstract ulong encodedLength( dchar c ) const;
Parameters
| Name | Description |
|---|---|
| c | the code point to be encoded |
Returns
the number of ubytes required.
Function EncodingScheme.encodedLength
Returns the number of ubytes required to encode this code point.
The input to this function MUST be a valid code point.
Prototype
abstract ulong encodedLength( dchar c ) const;
Parameters
| Name | Description |
|---|---|
| c | the code point to be encoded |
Returns
the number of ubytes required.
Function EncodingScheme.encodedLength
Returns the number of ubytes required to encode this code point.
The input to this function MUST be a valid code point.
Prototype
abstract ulong encodedLength( dchar c ) const;
Parameters
| Name | Description |
|---|---|
| c | the code point to be encoded |
Returns
the number of ubytes required.
Function EncodingScheme.encodedLength
Returns the number of ubytes required to encode this code point.
The input to this function MUST be a valid code point.
Prototype
abstract ulong encodedLength( dchar c ) const;
Parameters
| Name | Description |
|---|---|
| c | the code point to be encoded |
Returns
the number of ubytes required.
Authors
Janice Caron