| /libcore/luni/src/main/java/java/util/ |
| D | SortedSet.java | 100 public SortedSet<E> subSet(E start, E end); in subSet() 118 public SortedSet<E> tailSet(E start); in tailSet()
|
| D | Arrays.java | 691 public static void fill(byte[] array, int start, int end, byte value) { in fill() 728 public static void fill(short[] array, int start, int end, short value) { in fill() 765 public static void fill(char[] array, int start, int end, char value) { in fill() 802 public static void fill(int[] array, int start, int end, int value) { in fill() 839 public static void fill(long[] array, int start, int end, long value) { in fill() 876 public static void fill(float[] array, int start, int end, float value) { in fill() 913 public static void fill(double[] array, int start, int end, double value) { in fill() 950 public static void fill(boolean[] array, int start, int end, boolean value) { in fill() 987 public static void fill(Object[] array, int start, int end, Object value) { in fill() 1707 public static void sort(byte[] array, int start, int end) { in sort() [all …]
|
| D | AbstractList.java | 89 FullListIterator(int start) { in FullListIterator() 155 SubAbstractListRandomAccess(AbstractList<E> list, int start, int end) { in SubAbstractListRandomAccess() 173 private int start; field in AbstractList.SubAbstractList.SubAbstractListIterator 236 SubAbstractList(AbstractList<E> list, int start, int end) { in SubAbstractList() 332 protected void removeRange(int start, int end) { in removeRange() 654 protected void removeRange(int start, int end) { in removeRange() 728 public List<E> subList(int start, int end) { in subList()
|
| D | TreeSet.java | 355 public NavigableSet<E> subSet(E start, boolean startInclusive, E end, in subSet() 392 public NavigableSet<E> tailSet(E start, boolean startInclusive) { in tailSet() 424 public SortedSet<E> subSet(E start, E end) { in subSet() 468 public SortedSet<E> tailSet(E start) { in tailSet()
|
| D | EnumSet.java | 263 public static <E extends Enum<E>> EnumSet<E> of(E start, E... others) { in of() 286 public static <E extends Enum<E>> EnumSet<E> range(E start, E end) { in range() 295 abstract void setRange(E start, E end); in setRange()
|
| /libcore/luni/src/main/java/java/util/regex/ |
| D | MatchResult.java | 76 int start(); in start() method 82 int start(int group); in start() method
|
| D | MatchResultImpl.java | 71 public int start() { in start() method in MatchResultImpl 75 public int start(int group) { in start() method in MatchResultImpl
|
| D | Matcher.java | 196 private Matcher reset(CharSequence input, int start, int end) { in reset() 268 public Matcher region(int start, int end) { in region() 337 public boolean find(int start) { in find() 602 public int start() { in start() method in Matcher 611 public int start(int group) throws IllegalStateException { in start() method in Matcher 625 private static native void setInputImpl(long addr, String s, int start, int end); in setInputImpl()
|
| /libcore/luni/src/main/java/java/lang/ |
| D | StringBuffer.java | 277 public synchronized StringBuffer append(char[] chars, int start, int length) { in append() 322 public synchronized StringBuffer append(CharSequence s, int start, int end) { in append() 376 public synchronized StringBuffer delete(int start, int end) { in delete() 418 public synchronized void getChars(int start, int end, char[] buffer, int idx) { in getChars() 423 public synchronized int indexOf(String subString, int start) { in indexOf() 600 public synchronized StringBuffer insert(int index, char[] chars, int start, int length) { in insert() 650 int start, int end) { in insert() 656 public synchronized int lastIndexOf(String subString, int start) { in lastIndexOf() 681 public synchronized StringBuffer replace(int start, int end, String string) { in replace() 707 public synchronized CharSequence subSequence(int start, int end) { in subSequence() [all …]
|
| D | AbstractStringBuilder.java | 152 final void append0(CharSequence s, int start, int end) { in append0() 210 private StringIndexOutOfBoundsException startEndAndLength(int start, int end) { in startEndAndLength() 214 final void delete0(int start, int end) { in delete0() 295 public void getChars(int start, int end, char[] dst, int dstStart) { in getChars() 313 final void insert0(int index, char[] chars, int start, int length) { in insert0() 356 final void insert0(int index, CharSequence s, int start, int end) { in insert0() 396 final void replace0(int start, int end, String string) { in replace0() 582 public String substring(int start) { in substring() 607 public String substring(int start, int end) { in substring() 653 public CharSequence subSequence(int start, int end) { in subSequence() [all …]
|
| D | CharSequence.java | 58 public CharSequence subSequence(int start, int end); in subSequence()
|
| D | Appendable.java | 86 Appendable append(CharSequence csq, int start, int end) throws IOException; in append()
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
| D | Support_Format.java | 84 int start = iterator.getRunStart(); in findFields() local 103 final int start; field in Support_Format.FieldContainer 109 public FieldContainer(int start, int end, Attribute attribute) { in FieldContainer() 114 public FieldContainer(int start, int end, Attribute attribute, int value) { in FieldContainer() 119 public FieldContainer(int start, int end, Attribute attribute, Object value) { in FieldContainer()
|
| /libcore/support/src/test/java/tests/support/ |
| D | Support_Format.java | 87 int start = iterator.getRunStart(); in findFields() local 106 int start, end; field in Support_Format.FieldContainer 113 public FieldContainer(int start, int end, in FieldContainer() 119 public FieldContainer(int start, int end, Attribute attribute, int value) { in FieldContainer() 124 public FieldContainer(int start, int end, Attribute attribute, in FieldContainer()
|
| /libcore/luni/src/main/java/libcore/internal/ |
| D | StringPool.java | 28 private static boolean contentEquals(String s, char[] chars, int start, int length) { in contentEquals() 43 public String get(char[] array, int start, int length) { in get()
|
| /libcore/luni/src/main/java/java/text/ |
| D | AttributedString.java | 42 int start; field in AttributedString.Range 333 int start = begin; in getRunStart() local 411 int start = iterator.getRunStart(attribute); in AttributedString() local 422 private AttributedString(AttributedCharacterIterator iterator, int start, in AttributedString() 480 public AttributedString(AttributedCharacterIterator iterator, int start, in AttributedString() 507 public AttributedString(AttributedCharacterIterator iterator, int start, in AttributedString() 613 Object value, int start, int end) { in addAttribute() 708 int start, int end) { in addAttributes() 714 entry.getValue(), start, end); in addAttributes() local 760 AttributedCharacterIterator.Attribute[] attributes, int start, in getIterator()
|
| D | StringCharacterIterator.java | 27 int start, end, offset; field in StringCharacterIterator 84 public StringCharacterIterator(String value, int start, int end, int location) { in StringCharacterIterator()
|
| /libcore/luni/src/main/java/org/xml/sax/ |
| D | DocumentHandler.java | 179 public abstract void characters (char ch[], int start, int length) in characters() 207 public abstract void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace()
|
| D | ContentHandler.java | 331 public void characters (char ch[], int start, int length) in characters() 360 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace()
|
| D | HandlerBase.java | 245 public void characters (char ch[], int start, int length) in characters() 268 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace()
|
| /libcore/libart/src/main/java/java/lang/ |
| D | String.java | 503 private StringIndexOutOfBoundsException startEndAndLength(int start, int end) { in startEndAndLength() 618 public static String copyValueOf(char[] data, int start, int length) { in copyValueOf() 722 public void getBytes(int start, int end, byte[] data, int index) { in getBytes() 810 public void getChars(int start, int end, char[] buffer, int index) { in getChars() 824 void _getChars(int start, int end, char[] buffer, int index) { in _getChars() 862 public int indexOf(int c, int start) { in indexOf() 869 private native int fastIndexOf(int c, int start); in fastIndexOf() 871 private int indexOfSupplementary(int c, int start) { in indexOfSupplementary() 889 int start = 0; in indexOf() local 927 public int indexOf(String subString, int start) { in indexOf() [all …]
|
| /libcore/luni/src/main/java/java/sql/ |
| D | Blob.java | 97 public long position(Blob pattern, long start) throws SQLException; in position() 115 public long position(byte[] pattern, long start) throws SQLException; in position()
|
| D | Clob.java | 92 public long position(Clob searchstr, long start) throws SQLException; in position() 108 public long position(String searchstr, long start) throws SQLException; in position()
|
| /libcore/luni/src/main/java/java/nio/ |
| D | CharBuffer.java | 89 public static CharBuffer wrap(char[] array, int start, int charCount) { in wrap() 130 public static CharBuffer wrap(CharSequence cs, int start, int end) { in wrap() 562 public CharBuffer put(String str, int start, int end) { in put() 622 public abstract CharBuffer subSequence(int start, int end); in subSequence() 696 public CharBuffer append(CharSequence csq, int start, int end) { in append()
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
| D | MockHandler.java | 45 public void characters(char[] ch, int start, int length) throws SAXException { in characters() 73 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace() 119 public void comment(char[] ch, int start, int length) throws SAXException { in comment()
|