Android.Text.AndroidCharacter: Method Members

The methods of Android.Text.AndroidCharacter are listed below. For a list of all members, see the AndroidCharacter Members list.

See Also: Inherited members from Java.Lang.Object

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.