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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp140 le_int32 tIndex = trail - TJMO_FIRST; local
147 if (tIndex <= 0 || tIndex >= TJMO_COUNT) {
148 tIndex = 0;
152 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST);

Completed in 28 milliseconds