Searched defs:vowel (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.cpp68 LEUnicode ThaiShaping::leftAboveVowel(LEUnicode vowel, le_uint8 glyphSet) argument
77 if (vowel >= CH_MAI_HANAKAT && vowel <= CH_SARA_UEE) {
78 return leftAboveVowels[glyphSet][vowel - CH_MAI_HANAKAT];
81 if (vowel == CH_YAMAKKAN && glyphSet == 0) {
85 return vowel;
136 LEUnicode ThaiShaping::lowerBelowVowel(LEUnicode vowel, le_uint8 glyphSet) argument
146 if (vowel >= CH_SARA_U && vowel <= CH_PHINTHU) {
147 return lowerBelowVowels[glyphSet][vowel
[all...]
H A DHangulLayoutEngine.cpp136 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable) argument
139 le_int32 vIndex = vowel - VJMO_FIRST;
157 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) argument
166 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT;
176 static le_int32 getCharClass(LEUnicode ch, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) argument
179 vowel = VJMO_FILL;
188 vowel = ch;
197 le_int32 c = decompose(ch, lead, vowel, trail);
274 LEUnicode vowel = 0; local
276 le_int32 chClass = getCharClass(chars[i], lead, vowel, trai
334 LEUnicode vowel = outChars[outStart + 1]; local
[all...]

Completed in 33 milliseconds