HomeSort by relevance Sort by last modified time
    Searched refs:ICUCloneNotSupportedException (Results 1 - 25 of 47) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/util/
ICUCloneNotSupportedException.java 19 public class ICUCloneNotSupportedException extends ICUException {
25 public ICUCloneNotSupportedException() {
33 public ICUCloneNotSupportedException(String message) {
42 public ICUCloneNotSupportedException(Throwable cause) {
52 public ICUCloneNotSupportedException(String message, Throwable cause) {
CompactByteArray.java 323 throw new ICUCloneNotSupportedException(e);
CompactCharArray.java 347 throw new ICUCloneNotSupportedException(e);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ICUCloneNotSupportedException.java 18 public class ICUCloneNotSupportedException extends ICUException {
26 public ICUCloneNotSupportedException() {
35 public ICUCloneNotSupportedException(String message) {
45 public ICUCloneNotSupportedException(Throwable cause) {
56 public ICUCloneNotSupportedException(String message, Throwable cause) {
  /external/messageformat/java/com/ibm/icu/util/
ICUCloneNotSupportedException.java 17 public class ICUCloneNotSupportedException extends ICUException {
26 public ICUCloneNotSupportedException() {
36 public ICUCloneNotSupportedException(String message) {
47 public ICUCloneNotSupportedException(Throwable cause) {
59 public ICUCloneNotSupportedException(String message, Throwable cause) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
SharedObject.java 19 import android.icu.util.ICUCloneNotSupportedException;
119 throw new ICUCloneNotSupportedException(e);
171 throw new ICUCloneNotSupportedException(e);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
SharedObject.java 18 import com.ibm.icu.util.ICUCloneNotSupportedException;
117 throw new ICUCloneNotSupportedException(e);
169 throw new ICUCloneNotSupportedException(e);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringCharacterIterator.java 21 import android.icu.util.ICUCloneNotSupportedException;
299 throw new ICUCloneNotSupportedException(e);
CollatorServiceShim.java 26 import android.icu.util.ICUCloneNotSupportedException;
51 throw new ICUCloneNotSupportedException(e);
BreakIterator.java 20 import android.icu.util.ICUCloneNotSupportedException;
240 throw new ICUCloneNotSupportedException(e);
    [all...]
BreakTransliterator.java 15 import android.icu.util.ICUCloneNotSupportedException;
402 throw new ICUCloneNotSupportedException();
CurrencyPluralInfo.java 19 import android.icu.util.ICUCloneNotSupportedException;
191 throw new ICUCloneNotSupportedException(e);
MessagePattern.java 21 import android.icu.util.ICUCloneNotSupportedException;
815 throw new ICUCloneNotSupportedException(e);
    [all...]
Normalizer.java 18 import android.icu.util.ICUCloneNotSupportedException;
630 throw new ICUCloneNotSupportedException(e);
662 throw new ICUCloneNotSupportedException(e);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringCharacterIterator.java 20 import com.ibm.icu.util.ICUCloneNotSupportedException;
297 throw new ICUCloneNotSupportedException(e);
BreakIterator.java 19 import com.ibm.icu.util.ICUCloneNotSupportedException;
242 throw new ICUCloneNotSupportedException(e);
    [all...]
CurrencyPluralInfo.java 18 import com.ibm.icu.util.ICUCloneNotSupportedException;
207 throw new ICUCloneNotSupportedException(e);
MessagePattern.java 20 import com.ibm.icu.util.ICUCloneNotSupportedException;
884 throw new ICUCloneNotSupportedException(e);
    [all...]
Normalizer.java 17 import com.ibm.icu.util.ICUCloneNotSupportedException;
618 throw new ICUCloneNotSupportedException(e);
649 throw new ICUCloneNotSupportedException(e);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollatorServiceShim.java 25 import com.ibm.icu.util.ICUCloneNotSupportedException;
50 throw new ICUCloneNotSupportedException(e);
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
BreakTransliterator.java 14 import com.ibm.icu.util.ICUCloneNotSupportedException;
401 throw new ICUCloneNotSupportedException();
  /external/messageformat/
import.sh 14 cp ${TOP}/main/classes/core/src/com/ibm/icu/util/ICUCloneNotSupportedException.java java/com/ibm/icu/util
  /external/messageformat/java/com/ibm/icu/text/
MessagePattern.java 18 import com.ibm.icu.util.ICUCloneNotSupportedException;
880 throw new ICUCloneNotSupportedException(e);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTestUtility.java 47 import android.icu.util.ICUCloneNotSupportedException;
742 return new ICUCloneNotSupportedException[] {
743 new ICUCloneNotSupportedException(),
744 new ICUCloneNotSupportedException("msg1"),
745 new ICUCloneNotSupportedException(new RuntimeException("rte1")),
746 new ICUCloneNotSupportedException("msg2", new RuntimeException("rte2"))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTestUtility.java 46 import com.ibm.icu.util.ICUCloneNotSupportedException;
741 return new ICUCloneNotSupportedException[] {
742 new ICUCloneNotSupportedException(),
743 new ICUCloneNotSupportedException("msg1"),
744 new ICUCloneNotSupportedException(new RuntimeException("rte1")),
745 new ICUCloneNotSupportedException("msg2", new RuntimeException("rte2"))
    [all...]

Completed in 642 milliseconds

1 2