ICU 64.2
64.2
|
C++ API: Unicode Filter. More...
Go to the source code of this file.
Data Structures | |
class | icu::UnicodeFilter |
UnicodeFilter defines a protocol for selecting a subset of the full range (U+0000 to U+10FFFF) of Unicode characters. More... | |
Namespaces | |
icu | |
File coll.h. | |
Macros | |
#define | U_ETHER ((char16_t)0xFFFF) |
U_ETHER is used to represent character values for positions outside a range. More... | |
C++ API: Unicode Filter.
Definition in file unifilt.h.
#define U_ETHER ((char16_t)0xFFFF) |
U_ETHER is used to represent character values for positions outside a range.
For example, transliterator uses this to represent characters outside the range contextStart..contextLimit-1. This allows explicit matching by rules and UnicodeSets of text outside a defined range.