Search

Searched defs:sIndex (Results 1 - 1 of 1) 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);

Completed in 228 milliseconds