Uses of Class
com.ibm.icu.text.ArabicShapingException
Packages that use ArabicShapingException
-
Uses of ArabicShapingException in com.ibm.icu.text
Methods in com.ibm.icu.text that throw ArabicShapingExceptionModifier and TypeMethodDescriptionprivate intArabicShaping.deShapeUnicode(char[] dest, int start, int length, int destSize) private intArabicShaping.expandCompositChar(char[] dest, int start, int length, int lacount, int shapingMode) private intArabicShaping.internalShape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize) voidArabicShaping.shape(char[] source, int start, int length) Convert a range of text in place.intArabicShaping.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.Convert a string, returning the new string.private intArabicShaping.shapeUnicode(char[] dest, int start, int length, int destSize, int tashkeelFlag)