/external/icu/android_icu4j/src/main/java/android/icu/util/ |
ICUUncheckedIOException.java | 21 public class ICUUncheckedIOException extends RuntimeException { 27 public ICUUncheckedIOException() { 35 public ICUUncheckedIOException(String message) { 44 public ICUUncheckedIOException(Throwable cause) { 54 public ICUUncheckedIOException(String message, Throwable cause) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
ICUUncheckedIOException.java | 22 public class ICUUncheckedIOException extends RuntimeException { 30 public ICUUncheckedIOException() { 39 public ICUUncheckedIOException(String message) { 49 public ICUUncheckedIOException(Throwable cause) { 60 public ICUUncheckedIOException(String message, Throwable cause) {
|
/external/messageformat/java/com/ibm/icu/util/ |
ICUUncheckedIOException.java | 21 public class ICUUncheckedIOException extends RuntimeException { 30 public ICUUncheckedIOException() { 40 public ICUUncheckedIOException(String message) { 51 public ICUUncheckedIOException(Throwable cause) { 63 public ICUUncheckedIOException(String message, Throwable cause) {
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
ResourceBasedPeriodFormatterDataService.java | 27 import android.icu.util.ICUUncheckedIOException; 137 throw new ICUUncheckedIOException(
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
Normalizer2.java | 19 import android.icu.util.ICUUncheckedIOException; 175 * <p>Any {@link java.io.IOException} is wrapped into a {@link android.icu.util.ICUUncheckedIOException}. 188 throw new ICUUncheckedIOException(e); 235 * <p>Any {@link java.io.IOException} is wrapped into a {@link android.icu.util.ICUUncheckedIOException}.
|
FilteredNormalizer2.java | 14 import android.icu.util.ICUUncheckedIOException; 238 throw new ICUUncheckedIOException(e);
|
StringPrep.java | 24 import android.icu.util.ICUUncheckedIOException; 316 throw new ICUUncheckedIOException(e);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
Normalizer2.java | 18 import com.ibm.icu.util.ICUUncheckedIOException; 185 * <p>Any {@link java.io.IOException} is wrapped into a {@link com.ibm.icu.util.ICUUncheckedIOException}. 199 throw new ICUUncheckedIOException(e); 248 * <p>Any {@link java.io.IOException} is wrapped into a {@link com.ibm.icu.util.ICUUncheckedIOException}.
|
FilteredNormalizer2.java | 13 import com.ibm.icu.util.ICUUncheckedIOException; 252 throw new ICUUncheckedIOException(e);
|
StringPrep.java | 23 import com.ibm.icu.util.ICUUncheckedIOException; 333 throw new ICUUncheckedIOException(e);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
ResourceBasedPeriodFormatterDataService.java | 26 import com.ibm.icu.util.ICUUncheckedIOException; 135 throw new ICUUncheckedIOException(
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UBiDiProps.java | 32 import android.icu.util.ICUUncheckedIOException; 347 throw new ICUUncheckedIOException(e);
|
UCaseProps.java | 34 import android.icu.util.ICUUncheckedIOException; [all...] |
CaseMapImpl.java | 11 import android.icu.util.ICUUncheckedIOException; 219 throw new ICUUncheckedIOException(e); 240 throw new ICUUncheckedIOException(e); 350 throw new ICUUncheckedIOException(e); 370 throw new ICUUncheckedIOException(e); [all...] |
Norm2AllModes.java | 18 import android.icu.util.ICUUncheckedIOException; 43 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException".
|
Normalizer2Impl.java | 20 import android.icu.util.ICUUncheckedIOException; 84 throw new ICUUncheckedIOException(e); 107 throw new ICUUncheckedIOException(e); 260 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". 281 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". 436 throw new ICUUncheckedIOException("Normalizer2 data: not enough indexes"); 459 throw new ICUUncheckedIOException("Normalizer2 data: not enough bytes for normTrie"); 496 throw new ICUUncheckedIOException(e); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationLoader.java | 25 import android.icu.util.ICUUncheckedIOException; 209 throw new ICUUncheckedIOException("Failed to load collation tailoring data for locale:"
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationLoader.java | 24 import com.ibm.icu.util.ICUUncheckedIOException; 207 throw new ICUUncheckedIOException("Failed to load collation tailoring data for locale:"
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UBiDiProps.java | 31 import com.ibm.icu.util.ICUUncheckedIOException; 343 throw new ICUUncheckedIOException(e);
|
UCaseProps.java | 33 import com.ibm.icu.util.ICUUncheckedIOException; [all...] |
CaseMapImpl.java | 10 import com.ibm.icu.util.ICUUncheckedIOException; 215 throw new ICUUncheckedIOException(e); 236 throw new ICUUncheckedIOException(e); 346 throw new ICUUncheckedIOException(e); 366 throw new ICUUncheckedIOException(e); [all...] |
Norm2AllModes.java | 17 import com.ibm.icu.util.ICUUncheckedIOException; 39 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException".
|
/external/messageformat/ |
import.sh | 13 cp ${TOP}/main/classes/core/src/com/ibm/icu/util/ICUUncheckedIOException.java java/com/ibm/icu/util
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
SerializableTestUtility.java | 49 import android.icu.util.ICUUncheckedIOException; 730 return new ICUUncheckedIOException[] { 731 new ICUUncheckedIOException(), 732 new ICUUncheckedIOException("msg1"), 733 new ICUUncheckedIOException(new RuntimeException("rte1")), 734 new ICUUncheckedIOException("msg2", new RuntimeException("rte2")) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
SerializableTestUtility.java | 48 import com.ibm.icu.util.ICUUncheckedIOException; 729 return new ICUUncheckedIOException[] { 730 new ICUUncheckedIOException(), 731 new ICUUncheckedIOException("msg1"), 732 new ICUUncheckedIOException(new RuntimeException("rte1")), 733 new ICUUncheckedIOException("msg2", new RuntimeException("rte2")) [all...] |