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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp159 le_int32 sIndex = syllable - HSYL_FIRST; local
161 if (sIndex < 0 || sIndex >= HSYL_COUNT) {
165 lead = (LEUnicode)(LJMO_FIRST + (sIndex / HSYL_LVCNT));
166 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT;
167 trail = TJMO_FIRST + (sIndex % TJMO_COUNT);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFrameSetView.java188 for (int i = 0, sIndex = 0; i < n; i++) {
192 span[sIndex],
195 sIndex++;

Completed in 30 milliseconds