Searched defs:getChars (Results 26 - 31 of 31) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGapContent.java167 getChars(where, len, s);
181 * @see AbstractDocument.Content#getChars
183 public void getChars(int where, int len, Segment chars) throws BadLocationException { method in class:GapContent
H A DAbstractDocument.java812 data.getChars(offset, length, txt);
1652 public void getChars(int where, int len, Segment txt) throws BadLocationException; method in interface:AbstractDocument.Content
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParser.java273 handleComment(getChars(0, commentEndPos));
276 in = new CharArrayReader(getChars(commentEndPos + 1));
777 char[] getChars(int pos) { method in class:Parser
784 char[] getChars(int pos, int endPos) { method in class:Parser
1017 str.getChars(0, b.length, b, 0);
1592 handleComment(getChars(0));
2057 String str = new String(getChars(0)).trim();
/openjdk7/jdk/src/share/classes/java/lang/
H A DString.java782 void getChars(char dst[], int dstBegin) { method in class:String
816 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) { method in class:String
1976 str.getChars(buf, len);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java905 int i = getChars(result);
909 private int getChars(char[] result) { method in class:FloatingDecimal
990 int i = getChars(result);
H A DFormattedFloatingDecimal.java990 public int getChars(char[] result) { method in class:FormattedFloatingDecimal

Completed in 64 milliseconds

12