Android.Text.AndroidCharacter Members

The members of Android.Text.AndroidCharacter are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
GetDirectionalities(char[], byte[], int)
Fill in the first count bytes of dest with the directionalities from the first count chars of src.
static
GetEastAsianWidth(char) : int
Calculate the East Asian Width of a character according to .
static
GetEastAsianWidths(char[], int, int, byte[])
Fill the first count bytes of dest with the East Asian Width from count chars of src starting at start.
static
GetMirror(char) : char
Return the right-to-left mirror (or the original char if none) of the specified char.
static
Mirror(char[], int, int) : bool
Replace the specified slice of text with the chars' right-to-left mirrors (if any), returning true if any replacements were made.