Represents a UTF-16 encoded keyword. This struct is often used inside an array.
More...
|
const uint16_t * | string |
| UTF-16 encoded string.
|
|
size_t | length |
| Length of the UTF-16 encoded string in units of uint16_t – or sizeof(string) / sizeof(uint16_t).
|
|
Represents a UTF-16 encoded keyword. This struct is often used inside an array.
typedef struct {
Represents a UTF-16 encoded keyword. This struct is often used inside an array.
Definition decancer.h:347
size_t length
Length of the UTF-16 encoded string in units of uint16_t – or sizeof(string) / sizeof(uint16_t).
Definition decancer.h:358
const uint16_t * string
UTF-16 encoded string.
Definition decancer.h:352
- See also
- decancer_find_multiple_utf16
-
decancer_censor_multiple_utf16
-
decancer_replace_multiple_utf16
- Since
- 3.2.2
◆ length
size_t decancer_keyword_utf16_t::length |
Length of the UTF-16 encoded string in units of uint16_t – or sizeof(string) / sizeof(uint16_t).
- Since
- 3.2.2
◆ string
const uint16_t* decancer_keyword_utf16_t::string |
UTF-16 encoded string.
- Since
- 3.2.2
The documentation for this struct was generated from the following file:
- /home/runner/work/decancer/decancer/bindings/native/decancer.h