Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d5e542d authored by vichang's avatar vichang Committed by android-build-merger
Browse files

Merge "Expose API android.icu.util.IllformedLocaleException" am: a5fed7f5

am: 3c84896c

Change-Id: Iea46598fce566f6075428cca9b10279dcb28eae4
parents 8e632576 3c84896c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -19873,6 +19873,13 @@ package android.icu.util {
    ctor public ICUUncheckedIOException(java.lang.String, java.lang.Throwable);
  }
  public class IllformedLocaleException extends java.lang.RuntimeException {
    ctor public IllformedLocaleException();
    ctor public IllformedLocaleException(java.lang.String);
    ctor public IllformedLocaleException(java.lang.String, int);
    method public int getErrorIndex();
  }
  public class IndianCalendar extends android.icu.util.Calendar {
    ctor public IndianCalendar();
    ctor public IndianCalendar(android.icu.util.TimeZone);