HomeSort by relevance Sort by last modified time
    Searched refs:vowel (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java 261 "$vowel=[aeiouAEIOU];" +
263 "$vowel } $lu > '!';" +
264 "$vowel > '&';" +
605 "$vowel = [aeiouAEIOU$alpha$ypsilon];" +
608 "u <> $vowel { $ypsilon;" +
2163 UnicodeSet vowel =new UnicodeSet("[\\u0905-\\u090A \\u090F\\u0910\\u0913\\u0914 \\u093e-\\u0942\\u0947\\u0948\\u094B\\u094C\\u094D]"); local
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java 257 "$vowel=[aeiouAEIOU];" +
259 "$vowel } $lu > '!';" +
260 "$vowel > '&';" +
601 "$vowel = [aeiouAEIOU$alpha$ypsilon];" +
604 "u <> $vowel { $ypsilon;" +
2159 UnicodeSet vowel =new UnicodeSet("[\\u0905-\\u090A \\u090F\\u0910\\u0913\\u0914 \\u093e-\\u0942\\u0947\\u0948\\u094B\\u094C\\u094D]"); local
    [all...]
  /external/icu/icu4c/source/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 2029 bool vowel = AnWord(str); local
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 383 milliseconds