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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp66 #define HSYL_LVCNT (VJMO_COUNT * TJMO_COUNT) macro
165 lead = (LEUnicode)(LJMO_FIRST + (sIndex / HSYL_LVCNT));
166 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT;

Completed in 47 milliseconds