Home
last modified time | relevance | path

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

12

/external/icu/android_icu4j/src/main/java/android/icu/util/
DICUUncheckedIOException.java21 public class ICUUncheckedIOException extends RuntimeException { class
27 public ICUUncheckedIOException() { in ICUUncheckedIOException() method in ICUUncheckedIOException
35 public ICUUncheckedIOException(String message) { in ICUUncheckedIOException() method in ICUUncheckedIOException
44 public ICUUncheckedIOException(Throwable cause) { in ICUUncheckedIOException() method in ICUUncheckedIOException
54 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.java22 public class ICUUncheckedIOException extends RuntimeException { class
30 public ICUUncheckedIOException() { in ICUUncheckedIOException() method in ICUUncheckedIOException
39 public ICUUncheckedIOException(String message) { in ICUUncheckedIOException() method in ICUUncheckedIOException
49 public ICUUncheckedIOException(Throwable cause) { in ICUUncheckedIOException() method in ICUUncheckedIOException
60 public ICUUncheckedIOException(String message, Throwable cause) { in ICUUncheckedIOException() method in ICUUncheckedIOException
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java33 import com.ibm.icu.util.ICUUncheckedIOException;
891 throw new ICUUncheckedIOException(e); in toFullLower()
930 throw new ICUUncheckedIOException(e); in toFullLower()
960 throw new ICUUncheckedIOException(e); in toFullLower()
1052 throw new ICUUncheckedIOException(e); in toUpperOrTitle()
1221 throw new ICUUncheckedIOException(e); in toFullFolding()
1253 throw new ICUUncheckedIOException(e); in toFullFolding()
1458 throw new ICUUncheckedIOException(e);
DCaseMapImpl.java10 import com.ibm.icu.util.ICUUncheckedIOException;
215 throw new ICUUncheckedIOException(e); in toLower()
236 throw new ICUUncheckedIOException(e); in toUpper()
346 throw new ICUUncheckedIOException(e); in toTitle()
366 throw new ICUUncheckedIOException(e); in fold()
DUBiDiProps.java31 import com.ibm.icu.util.ICUUncheckedIOException;
343 throw new ICUUncheckedIOException(e);
DNormalizer2Impl.java19 import com.ibm.icu.util.ICUUncheckedIOException;
80 throw new ICUUncheckedIOException(e); in decompose()
103 throw new ICUUncheckedIOException(e); in getRawDecomposition()
256 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in flush()
277 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in flushAndAppendZeroCC()
432 throw new ICUUncheckedIOException("Normalizer2 data: not enough indexes"); in load()
455 … throw new ICUUncheckedIOException("Normalizer2 data: not enough bytes for normTrie"); in load()
492 throw new ICUUncheckedIOException(e); in load()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java34 import android.icu.util.ICUUncheckedIOException;
895 throw new ICUUncheckedIOException(e); in toFullLower()
934 throw new ICUUncheckedIOException(e); in toFullLower()
964 throw new ICUUncheckedIOException(e); in toFullLower()
1056 throw new ICUUncheckedIOException(e); in toUpperOrTitle()
1225 throw new ICUUncheckedIOException(e); in toFullFolding()
1257 throw new ICUUncheckedIOException(e); in toFullFolding()
1462 throw new ICUUncheckedIOException(e);
DCaseMapImpl.java11 import android.icu.util.ICUUncheckedIOException;
219 throw new ICUUncheckedIOException(e); in toLower()
240 throw new ICUUncheckedIOException(e); in toUpper()
350 throw new ICUUncheckedIOException(e); in toTitle()
370 throw new ICUUncheckedIOException(e); in fold()
DUBiDiProps.java32 import android.icu.util.ICUUncheckedIOException;
347 throw new ICUUncheckedIOException(e);
DNormalizer2Impl.java20 import android.icu.util.ICUUncheckedIOException;
84 throw new ICUUncheckedIOException(e); in decompose()
107 throw new ICUUncheckedIOException(e); in getRawDecomposition()
260 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in flush()
281 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in flushAndAppendZeroCC()
436 throw new ICUUncheckedIOException("Normalizer2 data: not enough indexes"); in load()
459 … throw new ICUUncheckedIOException("Normalizer2 data: not enough bytes for normTrie"); in load()
496 throw new ICUUncheckedIOException(e); in load()
DNorm2AllModes.java18 import android.icu.util.ICUUncheckedIOException;
43 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in normalize()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer2.java18 import com.ibm.icu.util.ICUUncheckedIOException;
199 throw new ICUUncheckedIOException(e); in getInstance()
DFilteredNormalizer2.java13 import com.ibm.icu.util.ICUUncheckedIOException;
252 throw new ICUUncheckedIOException(e); in normalize()
DStringPrep.java23 import com.ibm.icu.util.ICUUncheckedIOException;
333 throw new ICUUncheckedIOException(e); in getInstance()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNormalizer2.java19 import android.icu.util.ICUUncheckedIOException;
188 throw new ICUUncheckedIOException(e); in getInstance()
DFilteredNormalizer2.java14 import android.icu.util.ICUUncheckedIOException;
238 throw new ICUUncheckedIOException(e); in normalize()
DStringPrep.java24 import android.icu.util.ICUUncheckedIOException;
316 throw new ICUUncheckedIOException(e); in getInstance()
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DResourceBasedPeriodFormatterDataService.java27 import android.icu.util.ICUUncheckedIOException;
137 throw new ICUUncheckedIOException( in get()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DResourceBasedPeriodFormatterDataService.java26 import com.ibm.icu.util.ICUUncheckedIOException;
135 throw new ICUUncheckedIOException( in get()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationLoader.java24 import com.ibm.icu.util.ICUUncheckedIOException;
207 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.java25 import android.icu.util.ICUUncheckedIOException;
209 throw new ICUUncheckedIOException("Failed to load collation tailoring data for locale:" in loadTailoring()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DSerializableTestUtility.java49 import android.icu.util.ICUUncheckedIOException;
730 return new ICUUncheckedIOException[] { in getTestObjects()
731 new ICUUncheckedIOException(), in getTestObjects()
732 new ICUUncheckedIOException("msg1"), in getTestObjects()
733 new ICUUncheckedIOException(new RuntimeException("rte1")), in getTestObjects()
734 new ICUUncheckedIOException("msg2", new RuntimeException("rte2")) in getTestObjects()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTestUtility.java48 import com.ibm.icu.util.ICUUncheckedIOException;
729 return new ICUUncheckedIOException[] { in getTestObjects()
730 new ICUUncheckedIOException(), in getTestObjects()
731 new ICUUncheckedIOException("msg1"), in getTestObjects()
732 new ICUUncheckedIOException(new RuntimeException("rte1")), in getTestObjects()
733 new ICUUncheckedIOException("msg2", new RuntimeException("rte2")) in getTestObjects()
/external/messageformat/
Dimport.sh13 cp ${TOP}/main/classes/core/src/com/ibm/icu/util/ICUUncheckedIOException.java java/com/ibm/icu/util

12