Home
last modified time | relevance | path

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

/external/icu4c/layout/
DHangulLayoutEngine.cpp111 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable) in compose()
132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) in decompose()
151 static le_int32 getCharClass(LEUnicode ch, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) in getCharClass()
249 LEUnicode vowel = 0; in characterProcessing() local
309 LEUnicode vowel = outChars[outStart + 1]; in characterProcessing() local
DThaiShaping.cpp43 LEUnicode ThaiShaping::leftAboveVowel(LEUnicode vowel, le_uint8 glyphSet) in leftAboveVowel()
111 LEUnicode ThaiShaping::lowerBelowVowel(LEUnicode vowel, le_uint8 glyphSet) in lowerBelowVowel()
/external/chromium/third_party/icu/source/test/intltest/
Dtranstst.cpp2843 …UnicodeSet vowel(UnicodeString("[\\u0905-\\u090A \\u090F\\u0910\\u0913\\u0914 \\u093e-\\u0942\\u09… in TestGurmukhiDevanagari() local
/external/icu4c/test/intltest/
Dtranstst.cpp2849 …UnicodeSet vowel(UnicodeString("[\\u0905-\\u090A \\u090F\\u0910\\u0913\\u0914 \\u093e-\\u0942\\u09… in TestGurmukhiDevanagari() local
/external/v8/src/
Dobjects.cc882 bool vowel = AnWord(str); in JSObjectShortPrint() local