#include "unicode/unifunct.h"
#include "unicode/unimatch.h"
Go to the source code of this file.
Data Structures | |
class | UnicodeFilter |
Defines | |
#define | U_ETHER ((UChar)0xFFFF) |
U_ETHER is used to represent character values for positions outside a range. |
Definition in file unifilt.h.
|
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.
|