Share via


UnicodeMatcher.Ether Field

Definition

Caution

Use 'Android.Icu.Text.IUnicodeMatcher.Ether'. This class will be removed in a future release.

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

[Android.Runtime.Register("ETHER", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Text.IUnicodeMatcher.Ether'. This class will be removed in a future release.")]
public const char Ether;
[<Android.Runtime.Register("ETHER", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Text.IUnicodeMatcher.Ether'. This class will be removed in a future release.")>]
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