Partager via


IUnicodeMatcher.Ether Field

Definition

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

[Android.Runtime.Register("ETHER", ApiSince=24)]
public const char Ether;
[<Android.Runtime.Register("ETHER", ApiSince=24)>]
val mutable Ether : char

Field Value

Attributes

Remarks

The character at index i, where i &lt; contextStart || i &gt;= 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.

Java documentation for android.icu.text.UnicodeMatcher.ETHER.

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.

Applies to