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

/external/icu/icu4c/source/layout/
H A DHangulLayoutEngine.cpp35 #define TJMO_FIRST 0x11A7 macro
115 le_int32 tIndex = trail - TJMO_FIRST;
142 trail = TJMO_FIRST + (sIndex % TJMO_COUNT);
144 if (trail == TJMO_FIRST) {
155 trail = TJMO_FIRST;
167 if (ch > TJMO_FIRST && ch <= TJMO_LAST) {
310 LEUnicode trail = outLength == 3? outChars[outStart + 2] : TJMO_FIRST;

Completed in 66 milliseconds