BidiClassifier.Classify(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 customized Bidi class for the code point c
.
[Android.Runtime.Register("classify", "(I)I", "GetClassify_IHandler", ApiSince=29)]
public virtual int Classify (int c);
[<Android.Runtime.Register("classify", "(I)I", "GetClassify_IHandler", ApiSince=29)>]
abstract member Classify : int -> int
override this.Classify : int -> int
Parameters
- c
- Int32
Code point to be classified.
Returns
An integer representing directional property / Bidi class for the
given code point c
, or UCharacter.getIntPropertyMaxValue(UProperty.BIDI_CLASS)+1
to signify that there is no need to override the standard Bidi class for
the given code point.
- Attributes
Remarks
Gets customized Bidi class for the code point c
.
Default implementation, to be overridden.
Java documentation for android.icu.text.BidiClassifier.classify(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.