Represents a UTF-8 encoded keyword. This struct is often used inside an array.
More...
|
const uint8_t * | string |
| UTF-8 encoded string.
|
|
size_t | size |
| UTF-8 size of the string, in bytes.
|
|
Represents a UTF-8 encoded keyword. This struct is often used inside an array.
typedef struct {
Represents a UTF-8 encoded keyword. This struct is often used inside an array.
Definition decancer.h:318
size_t size
UTF-8 size of the string, in bytes.
Definition decancer.h:329
const uint8_t * string
UTF-8 encoded string.
Definition decancer.h:323
- See also
- decancer_find_multiple
-
decancer_censor_multiple
-
decancer_replace_multiple
- Since
- 3.2.2
◆ size
size_t decancer_keyword_t::size |
UTF-8 size of the string, in bytes.
- Since
- 3.2.2
◆ string
const uint8_t* decancer_keyword_t::string |
UTF-8 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