Home
last modified time | relevance | path

Searched refs:ICUUncheckedIOException (Results 1 – 25 of 41) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/util/
DICUUncheckedIOException.java19 public class ICUUncheckedIOException extends RuntimeException { class
25 public ICUUncheckedIOException() { in ICUUncheckedIOException() method in ICUUncheckedIOException
33 public ICUUncheckedIOException(String message) { in ICUUncheckedIOException() method in ICUUncheckedIOException
42 public ICUUncheckedIOException(Throwable cause) { in ICUUncheckedIOException() method in ICUUncheckedIOException
52 public ICUUncheckedIOException(String message, Throwable cause) { in ICUUncheckedIOException() method in ICUUncheckedIOException
/external/messageformat/java/com/ibm/icu/util/
DICUUncheckedIOException.java21 public class ICUUncheckedIOException extends RuntimeException { class
30 public ICUUncheckedIOException() { in ICUUncheckedIOException() method in ICUUncheckedIOException
40 public ICUUncheckedIOException(String message) { in ICUUncheckedIOException() method in ICUUncheckedIOException
51 public ICUUncheckedIOException(Throwable cause) { in ICUUncheckedIOException() method in ICUUncheckedIOException
63 public ICUUncheckedIOException(String message, Throwable cause) { in ICUUncheckedIOException() method in ICUUncheckedIOException
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DICUUncheckedIOException.java20 public class ICUUncheckedIOException extends RuntimeException { class
28 public ICUUncheckedIOException() { in ICUUncheckedIOException() method in ICUUncheckedIOException
37 public ICUUncheckedIOException(String message) { in ICUUncheckedIOException() method in ICUUncheckedIOException
47 public ICUUncheckedIOException(Throwable cause) { in ICUUncheckedIOException() method in ICUUncheckedIOException
58 public ICUUncheckedIOException(String message, Throwable cause) { in ICUUncheckedIOException() method in ICUUncheckedIOException
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNormalizer2.java17 import android.icu.util.ICUUncheckedIOException;
186 throw new ICUUncheckedIOException(e); in getInstance()
DFilteredNormalizer2.java12 import android.icu.util.ICUUncheckedIOException;
236 throw new ICUUncheckedIOException(e); in normalize()
DStringPrep.java22 import android.icu.util.ICUUncheckedIOException;
319 throw new ICUUncheckedIOException(e); in getInstance()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer2.java16 import com.ibm.icu.util.ICUUncheckedIOException;
197 throw new ICUUncheckedIOException(e); in getInstance()
DFilteredNormalizer2.java11 import com.ibm.icu.util.ICUUncheckedIOException;
250 throw new ICUUncheckedIOException(e); in normalize()
DStringPrep.java21 import com.ibm.icu.util.ICUUncheckedIOException;
336 throw new ICUUncheckedIOException(e); in getInstance()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DResourceBasedPeriodFormatterDataService.java24 import com.ibm.icu.util.ICUUncheckedIOException;
132 throw new ICUUncheckedIOException( in get()
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DResourceBasedPeriodFormatterDataService.java25 import android.icu.util.ICUUncheckedIOException;
134 throw new ICUUncheckedIOException( in get()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationLoader.java21 import com.ibm.icu.util.ICUUncheckedIOException;
204 throw new ICUUncheckedIOException("Failed to load collation tailoring data for locale:" in loadTailoring()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationLoader.java22 import android.icu.util.ICUUncheckedIOException;
206 throw new ICUUncheckedIOException("Failed to load collation tailoring data for locale:" in loadTailoring()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTest.java32 import com.ibm.icu.util.ICUUncheckedIOException;
675 return new ICUUncheckedIOException[] { in getTestObjects()
676 new ICUUncheckedIOException(), in getTestObjects()
677 new ICUUncheckedIOException("msg1"), in getTestObjects()
678 new ICUUncheckedIOException(new RuntimeException("rte1")), in getTestObjects()
679 new ICUUncheckedIOException("msg2", new RuntimeException("rte2")) in getTestObjects()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DSerializableTest.java33 import android.icu.util.ICUUncheckedIOException;
679 return new ICUUncheckedIOException[] { in getTestObjects()
680 new ICUUncheckedIOException(), in getTestObjects()
681 new ICUUncheckedIOException("msg1"), in getTestObjects()
682 new ICUUncheckedIOException(new RuntimeException("rte1")), in getTestObjects()
683 new ICUUncheckedIOException("msg2", new RuntimeException("rte2")) in getTestObjects()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUBiDiProps.java30 import android.icu.util.ICUUncheckedIOException;
344 throw new ICUUncheckedIOException(e);
DNormalizer2Impl.java18 import android.icu.util.ICUUncheckedIOException;
82 throw new ICUUncheckedIOException(e); in decompose()
105 throw new ICUUncheckedIOException(e); in getRawDecomposition()
255 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in flush()
276 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in flushAndAppendZeroCC()
430 throw new ICUUncheckedIOException("Normalizer2 data: not enough indexes"); in load()
453 … throw new ICUUncheckedIOException("Normalizer2 data: not enough bytes for normTrie"); in load()
490 throw new ICUUncheckedIOException(e); in load()
DNorm2AllModes.java16 import android.icu.util.ICUUncheckedIOException;
41 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in normalize()
DICUBinary.java25 import android.icu.util.ICUUncheckedIOException;
503 throw new ICUUncheckedIOException(e);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUBiDiProps.java29 import com.ibm.icu.util.ICUUncheckedIOException;
340 throw new ICUUncheckedIOException(e);
DNormalizer2Impl.java17 import com.ibm.icu.util.ICUUncheckedIOException;
78 throw new ICUUncheckedIOException(e); in decompose()
101 throw new ICUUncheckedIOException(e); in getRawDecomposition()
251 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in flush()
272 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in flushAndAppendZeroCC()
426 throw new ICUUncheckedIOException("Normalizer2 data: not enough indexes"); in load()
449 … throw new ICUUncheckedIOException("Normalizer2 data: not enough bytes for normTrie"); in load()
486 throw new ICUUncheckedIOException(e); in load()
DNorm2AllModes.java15 import com.ibm.icu.util.ICUUncheckedIOException;
37 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in normalize()
DICUBinary.java24 import com.ibm.icu.util.ICUUncheckedIOException;
499 throw new ICUUncheckedIOException(e);
/external/messageformat/
Dimport.sh13 cp ${TOP}/main/classes/core/src/com/ibm/icu/util/ICUUncheckedIOException.java java/com/ibm/icu/util
/external/messageformat/java/com/ibm/icu/simple/
DMessageFormat.java44 import com.ibm.icu.util.ICUUncheckedIOException;
2416 throw new ICUUncheckedIOException(e); in append()
2425 throw new ICUUncheckedIOException(e); in append()
2446 throw new ICUUncheckedIOException(e); in append()

12