Searched refs:dstStart (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DReplaceable.java111 * starting at index <code>dstStart</code> and ending at index
112 * <code>dstStart + (srcLimit-srcStart) - 1</code>.
119 * @param dstStart the start offset in the destination array.
122 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); argument
H A DReplaceableString.java109 * starting at index <code>dstStart</code> and ending at index
110 * <code>dstStart + (srcLimit-srcStart) - 1</code>.
117 * @param dstStart the start offset in the destination array.
120 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { argument
121 Utility.getChars(buf, srcStart, srcLimit, dst, dstStart);

Completed in 37 milliseconds