Transliterator.SourceSet Property

Definition

Returns the set of all characters that may be modified in the input text by this Transliterator.

public Android.Icu.Text.UnicodeSet? SourceSet { [Android.Runtime.Register("getSourceSet", "()Landroid/icu/text/UnicodeSet;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getSourceSet", "()Landroid/icu/text/UnicodeSet;", "", ApiSince=29)>]
member this.SourceSet : Android.Icu.Text.UnicodeSet

Property Value

Attributes

Remarks

Returns the set of all characters that may be modified in the input text by this Transliterator. This incorporates this object's current filter; if the filter is changed, the return value of this function will change. The default implementation returns an empty set. The return result is approximate in any case and is intended for use by tests, tools, or utilities.

Java documentation for android.icu.text.Transliterator.getSourceSet().

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