Partager via


Transliterator.Position.ContextStart Property

Definition

Beginning index, inclusive, of the context to be considered for a transliteration operation.

[Android.Runtime.Register("contextStart", ApiSince=29)]
public int ContextStart { get; set; }
[<Android.Runtime.Register("contextStart", ApiSince=29)>]
member this.ContextStart : int with get, set

Property Value

Attributes

Remarks

Beginning index, inclusive, of the context to be considered for a transliteration operation. The transliterator will ignore anything before this index. INPUT/OUTPUT parameter: This parameter is updated by a transliteration operation to reflect the maximum amount of antecontext needed by a transliterator.

Java documentation for android.icu.text.Transliterator.Position.contextStart.

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