UnicodeMatcher.Ether Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 < 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.
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.