src
|
#include "src/ir/regexp/encoding/utf8/utf8_range.h"
#include "src/ir/regexp/encoding/range_suffix.h"
Go to the source code of this file.
Namespaces | |
re2c | |
Functions | |
void | re2c::UTF8addContinuous (RangeSuffix *&root, utf8::rune l, utf8::rune h, uint32_t n) |
void | re2c::UTF8splitByContinuity (RangeSuffix *&root, utf8::rune l, utf8::rune h, uint32_t n) |
void | re2c::UTF8splitByRuneLength (RangeSuffix *&root, utf8::rune l, utf8::rune h) |