Bidi.GetCustomizedClass(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.
Retrieves the Bidi class for a given code point.
[Android.Runtime.Register("getCustomizedClass", "(I)I", "GetGetCustomizedClass_IHandler", ApiSince=29)]
public virtual int GetCustomizedClass (int c);
[<Android.Runtime.Register("getCustomizedClass", "(I)I", "GetGetCustomizedClass_IHandler", ApiSince=29)>]
abstract member GetCustomizedClass : int -> int
override this.GetCustomizedClass : int -> int
Parameters
- c
- Int32
The code point to get a Bidi class for.
Returns
The Bidi class for the character c
that is in effect
for this Bidi
instance.
- Attributes
Remarks
Retrieves the Bidi class for a given code point.
If a BidiClassifier
is defined and returns a value other than UCharacter.getIntPropertyMaxValue(UProperty.BIDI_CLASS)+1
, that value is used; otherwise the default class determination mechanism is invoked.
Java documentation for android.icu.text.Bidi.getCustomizedClass(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.