decancer 3.2.4
A library that removes common unicode confusables/homoglyphs from strings.
 
Not such query exists :(
Functions
Type definitions
Macros
Loading...
Searching...
No Matches
decancer_keyword_utf16_t Struct Reference

Represents a UTF-16 encoded keyword. This struct is often used inside an array. More...

Data Fields

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).
 

Detailed Description

Represents a UTF-16 encoded keyword. This struct is often used inside an array.

typedef struct {
const uint16_t* string;
size_t length;
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

Field Documentation

◆ 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: