| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2016 Unicode, Inc. and others.