Uses of Class
com.ibm.icu.text.ArabicShapingException

Packages that use ArabicShapingException
Package
Description
 
  • Uses of ArabicShapingException in com.ibm.icu.text

    Modifier and Type
    Method
    Description
    private int
    ArabicShaping.deShapeUnicode(char[] dest, int start, int length, int destSize)
     
    private int
    ArabicShaping.expandCompositChar(char[] dest, int start, int length, int lacount, int shapingMode)
     
    private int
    ArabicShaping.internalShape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize)
     
    void
    ArabicShaping.shape(char[] source, int start, int length)
    Convert a range of text in place.
    int
    ArabicShaping.shape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize)
    Convert a range of text in the source array, putting the result into a range of text in the destination array, and return the number of characters written.
    ArabicShaping.shape(String text)
    Convert a string, returning the new string.
    private int
    ArabicShaping.shapeUnicode(char[] dest, int start, int length, int destSize, int tashkeelFlag)