Searched defs:srcEnd (Results 1 – 13 of 13) sorted by relevance
/libcore/ojluni/src/test/java/lang/String/CompactString/ |
D | GetChars.java | 75 public void testGetChars(String str, int srcBegin, int srcEnd, char[] dst, in testGetChars()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | StringTest.java | 640 int srcEnd = srcBegin + 10; //-2147483639 in testGetCharsOverflow() local 695 private static void assertGetCharsThrowsAIOOBException(String s, int srcBegin, int srcEnd, in assertGetCharsThrowsAIOOBException() 704 private static void assertGetCharsThrowsSIOOBException(String s, int srcBegin, int srcEnd, in assertGetCharsThrowsSIOOBException()
|
/libcore/ojluni/src/test/java/lang/StringBuilder/ |
D | CompactStringBuilder.java | 372 private void checkGetChars(StringBuilder sb, int srcBegin, int srcEnd, in checkGetChars()
|
/libcore/ojluni/src/test/java/lang/StringBuffer/ |
D | CompactStringBuffer.java | 447 private void checkGetChars(StringBuffer sb, int srcBegin, int srcEnd, in checkGetChars()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | String.annotated.java | 88 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { throw new RuntimeExcepti… in getChars() 90 @Deprecated public void getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin) { throw new Ru… in getBytes()
|
D | StringBuffer.annotated.java | 61 public synchronized void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { throw new R… in getChars()
|
D | StringBuilder.annotated.java | 116 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { throw new RuntimeExcepti… in getChars()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StringLatin1.java | 84 public static void getChars(byte[] value, int srcBegin, int srcEnd, char dst[], int dstBegin) { in getChars() 88 public static void getBytes(byte[] value, int srcBegin, int srcEnd, byte dst[], int dstBegin) { in getBytes()
|
D | StringBuffer.java | 289 public synchronized void getChars(int srcBegin, int srcEnd, char[] dst, in getChars()
|
D | String.java | 1036 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) { in getChars() 1127 public void getBytes(int srcBegin, int srcEnd, byte dst[], int dstBegin) { in getBytes()
|
D | AbstractStringBuilder.java | 467 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) in getChars()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | String.java | 137 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { in getChars() 145 public void getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin) { in getBytes()
|
D | AbstractStringBuilder.java | 93 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { in getChars()
|