Home
last modified time | relevance | path

Searched defs:getChars (Results 1 – 14 of 14) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DWriterTesterTest.java87 public char[] getChars() throws Exception { in getChars() method in WriterTesterTest.FileWriterCharSinkTester
102 public char[] getChars() throws Exception { in getChars() method in WriterTesterTest.CharArrayWriterCharSinkTester
134 public char[] getChars() throws Exception { in getChars() method in WriterTesterTest.PipedWriterCharSinkTester
150 public char[] getChars() throws Exception { in getChars() method in WriterTesterTest.StringWriterCharSinkTester
209 public char[] getChars() throws Exception { in getChars() method in WriterTesterTest.OutputStreamWriterCharSinkTester
/libcore/ojluni/src/main/java/java/text/
DPatternEntry.java108 final String getChars() { in getChars() method in PatternEntry
/libcore/support/src/test/java/org/apache/harmony/testframework/
DCharWrapperTester.java90 public char[] getChars() throws Exception { in getChars() method in CharWrapperTester.WrapperSinkTester
/libcore/ojluni/annotations/hiddenapi/java/lang/
DLong.java83 static void getChars(long i, int index, char[] buf) { in getChars() method in Long
DString.java133 void getChars(char[] dst, int dstBegin) { in getChars() method in String
137 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { in getChars() method in String
DInteger.java80 static void getChars(int i, int index, char[] buf) { in getChars() method in Integer
DAbstractStringBuilder.java93 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { in getChars() method in AbstractStringBuilder
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DStringBuffer.annotated.java61 public synchronized void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { throw new R… in getChars() method in StringBuffer
DStringBuilder.annotated.java116 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { throw new RuntimeExcepti… in getChars() method in StringBuilder
DString.annotated.java86 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { throw new RuntimeExcepti… in getChars() method in String
/libcore/ojluni/src/main/java/java/lang/
DString.java743 void getChars(char dst[], int dstBegin) { in getChars() method in String
778 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) { in getChars() method in String
DAbstractStringBuilder.java380 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) in getChars() method in AbstractStringBuilder
DLong.java434 static void getChars(long i, int index, char[] buf) { in getChars() method in Long
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFloatingDecimal.java358 private int getChars(char[] result) { in getChars() method in FloatingDecimal.BinaryToASCIIBuffer