Normalizer2.GetCombiningClass(Int32) 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.
Gets the combining class of c.
[Android.Runtime.Register("getCombiningClass", "(I)I", "GetGetCombiningClass_IHandler", ApiSince=24)]
public virtual int GetCombiningClass (int c);
[<Android.Runtime.Register("getCombiningClass", "(I)I", "GetGetCombiningClass_IHandler", ApiSince=24)>]
abstract member GetCombiningClass : int -> int
override this.GetCombiningClass : int -> int
Parameters
- c
- Int32
code point
Returns
c's combining class
- Attributes
Remarks
Gets the combining class of c. The default implementation returns 0 but all standard implementations return the Unicode Canonical_Combining_Class value.
Java documentation for android.icu.text.Normalizer2.getCombiningClass(int)
.
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.