Searched defs:dindex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DConvert.java91 * @param dindex The start index from which converted characters
96 char[] dst, int dindex,
99 int j = dindex;
163 * @param dindex The start index from which converted bytes
168 byte[] dst, int dindex,
170 int j = dindex;
95 utf2chars(byte[] src, int sindex, char[] dst, int dindex, int len) argument
167 chars2utf(char[] src, int sindex, byte[] dst, int dindex, int len) argument

Completed in 32 milliseconds