/third_party/pcre2/pcre2/maint/ucptestdata/ |
D | testoutput2 | 106 U+AC01..U+AC1B L Letter: Other letter, hangul, Hangul syllable type LVT, [alphabetic, graphemebas… 107 U+AC1D..U+AC37 L Letter: Other letter, hangul, Hangul syllable type LVT, [alphabetic, graphemebas… 108 U+AC39..U+AC53 L Letter: Other letter, hangul, Hangul syllable type LVT, [alphabetic, graphemebas… 109 U+AC55..U+AC6F L Letter: Other letter, hangul, Hangul syllable type LVT, [alphabetic, graphemebas… 110 U+AC71..U+AC8B L Letter: Other letter, hangul, Hangul syllable type LVT, [alphabetic, graphemebas… 111 U+AC8D..U+ACA7 L Letter: Other letter, hangul, Hangul syllable type LVT, [alphabetic, graphemebas… 112 U+ACA9..U+ACC3 L Letter: Other letter, hangul, Hangul syllable type LVT, [alphabetic, graphemebas… 113 U+ACC5..U+ACDF L Letter: Other letter, hangul, Hangul syllable type LVT, [alphabetic, graphemebas… 114 U+ACE1..U+ACFB L Letter: Other letter, hangul, Hangul syllable type LVT, [alphabetic, graphemebas… 115 U+ACFD..U+AD17 L Letter: Other letter, hangul, Hangul syllable type LVT, [alphabetic, graphemebas… [all …]
|
/third_party/harfbuzz/src/ |
D | hb-ot-shape-complex-syllabic.cc | 48 if ((info[i].syllable() & 0x0F) == broken_syllable_type) in hb_syllabic_insert_dotted_circles() 72 unsigned int syllable = buffer->cur().syllable(); in hb_syllabic_insert_dotted_circles() local 73 if (unlikely (last_syllable != syllable && (syllable & 0x0F) == broken_syllable_type)) in hb_syllabic_insert_dotted_circles() 75 last_syllable = syllable; in hb_syllabic_insert_dotted_circles() 80 ginfo.syllable() = buffer->cur().syllable(); in hb_syllabic_insert_dotted_circles() 86 last_syllable == buffer->cur().syllable() && in hb_syllabic_insert_dotted_circles()
|
D | hb-ot-layout.hh | 147 #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()
|
D | hb-ot-shape-complex-indic.cc | 732 unsigned int syllable = info[start].syllable(); in initial_reordering_consonant_syllable() local 734 info[i].syllable() = i - start; in initial_reordering_consonant_syllable() 784 if (info[i].syllable() != 255) in initial_reordering_consonant_syllable() 788 unsigned int j = start + info[i].syllable(); in initial_reordering_consonant_syllable() 793 unsigned int next = start + info[j].syllable(); in initial_reordering_consonant_syllable() 794 info[j].syllable() = 255; /* So we don't process j later again. */ in initial_reordering_consonant_syllable() 803 info[i].syllable() = syllable; in initial_reordering_consonant_syllable() 932 …indic_syllable_type_t syllable_type = (indic_syllable_type_t) (buffer->info[start].syllable() & 0x… in initial_reordering_syllable_indic()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-syllabic.cc | 49 if ((info[i].syllable() & 0x0F) == broken_syllable_type) in hb_syllabic_insert_dotted_circles() 75 unsigned int syllable = buffer->cur().syllable(); in hb_syllabic_insert_dotted_circles() local 76 if (unlikely (last_syllable != syllable && (syllable & 0x0F) == broken_syllable_type)) in hb_syllabic_insert_dotted_circles() 78 last_syllable = syllable; in hb_syllabic_insert_dotted_circles() 83 ginfo.syllable() = buffer->cur().syllable(); in hb_syllabic_insert_dotted_circles() 89 last_syllable == buffer->cur().syllable() && in hb_syllabic_insert_dotted_circles()
|
D | hb-ot-layout.hh | 147 #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()
|
D | hb-ot-shape-complex-indic.cc | 730 unsigned int syllable = info[start].syllable(); in initial_reordering_consonant_syllable() local 732 info[i].syllable() = i - start; in initial_reordering_consonant_syllable() 782 if (info[i].syllable() != 255) in initial_reordering_consonant_syllable() 786 unsigned int j = start + info[i].syllable(); in initial_reordering_consonant_syllable() 791 unsigned int next = start + info[j].syllable(); in initial_reordering_consonant_syllable() 792 info[j].syllable() = 255; /* So we don't process j later again. */ in initial_reordering_consonant_syllable() 801 info[i].syllable() = syllable; in initial_reordering_consonant_syllable() 930 …indic_syllable_type_t syllable_type = (indic_syllable_type_t) (buffer->info[start].syllable() & 0x… in initial_reordering_syllable_indic()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-myanmar.cc | 282 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() 310 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 334 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local 335 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() 336 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles() 338 last_syllable = syllable; in insert_dotted_circles() 343 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles() 375 info[i].syllable() = 0; in clear_syllables()
|
D | hb-ot-shape-complex-khmer.cc | 350 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() 377 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 401 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local 402 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() 403 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles() 405 last_syllable = syllable; in insert_dotted_circles() 410 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles() 414 last_syllable == buffer->cur().syllable() && in insert_dotted_circles() 447 info[i].syllable() = 0; in clear_syllables()
|
D | hb-ot-shape-complex-use.cc | 330 syllable_type_t syllable_type = (syllable_type_t) (info[start].syllable() & 0x0F); in setup_topographical_masks() 444 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in reorder_syllable() 538 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 557 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local 558 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() 559 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles() 561 last_syllable = syllable; in insert_dotted_circles() 566 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles() 570 last_syllable == buffer->cur().syllable() && in insert_dotted_circles() 603 info[i].syllable() = 0; in clear_syllables()
|
D | hb-ot-layout.hh | 147 #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() 580 HB_BUFFER_ALLOCATE_VAR (buffer, syllable); in _hb_buffer_allocate_gsubgpos_vars() 586 HB_BUFFER_DEALLOCATE_VAR (buffer, syllable); in _hb_buffer_deallocate_gsubgpos_vars() 596 HB_BUFFER_ASSERT_VAR (buffer, syllable); in _hb_buffer_assert_gsubgpos_vars()
|
D | hb-ot-shape-complex-indic.cc | 773 unsigned int syllable = info[start].syllable(); in initial_reordering_consonant_syllable() local 775 info[i].syllable() = i - start; in initial_reordering_consonant_syllable() 804 if (info[i].syllable() != 255) in initial_reordering_consonant_syllable() 807 unsigned int j = start + info[i].syllable(); in initial_reordering_consonant_syllable() 811 unsigned int next = start + info[j].syllable(); in initial_reordering_consonant_syllable() 812 info[j].syllable() = 255; /* So we don't process j later again. */ in initial_reordering_consonant_syllable() 822 info[i].syllable() = syllable; in initial_reordering_consonant_syllable() 949 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() 982 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 1006 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local [all …]
|
D | hb-ot-shape-complex-khmer-machine.rl | 84 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 86 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
/third_party/harfbuzz/test/shaping/data/in-house/ |
D | meson.build | 30 'indic-syllable.tests', 42 'myanmar-syllable.tests', 57 'use-syllable.tests',
|
D | Makefile.sources | 30 tests/indic-syllable.tests \ 42 tests/myanmar-syllable.tests \ 57 tests/use-syllable.tests \
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/ |
D | meson.build | 33 'indic-syllable.tests', 46 'myanmar-syllable.tests', 62 'use-syllable.tests',
|
D | Makefile.sources | 33 tests/indic-syllable.tests \ 46 tests/myanmar-syllable.tests \ 62 tests/use-syllable.tests \
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/in-house/ |
D | Makefile.sources | 30 tests/indic-syllable.tests \ 41 tests/myanmar-syllable.tests \ 54 tests/use-syllable.tests \
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | blt_blt_FONIPA.txt | 48 $F = [$C]; # syllable-final consonant 82 # Harden syllable-final consonants. 109 {[ꪪ ꪫ]} $IPA_TONE → w; # at the end of a syllable (before tone letters) 110 [ꪪ ꪫ] → v; # not at the end of a syllable
|
/third_party/icu/icu4c/source/data/translit/ |
D | blt_blt_FONIPA.txt | 49 $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
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | blt_blt_FONIPA.txt | 49 $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
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.cpp | 1125 UChar syllable=(UChar) in recompose() local 1132 syllable+=t; // The next character was a Jamo T. in recompose() 1134 *starter=syllable; in recompose() 1444 UChar32 syllable = Hangul::HANGUL_BASE + in compose() local 1451 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose() 1471 UChar32 syllable = prev + c - Hangul::JAMO_T_BASE; in compose() local 1476 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose() 1853 UChar32 syllable = Hangul::HANGUL_BASE + in composeUTF8() local 1862 ByteSinkUtil::appendCodePoint(prevSrc, src, syllable, *sink, edits); in composeUTF8() 1880 UChar32 syllable = prev + getJamoTMinusBase(prevSrc, src); in composeUTF8() local [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.cpp | 1258 UChar syllable=(UChar) in recompose() local 1265 syllable+=t; // The next character was a Jamo T. in recompose() 1267 *starter=syllable; in recompose() 1577 UChar32 syllable = Hangul::HANGUL_BASE + in compose() local 1584 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose() 1604 UChar32 syllable = prev + c - Hangul::JAMO_T_BASE; in compose() local 1609 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose() 1986 UChar32 syllable = Hangul::HANGUL_BASE + in composeUTF8() local 1995 ByteSinkUtil::appendCodePoint(prevSrc, src, syllable, *sink, edits); in composeUTF8() 2013 UChar32 syllable = prev + getJamoTMinusBase(prevSrc, src); in composeUTF8() local [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | normalizer2impl.cpp | 1258 UChar syllable=(UChar) in recompose() local 1265 syllable+=t; // The next character was a Jamo T. in recompose() 1267 *starter=syllable; in recompose() 1577 UChar32 syllable = Hangul::HANGUL_BASE + in compose() local 1584 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose() 1604 UChar32 syllable = prev + c - Hangul::JAMO_T_BASE; in compose() local 1609 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose() 1986 UChar32 syllable = Hangul::HANGUL_BASE + in composeUTF8() local 1995 ByteSinkUtil::appendCodePoint(prevSrc, src, syllable, *sink, edits); in composeUTF8() 2013 UChar32 syllable = prev + getJamoTMinusBase(prevSrc, src); in composeUTF8() local [all …]
|
/third_party/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 1258 UChar syllable=(UChar) in recompose() local 1265 syllable+=t; // The next character was a Jamo T. in recompose() 1267 *starter=syllable; in recompose() 1577 UChar32 syllable = Hangul::HANGUL_BASE + in compose() local 1584 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose() 1604 UChar32 syllable = prev + c - Hangul::JAMO_T_BASE; in compose() local 1609 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose() 1986 UChar32 syllable = Hangul::HANGUL_BASE + in composeUTF8() local 1995 ByteSinkUtil::appendCodePoint(prevSrc, src, syllable, *sink, edits); in composeUTF8() 2013 UChar32 syllable = prev + getJamoTMinusBase(prevSrc, src); in composeUTF8() local [all …]
|