Home
last modified time | relevance | path

Searched refs:LJMO_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.cpp50 #define LJMO_FIRST 0x1100 macro
138 le_int32 lIndex = lead - LJMO_FIRST; in compose()
165 lead = (LEUnicode)(LJMO_FIRST + (sIndex / HSYL_LVCNT)); in decompose()
182 if (ch >= LJMO_FIRST && ch <= LJMO_LAST) { in getCharClass()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp50 #define LJMO_FIRST 0x1100 macro
138 le_int32 lIndex = lead - LJMO_FIRST; in compose()
165 lead = (LEUnicode)(LJMO_FIRST + (sIndex / HSYL_LVCNT)); in decompose()
182 if (ch >= LJMO_FIRST && ch <= LJMO_LAST) { in getCharClass()