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_match_t Struct Reference

Represents a match in UTF-8 indices. More...

Data Fields

size_t start
 Start of the match in UTF-8 indices.
 
size_t end
 End of the match in UTF-8 indices (non-inclusive).
 

Detailed Description

Represents a match in UTF-8 indices.

typedef struct {
size_t start;
size_t end;
Represents a match in UTF-8 indices.
Definition decancer.h:516
size_t end
End of the match in UTF-8 indices (non-inclusive).
Definition decancer.h:527
size_t start
Start of the match in UTF-8 indices.
Definition decancer.h:521
See also
decancer_find
decancer_find_utf16
decancer_matcher_consume
decancer_matcher_next
Since
3.1.0

Field Documentation

◆ end

size_t decancer_match_t::end

End of the match in UTF-8 indices (non-inclusive).

Since
3.1.0

◆ start

size_t decancer_match_t::start

Start of the match in UTF-8 indices.

Since
3.1.0

The documentation for this struct was generated from the following file: