UnicodeFilter.InterfaceConsts Class

Definition

public static class UnicodeFilter.InterfaceConsts
type UnicodeFilter.InterfaceConsts = class
Inheritance
UnicodeFilter.InterfaceConsts

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

Ether

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

UMatch
Obsolete.

Constant returned by matches() indicating a complete match between the text and this matcher.

UMismatch
Obsolete.

Constant returned by matches() indicating a mismatch between the text and this matcher.

UPartialMatch
Obsolete.

Constant returned by matches() indicating a partial match between the text and this matcher.

Applies to