Searched refs:targetIndex (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphInsertionProc2.cpp83 le_int16 targetIndex = 0; local
86 insertGlyphs[targetIndex++] = glyphStorage[atGlyph];
93 insertGlyphs[targetIndex++] = insertionTable.getObject(index++, success);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAsyncBoxView.java1114 int targetIndex = n - 1;
1124 targetIndex = i;
1130 return targetIndex;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Choice.cpp881 int targetIndex = JNU_CallMethodByName(env, NULL, target, local
885 DASSERT(targetIndex == peerCurSel);

Completed in 43 milliseconds