Language

Transliterator.FinishTransliteration Method

Definition

Finishes any pending transliterations that were waiting for more characters.

[Android.Runtime.Register("finishTransliteration", "(Landroid/icu/text/Replaceable;Landroid/icu/text/Transliterator$Position;)V", "", ApiSince=29)]
public void FinishTransliteration(Android.Icu.Text.IReplaceable? text, Android.Icu.Text.Transliterator.Position? index);
[<Android.Runtime.Register("finishTransliteration", "(Landroid/icu/text/Replaceable;Landroid/icu/text/Transliterator$Position;)V", "", ApiSince=29)>]
member this.FinishTransliteration : Android.Icu.Text.IReplaceable * Android.Icu.Text.Transliterator.Position -> unit

Parameters

text
IReplaceable

the buffer holding transliterated and untransliterated text.

index
Transliterator.Position

the array of indices previously passed to transliterate(Replaceable)

Attributes

Remarks

Finishes any pending transliterations that were waiting for more characters. Clients should call this method as the last call after a sequence of one or more calls to transliterate().

Android reference for android.icu.text.Transliterator.finishTransliteration.

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