public interface

UnicodeMatcher

sun.text.normalizer.UnicodeMatcher
Known Indirect Subclasses

Class Overview

UnicodeMatcher defines a protocol for objects that can match a range of characters in a Replaceable string.

Summary

Constants
char ETHER The character at index i, where i < contextStart || i >= contextLimit, is ETHER.

Constants

public static final char ETHER

The character at index i, where i < contextStart || i >= contextLimit, is ETHER. This allows explicit matching by rules and UnicodeSets of text outside the context. In traditional terms, this allows anchoring at the start and/or end.

Constant Value: 65535 (0x0000ffff)