Partager via


Transliterator.Position.ContextLimit Property

Definition

Ending index, exclusive, of the context to be considered for a transliteration operation.

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

Property Value

Attributes

Remarks

Ending index, exclusive, of the context to be considered for a transliteration operation. The transliterator will ignore anything at or after this index. INPUT/OUTPUT parameter: This parameter is updated to reflect changes in the length of the text, but points to the same logical position in the text.

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

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