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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp60 #define TJMO_FIRST 0x11A7 macro
140 le_int32 tIndex = trail - TJMO_FIRST;
167 trail = TJMO_FIRST + (sIndex % TJMO_COUNT);
169 if (trail == TJMO_FIRST) {
180 trail = TJMO_FIRST;
192 if (ch > TJMO_FIRST && ch <= TJMO_LAST) {
335 LEUnicode trail = outLength == 3? outChars[outStart + 2] : TJMO_FIRST;

Completed in 31 milliseconds