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

/external/icu/icu4c/source/layout/
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...]
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 DThaiShaping.h92 static LEUnicode leftAboveVowel(LEUnicode vowel, le_uint8 glyphSet);
93 static LEUnicode lowerBelowVowel(LEUnicode vowel, le_uint8 glyphSet);
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua18 propnames = {mapval=0, vowel=0, diphth=0, glott=0, nonsyllvowel=0, syllcons=0}
152 if pl["vowel"] then rv = 1 end
H A Dpicoloadphones.lua17 propnames = {mapval=0, vowel=0, diphth=0, glott=0, nonsyllvowel=0, syllcons=0}
150 if pl["vowel"] then rv = 1 end
/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/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c1105 /*figure out syllable in word - not really syllables - just looks to see if is or at first or last vowel*/
1357 /*means it's a vowel. So, add a syllable boundary. It's position
1405 /*there should already be a syllable boundary before each vowel (add_output put one there)*/
1419 break; /*means it's a vowel*/
1488 out[strlen(out)-1] = '\0'; /*remove the stress from the vowel*/
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp341 "$vowel=[aeiouAEIOU];"
343 "$vowel } $lu > '!';"
344 "$vowel > '&';"
800 "$vowel = [aeiouAEIOU$alpha$ypsilon];"
803 "u <> $vowel { $ypsilon;"
2847 // (\u0902) (when preceded by vowel) ---> (\u0A02)
2850 UnicodeSet vowel(UnicodeString("[\\u0905-\\u090A \\u090F\\u0910\\u0913\\u0914 \\u093e-\\u0942\\u0947\\u0948\\u094B\\u094C\\u094D]", -1, US_INV).unescape(), status);
2854 UnicodeSetIterator vIter(vowel);
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp340 "$vowel=[aeiouAEIOU];"
342 "$vowel } $lu > '!';"
343 "$vowel > '&';"
799 "$vowel = [aeiouAEIOU$alpha$ypsilon];"
802 "u <> $vowel { $ypsilon;"
2846 // (\u0902) (when preceded by vowel) ---> (\u0A02)
2849 UnicodeSet vowel(UnicodeString("[\\u0905-\\u090A \\u090F\\u0910\\u0913\\u0914 \\u093e-\\u0942\\u0947\\u0948\\u094B\\u094C\\u094D]", -1, US_INV).unescape(), status);
2853 UnicodeSetIterator vIter(vowel);
/external/chromium_org/v8/src/
H A Dobjects.cc1255 bool vowel = AnWord(str); local
1258 vowel ? "n" : "");

Completed in 334 milliseconds