Home
last modified time | relevance | path

Searched refs:TJMO_COUNT (Results 1 – 2 of 2) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp62 #define TJMO_COUNT 28 macro
66 #define HSYL_LVCNT (VJMO_COUNT * TJMO_COUNT)
147 if (tIndex <= 0 || tIndex >= TJMO_COUNT) { in compose()
152 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST); in compose()
166 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT; in decompose()
167 trail = TJMO_FIRST + (sIndex % TJMO_COUNT); in decompose()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp62 #define TJMO_COUNT 28 macro
66 #define HSYL_LVCNT (VJMO_COUNT * TJMO_COUNT)
147 if (tIndex <= 0 || tIndex >= TJMO_COUNT) { in compose()
152 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST); in compose()
166 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT; in decompose()
167 trail = TJMO_FIRST + (sIndex % TJMO_COUNT); in decompose()