src
utf16_regexp.h
Go to the documentation of this file.
1 #ifndef _RE2C_IR_REGEXP_ENCODING_UTF16_REGEXP_
2 #define _RE2C_IR_REGEXP_ENCODING_UTF16_REGEXP_
3 
5 
6 namespace re2c {
7 
8 class Range;
9 class RegExp;
10 
11 RegExp * UTF16Symbol(utf16::rune r);
12 RegExp * UTF16Range(const Range * r);
13 
14 } // namespace re2c
15 
16 #endif // _RE2C_IR_REGEXP_ENCODING_UTF16_REGEXP_
uint32_t rune
Definition: utf16.h:11
RegExp * UTF16Range(const Range *r)
Definition: utf16_regexp.cc:30
Definition: bitmap.cc:10
RegExp * UTF16Symbol(utf16::rune r)
Definition: utf16_regexp.cc:12