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

/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c256 int getMixerLineByDestination(HMIXER handle, DWORD dstIndex, MIXERLINE* mixerLine) { argument
258 mixerLine->dwDestination = dstIndex;
282 int getMixerLineBySource(HMIXER handle, DWORD dstIndex, DWORD srcIndex, MIXERLINE* mixerLine) { argument
284 mixerLine->dwDestination = dstIndex;
/openjdk7/jdk/src/share/classes/java/lang/
H A DCharacter.java4919 * stored in {@code dst[dstIndex]}, and 1 is returned. If the
4921 * surrogate values are stored in {@code dst[dstIndex]}
4922 * (high-surrogate) and {@code dst[dstIndex+1]}
4928 * @param dstIndex the start index into the {@code dst}
4935 * @exception IndexOutOfBoundsException if {@code dstIndex}
4937 * {@code dst} at {@code dstIndex} doesn't have enough
4939 * value(s). (If {@code dstIndex} is equal to
4943 * {@code dst[dstIndex]}.)
4946 public static int toChars(int codePoint, char[] dst, int dstIndex) { argument
4948 dst[dstIndex]
[all...]

Completed in 55 milliseconds