Home
last modified time | relevance | path

Searched refs:VJMO_FIRST (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.cpp55 #define VJMO_FIRST 0x1161 macro
139 le_int32 vIndex = vowel - VJMO_FIRST; in compose()
166 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT; in decompose()
187 if (ch >= VJMO_FIRST && ch <= VJMO_LAST) { in getCharClass()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp55 #define VJMO_FIRST 0x1161 macro
139 le_int32 vIndex = vowel - VJMO_FIRST; in compose()
166 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT; in decompose()
187 if (ch >= VJMO_FIRST && ch <= VJMO_LAST) { in getCharClass()