source:
icGREP/icgrep-devel/icgrep/re/grapheme_clusters.h
@
5772
Last change on this file since 5772 was 5772, checked in by cameron, 15 months ago | |
---|---|
File size: 209 bytes |
Line | |
---|---|
1 | #ifndef GRAPHEME_CLUSTERS_H |
2 | #define GRAPHEME_CLUSTERS_H |
3 | |
4 | namespace re { |
5 | |
6 | class RE; |
7 | |
8 | bool hasGraphemeClusterBoundary(const RE * re); |
9 | |
10 | RE * resolveGraphemeMode(RE * re, bool inGraphemeMode); |
11 | |
12 | } |
13 | |
14 | #endif |
15 |
Note: See TracBrowser
for help on using the repository browser.