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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DArabicShapingException.java14 public final class ArabicShapingException extends Exception { class in inherits:Exception
23 public ArabicShapingException(String message) { method in class:ArabicShapingException
H A DArabicShaping.java83 * @throws ArabicShapingException if the text cannot be converted according to the options.
87 char[] dest, int destStart, int destSize) throws ArabicShapingException {
140 * @throws ArabicShapingException if the text cannot be converted according to the options.
143 public void shape(char[] source, int start, int length) throws ArabicShapingException {
145 throw new ArabicShapingException("Cannot shape in place with length option resize.");
155 * @throws ArabicShapingException if the string cannot be converted according to the options.
158 public String shape(String text) throws ArabicShapingException {
208 * if there are no spaces found, ArabicShapingException will be thrown
227 * if there are no spaces found, ArabicShapingException will be thrown
1517 int shapingMode) throws ArabicShapingException {
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DExceptionTests.java16 import com.ibm.icu.text.ArabicShapingException;
47 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length];
50 exceptions[i] = new ArabicShapingException(locales[i].toString());
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
H A DArabicShapingTest.java11 import com.ibm.icu.text.ArabicShapingException;
198 catch (ArabicShapingException e) {
199 System.out.println("Caught ArabicShapingException");
H A DArabicShapingRegTest.java14 import com.ibm.icu.text.ArabicShapingException;
433 ArabicShapingException.class),
437 ArabicShapingException.class),
441 ArabicShapingException.class),
450 ArabicShapingException.class),
628 * char[] dest, int destStart, int destSize) throws ArabicShapingException)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 611 milliseconds