/external/icu4c/layout/ |
HangulLayoutEngine.cpp | 111 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable) 114 le_int32 vIndex = vowel - VJMO_FIRST; 132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) 141 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT; 151 static le_int32 getCharClass(LEUnicode ch, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) 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, trail) 309 LEUnicode vowel = outChars[outStart + 1]; local [all...] |
ThaiShaping.cpp | 43 LEUnicode ThaiShaping::leftAboveVowel(LEUnicode vowel, le_uint8 glyphSet) 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) 121 if (vowel >= CH_SARA_U && vowel <= CH_PHINTHU) { 122 return lowerBelowVowels[glyphSet][vowel - CH_SARA_U] [all...] |
ThaiShaping.h | 92 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/ |
picoloaddbg.lua | 18 propnames = {mapval=0, vowel=0, diphth=0, glott=0, nonsyllvowel=0, syllcons=0}
152 if pl["vowel"] then rv = 1 end
|
picoloadphones.lua | 17 propnames = {mapval=0, vowel=0, diphth=0, glott=0, nonsyllvowel=0, syllcons=0}
150 if pl["vowel"] then rv = 1 end
|
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/srec/seti/sltsEngine/src/ |
run_seq_lts.c | 1105 /*figure out syllable in word - not really syllables - just looks to see if is or at first or last vowel*/ [all...] |
/external/icu4c/test/intltest/ |
transtst.cpp | 340 "$vowel=[aeiouAEIOU];" 342 "$vowel } $lu > '!';" 343 "$vowel > '&';" 799 "$vowel = [aeiouAEIOU$alpha$ypsilon];" 802 "u <> $vowel { $ypsilon;" [all...] |
/external/v8/src/ |
objects.cc | 958 bool vowel = AnWord(str); local [all...] |