Searched refs:ArabicShapingException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/icu4j/java/android/icu/text/
H A DArabicShaping.java94 * @throws ArabicShapingException if the text cannot be converted according to the options.
98 char[] dest, int destStart, int destSize) throws ArabicShapingException {
151 * @throws ArabicShapingException if the text cannot be converted according to the options.
154 public void shape(char[] source, int start, int length) throws ArabicShapingException {
156 throw new ArabicShapingException("Cannot shape in place with length option resize.");
166 * @throws ArabicShapingException if the string cannot be converted according to the options.
169 public String shape(String text) throws ArabicShapingException {
219 * if there are no spaces found, ArabicShapingException will be thrown
235 * if there are no spaces found, ArabicShapingException will be thrown
1501 int shapingMode) throws ArabicShapingException {
1942 private static class ArabicShapingException extends RuntimeException { class in class:ArabicShaping
1943 ArabicShapingException(String msg) { method in class:ArabicShaping.ArabicShapingException
[all...]

Completed in 18 milliseconds