Home
last modified time | relevance | path

Searched refs:syllable (Results 1 – 25 of 113) sorted by relevance

12345

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-khmer.cc315 …khmer_syllable_type_t syllable_type = (khmer_syllable_type_t) (buffer->info[start].syllable() & 0x… in reorder_syllable_khmer()
342 if ((info[i].syllable() & 0x0F) == khmer_broken_cluster) in insert_dotted_circles_khmer()
366 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles_khmer() local
367 khmer_syllable_type_t syllable_type = (khmer_syllable_type_t) (syllable & 0x0F); in insert_dotted_circles_khmer()
368 if (unlikely (last_syllable != syllable && syllable_type == khmer_broken_cluster)) in insert_dotted_circles_khmer()
370 last_syllable = syllable; in insert_dotted_circles_khmer()
375 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles_khmer()
379 last_syllable == buffer->cur().syllable() && in insert_dotted_circles_khmer()
Dhb-ot-shape-complex-myanmar.cc260 …myanmar_syllable_type_t syllable_type = (myanmar_syllable_type_t) (buffer->info[start].syllable() … in reorder_syllable_myanmar()
288 if ((info[i].syllable() & 0x0F) == myanmar_broken_cluster) in insert_dotted_circles_myanmar()
312 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles_myanmar() local
313 myanmar_syllable_type_t syllable_type = (myanmar_syllable_type_t) (syllable & 0x0F); in insert_dotted_circles_myanmar()
314 if (unlikely (last_syllable != syllable && syllable_type == myanmar_broken_cluster)) in insert_dotted_circles_myanmar()
316 last_syllable = syllable; in insert_dotted_circles_myanmar()
321 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles_myanmar()
Dhb-ot-shape-complex-use.cc306 use_syllable_type_t syllable_type = (use_syllable_type_t) (info[start].syllable() & 0x0F); in setup_topographical_masks()
409 use_syllable_type_t syllable_type = (use_syllable_type_t) (buffer->info[start].syllable() & 0x0F); in reorder_syllable_use()
503 if ((info[i].syllable() & 0x0F) == use_broken_cluster) in insert_dotted_circles_use()
522 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles_use() local
523 use_syllable_type_t syllable_type = (use_syllable_type_t) (syllable & 0x0F); in insert_dotted_circles_use()
524 if (unlikely (last_syllable != syllable && syllable_type == use_broken_cluster)) in insert_dotted_circles_use()
526 last_syllable = syllable; in insert_dotted_circles_use()
531 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles_use()
535 last_syllable == buffer->cur().syllable() && in insert_dotted_circles_use()
Dhb-ot-layout.hh147 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */ macro
164 unsigned int syllable = info[start].syllable(); in _hb_next_syllable() local
165 while (++start < count && syllable == info[start].syllable()) in _hb_next_syllable()
179 info[i].syllable() = 0; in _hb_clear_syllables()
602 HB_BUFFER_ALLOCATE_VAR (buffer, syllable); in _hb_buffer_allocate_gsubgpos_vars()
608 HB_BUFFER_DEALLOCATE_VAR (buffer, syllable); in _hb_buffer_deallocate_gsubgpos_vars()
618 HB_BUFFER_ASSERT_VAR (buffer, syllable); in _hb_buffer_assert_gsubgpos_vars()
Dhb-ot-shape-complex-indic.cc736 unsigned int syllable = info[start].syllable(); in initial_reordering_consonant_syllable() local
738 info[i].syllable() = i - start; in initial_reordering_consonant_syllable()
767 if (info[i].syllable() != 255) in initial_reordering_consonant_syllable()
770 unsigned int j = start + info[i].syllable(); in initial_reordering_consonant_syllable()
774 unsigned int next = start + info[j].syllable(); in initial_reordering_consonant_syllable()
775 info[j].syllable() = 255; /* So we don't process j later again. */ in initial_reordering_consonant_syllable()
785 info[i].syllable() = syllable; in initial_reordering_consonant_syllable()
914 …indic_syllable_type_t syllable_type = (indic_syllable_type_t) (buffer->info[start].syllable() & 0x… in initial_reordering_syllable_indic()
947 if ((info[i].syllable() & 0x0F) == indic_broken_cluster) in insert_dotted_circles_indic()
971 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles_indic() local
[all …]
Dhb-ot-shape-complex-khmer-machine.rl84 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
86 info[i].syllable() = (syllable_serial << 4) | khmer_##syllable_type; \
Dhb-ot-shape-complex-myanmar-machine.rl98 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
100 info[i].syllable() = (syllable_serial << 4) | myanmar_##syllable_type; \
Dhb-ot-shape-complex-indic-machine.rl97 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
99 info[i].syllable() = (syllable_serial << 4) | indic_##syllable_type; \
Dhb-ot-shape-complex-use-machine.rl166 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
168 info[i].syllable() = (syllable_serial << 4) | use_##syllable_type; \
Dhb-ot-shape-complex-khmer-machine.hh229 info[i].syllable() = (syllable_serial << 4) | khmer_##syllable_type; \
Dhb-ot-shape-complex-myanmar-machine.hh307 info[i].syllable() = (syllable_serial << 4) | myanmar_##syllable_type; \
Dhb-ot-shape-complex-indic-machine.hh398 info[i].syllable() = (syllable_serial << 4) | indic_##syllable_type; \
/external/harfbuzz_ng/test/shaping/data/in-house/
DMakefile.sources30 tests/indic-syllable.tests \
41 tests/myanmar-syllable.tests \
55 tests/use-syllable.tests \
/external/icu/icu4c/source/data/translit/
Dblt_blt_FONIPA.txt49 $F = [$C]; # syllable-final consonant
83 # Harden syllable-final consonants.
110 {[ꪪ ꪫ]} $IPA_TONE → w; # at the end of a syllable (before tone letters)
111 [ꪪ ꪫ] → v; # not at the end of a syllable
Des_fa.txt17 # syllable.
Des_419_fa.txt18 # syllable.
Des_419_ar.txt18 # syllable.
Des_ar.txt17 # syllable.
DLatin_NumericPinyin.txt23 # Move the tone to the end of a syllable, and convert to number
Dtlh_tlh_FONIPA.txt24 uy → uɪ\u032F; # similar to English ‹gooey› but in on syllable
Duz_Cyrl_uz_Latn.txt34 # е → 'ye' at the beginning of a syllable, after a vowel, ъ or ь, otherwise 'e'
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp1124 UChar syllable=(UChar) in recompose() local
1131 syllable+=t; // The next character was a Jamo T. in recompose()
1133 *starter=syllable; in recompose()
1443 UChar32 syllable = Hangul::HANGUL_BASE + in compose() local
1450 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose()
1470 UChar32 syllable = prev + c - Hangul::JAMO_T_BASE; in compose() local
1475 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose()
1852 UChar32 syllable = Hangul::HANGUL_BASE + in composeUTF8() local
1861 ByteSinkUtil::appendCodePoint(prevSrc, src, syllable, *sink, edits); in composeUTF8()
1879 UChar32 syllable = prev + getJamoTMinusBase(prevSrc, src); in composeUTF8() local
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNormalizer2Impl.java905 int syllable=Hangul.HANGUL_BASE+(c-Hangul.JAMO_L_BASE)*Hangul.JAMO_VT_COUNT; in getCanonStartSet() local
906 set.add(syllable, syllable+Hangul.JAMO_VT_COUNT-1); in getCanonStartSet()
1221 int syllable = Hangul.HANGUL_BASE + in compose() local
1228 buffer.append((char)syllable); in compose()
1246 int syllable = prev + c - Hangul.JAMO_T_BASE; in compose() local
1251 buffer.append((char)syllable); in compose()
2000 char syllable=(char) in recompose() local
2007 syllable+=t; // The next character was a Jamo T. in recompose()
2009 sb.setCharAt(starter, syllable); in recompose()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java896 int syllable=Hangul.HANGUL_BASE+(c-Hangul.JAMO_L_BASE)*Hangul.JAMO_VT_COUNT; in getCanonStartSet() local
897 set.add(syllable, syllable+Hangul.JAMO_VT_COUNT-1); in getCanonStartSet()
1212 int syllable = Hangul.HANGUL_BASE + in compose() local
1219 buffer.append((char)syllable); in compose()
1237 int syllable = prev + c - Hangul.JAMO_T_BASE; in compose() local
1242 buffer.append((char)syllable); in compose()
1991 char syllable=(char) in recompose() local
1998 syllable+=t; // The next character was a Jamo T. in recompose()
2000 sb.setCharAt(starter, syllable); in recompose()
/external/skqp/third_party/harfbuzz/
Dhb-ot-shape-complex-myanmar-machine.hh288 info[i].syllable() = (syllable_serial << 4) | syllable_type; \

12345