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

/external/icu4c/layout/
H A DThaiShaping.cpp43 LEUnicode ThaiShaping::leftAboveVowel(LEUnicode vowel, le_uint8 glyphSet) argument
52 if (vowel >= CH_MAI_HANAKAT && vowel <= CH_SARA_UEE) {
53 return leftAboveVowels[glyphSet][vowel - CH_MAI_HANAKAT];
56 if (vowel == CH_YAMAKKAN && glyphSet == 0) {
60 return vowel;
111 LEUnicode ThaiShaping::lowerBelowVowel(LEUnicode vowel, le_uint8 glyphSet) argument
121 if (vowel >= CH_SARA_U && vowel <= CH_PHINTHU) {
122 return lowerBelowVowels[glyphSet][vowel
[all...]
H A DHangulLayoutEngine.cpp111 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable) argument
114 le_int32 vIndex = vowel - VJMO_FIRST;
132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) argument
141 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT;
151 static le_int32 getCharClass(LEUnicode ch, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) argument
154 vowel = VJMO_FILL;
163 vowel = ch;
172 le_int32 c = decompose(ch, lead, vowel, trail);
249 LEUnicode vowel = 0; local
251 int32_t chClass = getCharClass(chars[i], lead, vowel, trai
309 LEUnicode vowel = outChars[outStart + 1]; local
[all...]
/external/chromium_org/v8/src/
H A Dobjects.cc1498 bool vowel = AnWord(str); local
1501 vowel ? "n" : "");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/
H A Dobjects.cc1120 bool vowel = AnWord(str); local
1123 vowel ? "n" : "");

Completed in 275 milliseconds