/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-myanmar.cc | 408 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() 432 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 456 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local 457 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() 458 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles() 460 last_syllable = syllable; in insert_dotted_circles() 465 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles() 497 info[i].syllable() = 0; in final_reordering()
|
D | hb-ot-shape-complex-use.cc | 310 syllable_type_t syllable_type = (syllable_type_t) (info[start].syllable() & 0x0F); in setup_topographical_masks() 420 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in reorder_syllable() 493 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 512 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local 513 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() 514 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles() 516 last_syllable = syllable; in insert_dotted_circles() 521 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles() 526 last_syllable == buffer->cur().syllable() && in insert_dotted_circles() 554 info[i].syllable() = 0; in reorder()
|
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 207 while (++start < count && syllable == info[start].syllable()) in _next_syllable() 569 HB_BUFFER_ALLOCATE_VAR (buffer, syllable); in _hb_buffer_allocate_gsubgpos_vars() 575 HB_BUFFER_DEALLOCATE_VAR (buffer, syllable); in _hb_buffer_deallocate_gsubgpos_vars() 585 HB_BUFFER_ASSERT_VAR (buffer, syllable); in _hb_buffer_assert_gsubgpos_vars()
|
D | hb-ot-shape-complex-indic.cc | 994 unsigned int syllable = info[start].syllable(); in initial_reordering_consonant_syllable() local 996 info[i].syllable() = i - start; in initial_reordering_consonant_syllable() 1023 if (info[i].syllable() != 255) in initial_reordering_consonant_syllable() 1026 unsigned int j = start + info[i].syllable(); in initial_reordering_consonant_syllable() 1030 unsigned int next = start + info[j].syllable(); in initial_reordering_consonant_syllable() 1031 info[j].syllable() = 255; /* So we don't process j later again. */ in initial_reordering_consonant_syllable() 1041 info[i].syllable() = syllable; in initial_reordering_consonant_syllable() 1179 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() 1208 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 1232 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local [all …]
|
D | hb-ot-shape-complex-myanmar-machine.rl | 97 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \ 99 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-indic-machine.rl | 101 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \ 103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-use-machine.rl | 149 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \ 151 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-myanmar-machine.hh | 275 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-use-machine.hh | 374 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-indic-machine.hh | 1566 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-layout-gsubgpos-private.hh | 274 syllable arg1(0), in matcher_t() 285 inline void set_syllable (uint8_t syllable_) { syllable = syllable_; } in set_syllable() 300 (syllable && syllable != info.syllable ())) in may_match() 335 uint8_t syllable; member 372 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0); in reset()
|
/external/icu/icu4c/source/layout/ |
D | KhmerReordering.cpp | 372 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); in reorder() local 380 for (i = prev; i < syllable; i += 1) { in reorder() 400 if ( (charClass & KhmerClassTable::CF_COENG) && (i + 1 < syllable) && in reorder() 422 for (i = prev; i < syllable; i += 1) { in reorder() 452 if ( (charClass & KhmerClassTable::CF_COENG) && i + 1 < syllable ) { in reorder() 471 if ( (charClass & KhmerClassTable::CF_SHIFTER) && (i + 1 < syllable) ) { in reorder() 473 || (i + 2 < syllable in reorder() 476 …|| (i + 3 < syllable && (classTable->getCharClass(chars[i + 3]) & KhmerClassTable::CF_ABOVE_VOWEL)) in reorder() 477 || (i + 4 < syllable in reorder() 492 prev = syllable; // move the pointer to the start of next syllable in reorder()
|
D | HangulLayoutEngine.cpp | 111 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable) in compose() argument 127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST); in compose() 132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) in decompose() argument 134 le_int32 sIndex = syllable - HSYL_FIRST; in decompose() 307 LEUnicode syllable = 0x0000; in characterProcessing() local 316 if (compose(lead, vowel, trail, syllable) == outLength) { in characterProcessing() 318 outChars[outCharCount] = syllable; in characterProcessing()
|
D | TibetanReordering.cpp | 334 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); in reorder() local 347 for (i = prev; i < syllable; i += 1) { in reorder() 382 prev = syllable; // move the pointer to the start of next syllable in reorder()
|
D | IndicReordering.cpp | 654 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); in reorder() local 655 le_int32 matra, markStart = syllable; in reorder() 684 for (i = prev; i < syllable; i += 1) { in reorder() 979 prev = syllable; in reorder()
|
/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 868 set.add(syllable, syllable+Hangul.JAMO_VT_COUNT-1); in getCanonStartSet() 1148 char syllable=(char) in compose() local 1155 syllable+=t; // The next character was a Jamo T. in compose() 1157 buffer.setLastChar(syllable); in compose() 1941 char syllable=(char) in recompose() local 1948 syllable+=t; // The next character was a Jamo T. in recompose() 1950 sb.setCharAt(starter, syllable); in recompose()
|
/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 864 set.add(syllable, syllable+Hangul.JAMO_VT_COUNT-1); in getCanonStartSet() 1144 char syllable=(char) in compose() local 1151 syllable+=t; // The next character was a Jamo T. in compose() 1153 buffer.setLastChar(syllable); in compose() 1937 char syllable=(char) in recompose() local 1944 syllable+=t; // The next character was a Jamo T. in recompose() 1946 sb.setCharAt(starter, syllable); in recompose()
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 899 UChar syllable=(UChar) in recompose() local 906 syllable+=t; // The next character was a Jamo T. in recompose() 908 *starter=syllable; in recompose() 1189 UChar syllable=(UChar) in compose() local 1196 syllable+=t; // The next character was a Jamo T. in compose() 1198 buffer.setLastChar(syllable); in compose() 1991 UChar32 syllable= in getCanonStartSet() local 1993 set.add(syllable, syllable+Hangul::JAMO_VT_COUNT-1); in getCanonStartSet()
|
/external/icu/icu4c/source/data/translit/ |
D | ch_ch_FONIPA.txt | 55 \- → \.; # hyphen is a syllable boundary, eg ‹sena-ta›
|
D | tlh_tlh_FONIPA.txt | 22 uy → uɪ\u032F; # similar to English ‹gooey› but in on syllable
|
/external/hyphenation-patterns/mn/ |
D | hyph-mn-cyrl.lic.txt | 44 % 3. However one vowel can be belong to a syllable, it's not possible to use hyphen.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_phones.utf | 89 ! temporary syllable boundary, needed to support accphr prediction
|
/external/svox/pico/tests/data/ |
D | xsampa_pico_man_es-ES.txt | 125 . syllable break NEED TEST HERE <<<<<<<<<<<<------------------------------------
|
D | xsampa_pico_man_fr-FR.txt | 147 . syllable break NEED TEST HERE <<<<<<<<<<<<------------------------------------
|
/external/libvorbis/ |
D | config.guess | 1041 i*86:syllable:*:*) 1042 echo ${UNAME_MACHINE}-pc-syllable
|