FileDocCategorySizeDatePackage
AndroidCharacter.javaAPI DocAndroid 1.5 API1633Wed May 06 22:41:56 BST 2009android.text

AndroidCharacter

public class AndroidCharacter extends Object
AndroidCharacter exposes some character properties that are not easily accessed from java.lang.Character.

Fields Summary
Constructors Summary
Methods Summary
public static native voidgetDirectionalities(char[] src, byte[] dest, int count)
Fill in the first count bytes of dest with the directionalities from the first count chars of src. This is just like Character.getDirectionality() except it is a batch operation.

public static native chargetMirror(char ch)
Return the right-to-left mirror (or the original char if none) of the specified char.

public static native booleanmirror(char[] text, int start, int count)
Replace the specified slice of text with the chars' right-to-left mirrors (if any), returning true if any replacements were made.