/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ICUUncheckedIOException.java | 19 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/ |
D | ICUUncheckedIOException.java | 21 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/ |
D | ICUUncheckedIOException.java | 20 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/ |
D | Normalizer2.java | 17 import android.icu.util.ICUUncheckedIOException; 186 throw new ICUUncheckedIOException(e); in getInstance()
|
D | FilteredNormalizer2.java | 12 import android.icu.util.ICUUncheckedIOException; 236 throw new ICUUncheckedIOException(e); in normalize()
|
D | StringPrep.java | 22 import android.icu.util.ICUUncheckedIOException; 319 throw new ICUUncheckedIOException(e); in getInstance()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Normalizer2.java | 16 import com.ibm.icu.util.ICUUncheckedIOException; 197 throw new ICUUncheckedIOException(e); in getInstance()
|
D | FilteredNormalizer2.java | 11 import com.ibm.icu.util.ICUUncheckedIOException; 250 throw new ICUUncheckedIOException(e); in normalize()
|
D | StringPrep.java | 21 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/ |
D | ResourceBasedPeriodFormatterDataService.java | 24 import com.ibm.icu.util.ICUUncheckedIOException; 132 throw new ICUUncheckedIOException( in get()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
D | ResourceBasedPeriodFormatterDataService.java | 25 import android.icu.util.ICUUncheckedIOException; 134 throw new ICUUncheckedIOException( in get()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationLoader.java | 21 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/ |
D | CollationLoader.java | 22 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/ |
D | SerializableTest.java | 32 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/ |
D | SerializableTest.java | 33 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/ |
D | UBiDiProps.java | 30 import android.icu.util.ICUUncheckedIOException; 344 throw new ICUUncheckedIOException(e);
|
D | Normalizer2Impl.java | 18 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()
|
D | Norm2AllModes.java | 16 import android.icu.util.ICUUncheckedIOException; 41 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in normalize()
|
D | ICUBinary.java | 25 import android.icu.util.ICUUncheckedIOException; 503 throw new ICUUncheckedIOException(e);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UBiDiProps.java | 29 import com.ibm.icu.util.ICUUncheckedIOException; 340 throw new ICUUncheckedIOException(e);
|
D | Normalizer2Impl.java | 17 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()
|
D | Norm2AllModes.java | 15 import com.ibm.icu.util.ICUUncheckedIOException; 37 throw new ICUUncheckedIOException(e); // Avoid declaring "throws IOException". in normalize()
|
D | ICUBinary.java | 24 import com.ibm.icu.util.ICUUncheckedIOException; 499 throw new ICUUncheckedIOException(e);
|
/external/messageformat/ |
D | import.sh | 13 cp ${TOP}/main/classes/core/src/com/ibm/icu/util/ICUUncheckedIOException.java java/com/ibm/icu/util
|
/external/messageformat/java/com/ibm/icu/simple/ |
D | MessageFormat.java | 44 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()
|