Partager via


RuleBasedCollator.SetDecompositionDefault Method

Definition

Sets the decomposition mode to the initial mode set during construction of the RuleBasedCollator.

[Android.Runtime.Register("setDecompositionDefault", "()V", "", ApiSince=24)]
public void SetDecompositionDefault ();
[<Android.Runtime.Register("setDecompositionDefault", "()V", "", ApiSince=24)>]
member this.SetDecompositionDefault : unit -> unit
Attributes

Remarks

Sets the decomposition mode to the initial mode set during construction of the RuleBasedCollator. See setDecomposition(int) for more details.

Java documentation for android.icu.text.RuleBasedCollator.setDecompositionDefault().

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