src
Main Page
Namespaces
Classes
Files
File List
File Members
ir
regexp
encoding
utf8
utf8_regexp.h
Go to the documentation of this file.
1
#ifndef _RE2C_IR_REGEXP_ENCODING_UTF8_REGEXP_
2
#define _RE2C_IR_REGEXP_ENCODING_UTF8_REGEXP_
3
4
#include "
src/ir/regexp/encoding/utf8/utf8.h
"
5
6
namespace
re2c
{
7
8
class
Range;
9
class
RegExp;
10
11
RegExp *
UTF8Symbol
(
utf8::rune
r);
12
RegExp *
UTF8Range
(
const
Range * r);
13
14
}
// namespace re2c
15
16
#endif // _RE2C_IR_REGEXP_ENCODING_UTF8_REGEXP_
re2c::utf8::rune
uint32_t rune
Definition:
utf8.h:11
utf8.h
re2c::UTF8Symbol
RegExp * UTF8Symbol(utf8::rune r)
Definition:
utf8_regexp.cc:12
re2c::UTF8Range
RegExp * UTF8Range(const Range *r)
Definition:
utf8_regexp.cc:28
re2c
Definition:
bitmap.cc:10
Generated by
1.8.10