Normalizer.Clone Method
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.
Clones this Normalizer
object.
[Android.Runtime.Register("clone", "()Ljava/lang/Object;", "", ApiSince=29)]
public Java.Lang.Object? Clone ();
[<Android.Runtime.Register("clone", "()Ljava/lang/Object;", "", ApiSince=29)>]
override this.Clone : unit -> Java.Lang.Object
Returns
- Attributes
Remarks
Clones this Normalizer
object. All properties of this object are duplicated in the new object, including the cloning of any CharacterIterator
that was passed in to the constructor or to #setText(CharacterIterator) setText
. However, the text storage underlying the CharacterIterator
is not duplicated unless the iterator's clone
method does so.
This member is deprecated. ICU 56 Use Normalizer2
instead.
Java documentation for android.icu.text.Normalizer.clone()
.
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.