The members of Android.Text.AndroidCharacter are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | EastAsianWidthAmbiguous | EastAsianWidth (1). |
const | EastAsianWidthFullWidth | EastAsianWidth (3). |
const | EastAsianWidthHalfWidth | EastAsianWidth (2). |
const | EastAsianWidthNarrow | EastAsianWidth (4). |
const | EastAsianWidthNeutral | EastAsianWidth (0). |
const | EastAsianWidthWide | EastAsianWidth (5). |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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)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)Return the right-to-left mirror (or the original char if none) of the specified char. | |
static | Mirror(char[], int, int)Replace the specified slice of text with the chars' right-to-left mirrors (if any), returning true if any replacements were made. |