Represents a match in UTF-8 indices.
More...
|
size_t | start |
| Start of the match in UTF-8 indices.
|
|
size_t | end |
| End of the match in UTF-8 indices (non-inclusive).
|
|
Represents a match in UTF-8 indices.
typedef struct {
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
◆ 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:
- /home/runner/work/decancer/decancer/bindings/native/decancer.h