Searched refs:_getChars (Results 1 - 2 of 2) sorted by last modified time

/libcore/luni/src/main/java/java/lang/
H A DAbstractStringBuilder.java89 string._getChars(0, count, value, 0);
147 string._getChars(0, length, value, count);
169 ((String) s)._getChars(start, end, value, count);
357 string._getChars(0, min, value, index);
434 string._getChars(0, stringLength, value, start);
H A DString.java901 void _getChars(int start, int end, char[] buffer, int index) { method in class:String

Completed in 56 milliseconds