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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp318 le_int32 outLength = outCharCount - outStart; local
331 if ((inLength >= 1 && inLength <= 3) && (outLength == 2 || outLength == 3)) {
335 LEUnicode trail = outLength == 3? outChars[outStart + 2] : TJMO_FIRST;
341 if (compose(lead, vowel, trail, syllable) == outLength) {

Completed in 22 milliseconds