Home
last modified time | relevance | path

Searched refs:TJMO_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.cpp60 #define TJMO_FIRST 0x11A7 macro
140 le_int32 tIndex = trail - TJMO_FIRST; in compose()
167 trail = TJMO_FIRST + (sIndex % TJMO_COUNT); in decompose()
169 if (trail == TJMO_FIRST) { in decompose()
180 trail = TJMO_FIRST; in getCharClass()
192 if (ch > TJMO_FIRST && ch <= TJMO_LAST) { in getCharClass()
335 LEUnicode trail = outLength == 3? outChars[outStart + 2] : TJMO_FIRST; in characterProcessing()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp60 #define TJMO_FIRST 0x11A7 macro
140 le_int32 tIndex = trail - TJMO_FIRST; in compose()
167 trail = TJMO_FIRST + (sIndex % TJMO_COUNT); in decompose()
169 if (trail == TJMO_FIRST) { in decompose()
180 trail = TJMO_FIRST; in getCharClass()
192 if (ch > TJMO_FIRST && ch <= TJMO_LAST) { in getCharClass()
335 LEUnicode trail = outLength == 3? outChars[outStart + 2] : TJMO_FIRST; in characterProcessing()