HomeSort by relevance Sort by last modified time
    Searched defs:StringIndexOutOfBoundsException (Results 1 - 22 of 22) sorted by null

  /libcore/ojluni/src/main/java/java/lang/
StringIndexOutOfBoundsException.java 40 class StringIndexOutOfBoundsException extends IndexOutOfBoundsException {
44 * Constructs a {@code StringIndexOutOfBoundsException} with no
49 public StringIndexOutOfBoundsException() {
54 * Constructs a {@code StringIndexOutOfBoundsException} with
59 public StringIndexOutOfBoundsException(String s) {
64 * Constructs a new {@code StringIndexOutOfBoundsException}
69 public StringIndexOutOfBoundsException(int index) {
77 public StringIndexOutOfBoundsException(String s, int index) {
85 public StringIndexOutOfBoundsException(int sourceLength, int index) {
93 public StringIndexOutOfBoundsException(String s, int offset, int count)
    [all...]
AbstractStringBuilder.java 208 throw new StringIndexOutOfBoundsException(newLength);
238 throw new StringIndexOutOfBoundsException(index);
265 throw new StringIndexOutOfBoundsException(index);
294 throw new StringIndexOutOfBoundsException(index);
384 throw new StringIndexOutOfBoundsException(srcBegin);
386 throw new StringIndexOutOfBoundsException(srcEnd);
388 throw new StringIndexOutOfBoundsException("srcBegin > srcEnd");
408 throw new StringIndexOutOfBoundsException(index);
765 * @throws StringIndexOutOfBoundsException if {@code start}
772 throw new StringIndexOutOfBoundsException(start)
    [all...]
String.java 608 throw new StringIndexOutOfBoundsException(index);
638 throw new StringIndexOutOfBoundsException(index);
742 throw new StringIndexOutOfBoundsException(this, srcBegin);
745 throw new StringIndexOutOfBoundsException(this, srcEnd);
750 throw new StringIndexOutOfBoundsException(this, srcBegin, n);
    [all...]
  /libcore/libart/src/main/java/java/lang/
StringFactory.java 71 throw new StringIndexOutOfBoundsException(data.length, offset, byteCount);
218 throw new StringIndexOutOfBoundsException(data.length, offset, charCount);
242 throw new StringIndexOutOfBoundsException(codePoints.length, offset, count);
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 61 if (srclen < 0) throw new StringIndexOutOfBoundsException();
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 340 milliseconds