Home
last modified time | relevance | path

Searched defs:syllable (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/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()
307 LEUnicode syllable = 0x0000; in characterProcessing() local
DTibetanReordering.cpp334 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); in reorder() local
DKhmerReordering.cpp372 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); in reorder() local
DIndicReordering.cpp654 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); in reorder() local
/external/harfbuzz_ng/src/
Dhb-ot-layout-private.hh188 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */ macro
206 unsigned int syllable = info[start].syllable(); in _next_syllable() local
Dhb-ot-shape-complex-myanmar.cc456 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local
Dhb-ot-shape-complex-use.cc512 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local
Dhb-ot-shape-complex-indic.cc994 unsigned int syllable = info[start].syllable(); in initial_reordering_consonant_syllable() local
1232 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local
Dhb-ot-layout-gsubgpos-private.hh335 uint8_t syllable; member
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp899 UChar syllable=(UChar) in recompose() local
1189 UChar syllable=(UChar) in compose() local
1991 UChar32 syllable= in getCanonStartSet() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java863 int syllable=Hangul.HANGUL_BASE+(c-Hangul.JAMO_L_BASE)*Hangul.JAMO_VT_COUNT; in getCanonStartSet() local
1144 char syllable=(char) in compose() local
1937 char syllable=(char) in recompose() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNormalizer2Impl.java867 int syllable=Hangul.HANGUL_BASE+(c-Hangul.JAMO_L_BASE)*Hangul.JAMO_VT_COUNT; in getCanonStartSet() local
1148 char syllable=(char) in compose() local
1941 char syllable=(char) in recompose() local