|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArabicShapingException | |
---|---|
com.ibm.icu.text | Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. |
Uses of ArabicShapingException in com.ibm.icu.text |
---|
Methods in com.ibm.icu.text that throw ArabicShapingException | |
---|---|
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. |
String |
ArabicShaping.shape(String text)
Convert a string, returning the new string. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |