Searched defs:syllable (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | HangulLayoutEngine.cpp | 111 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
|
D | TibetanReordering.cpp | 334 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); in reorder() local
|
D | KhmerReordering.cpp | 372 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); in reorder() local
|
D | IndicReordering.cpp | 654 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); in reorder() local
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-private.hh | 188 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */ macro 206 unsigned int syllable = info[start].syllable(); in _next_syllable() local
|
D | hb-ot-shape-complex-myanmar.cc | 456 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local
|
D | hb-ot-shape-complex-use.cc | 512 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local
|
D | hb-ot-shape-complex-indic.cc | 994 unsigned int syllable = info[start].syllable(); in initial_reordering_consonant_syllable() local 1232 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local
|
D | hb-ot-layout-gsubgpos-private.hh | 335 uint8_t syllable; member
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 899 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/ |
D | Normalizer2Impl.java | 863 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/ |
D | Normalizer2Impl.java | 867 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
|