/external/fonttools/Tests/mtiLib/data/mti/ |
D | mark-to-ligature.txt | 1 lookup LigMk0 mark to ligature 30 ligature LamAlefFin.short 1 2 0 1122, 1620 96 31 ligature LamAlefFin.short 2 2 0 162, 1487 99 32 ligature LamAlefFin.cup 1 2 0 1122, 1620 105 33 ligature LamAlefFin.cup 2 2 0 162, 1487 106 34 ligature LamAlefFin.cut 1 2 0 1122, 1620 110 35 ligature LamAlefFin.cut 2 2 0 162, 1487 108 36 ligature BehxIni_RehFin 1 2 0 618, 813 59 37 ligature BehxIni_RehFin 2 2 0 282, 523 58 38 ligature BehxIni_RehFin.b 1 2 0 708, 813 65 [all …]
|
D | gsubligature.txt | 1 lookup latinLigatures ligature
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | LigatureTree.java | 28 int ligature = -1; field in LigatureTree.Lignode 43 return ligature != -1; in isMatch() 48 return ligature; in getLigature() 98 if (ligature != -1) { in insert() 100 ": already have " + Utility.hex(ligature, 6)); in insert() 102 ligature = c; in insert() 158 if (ligature != -1) { in walk() 159 walker.ligature(ligature); in walk() 180 if (ligature != -1) in dump() 183 w.write(Utility.hex(ligature, 6)); in dump()
|
D | LigatureEntry.java | 18 private int ligature; field in LigatureEntry 20 public LigatureEntry(int ligature, int[] componentChars, int componentCount) in LigatureEntry() argument 23 this.ligature = ligature; in LigatureEntry() 39 return ligature; in getLigature()
|
D | CanonGSUBBuilder.java | 38 …static public String convertArabicString(int type, int ligature, String decomp, ClassTable isolCla… in convertArabicString() argument 61 return decomp + UCharacter.toString(ligature); in convertArabicString() 68 return new String(chars) + UCharacter.toString(ligature); in convertArabicString() 123 int ligature = record.getCodePoint(); in buildArabicLigatureTree() local 131 … contextualTree.insert(convertArabicString(decompType, ligature, decomposition, isolClassTable)); in buildArabicLigatureTree()
|
D | TreeWalker.java | 19 abstract void ligature(int lig); in ligature() method in TreeWalker
|
D | LigatureTreeWalker.java | 50 public void ligature(int lig) in ligature() method in LigatureTreeWalker
|
/external/icu/icu4c/source/data/translit/ |
D | dsb_dsb_FONIPA.txt | 18 č → t \u0361 ʃ ; # affricate indicated by ligature tie 19 ć → t \u0361 ɕ ; # affricate indicated by ligature tie 20 c → t \u0361 s ; # affricate indicated by ligature tie 21 dź → d \u0361 ʑ ; # affricate indicated by ligature tie
|
D | cs_cs_FONIPA.txt | 31 dž → d \u0361 ʒ; # affricate indicated by ligature tie 32 dz → d \u0361 z; # affricate indicated by ligature tie 39 c → t \u0361 s; # affricate indicated by ligature tie 40 č → t \u0361 ʃ; # affricate indicated by ligature tie
|
D | sk_sk_FONIPA.txt | 27 dž } $soften → t \u0361 ʃ ; # affricate indicated by ligature tie 38 c → t \u0361 s; # affricate indicated by ligature tie 39 č → t \u0361 ʃ; # affricate indicated by ligature tie
|
/external/fonttools/Tests/feaLib/data/ |
D | GPOS_5.fea | 8 pos ligature [c_t s_t] <anchor 500 800> mark @TOP_MARKS <anchor 500 -200> mark @BOTTOM_MARKS 11 pos ligature f_l <anchor 300 800> mark @TOP_MARKS <anchor 300 -200> mark @BOTTOM_MARKS 14 pos ligature [f_f_l] <anchor 300 800> mark @TOP_MARKS <anchor 300 -200> mark @BOTTOM_MARKS
|
D | spec6e.fea | 7 pos ligature lam_meem_jeem <anchor 625 1800> mark @TOP_MARKS # mark above lam
|
D | spec5d2.fea | 4 # A contiguous set of ligature rules does not need to be ordered in
|
D | spec5d1.fea | 8 # Since the OpenType specification does not allow ligature substitutions
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 761 GlyphID ligature, in serialize() 766 ligGlyph = ligature; in serialize() 792 unsigned int num_ligs = ligature.len; in intersects() 794 if ((this+ligature[i]).intersects (glyphs)) in intersects() 802 unsigned int num_ligs = ligature.len; in closure() 804 (this+ligature[i]).closure (c); in closure() 810 unsigned int num_ligs = ligature.len; in collect_glyphs() 812 (this+ligature[i]).collect_glyphs (c); in collect_glyphs() 818 unsigned int num_ligs = ligature.len; in would_apply() 821 const Ligature &lig = this+ligature[i]; in would_apply() [all …]
|
D | hb-aat-layout-morx-table.hh | 451 ligature (table+table->ligature), in driver_context_t() 528 ligature_idx = Types::offsetToIndex (ligature_idx, table, ligature.arrayZ); in transition() 529 const GlyphID &ligatureData = ligature[ligature_idx]; in transition() 565 const UnsizedArrayOf<GlyphID> &ligature; member 587 ligAction && component && ligature); in sanitize() 598 ligature; /* Offset to the actual ligature lists. */ member 907 case Ligature: return_trace (c->dispatch (u.ligature)); in dispatch() 940 LigatureSubtable<Types> ligature; member
|
/external/noto-fonts/scripts/ |
D | color_emoji_image_diff.py | 98 for ligature in ligatures: 99 glyph_names = [name] + ligature.Component 101 codepoint_map[codepoint_to_string(codepoints)] = ligature.LigGlyph
|
/external/fonttools/Lib/fontTools/otlLib/ |
D | builder.py | 99 ligature = ot.Ligature() 100 ligature.Component = components[1:] 101 ligature.CompCount = len(ligature.Component) + 1 102 ligature.LigGlyph = mapping[components] 104 self.ligatures.setdefault(firstGlyph, []).append(ligature)
|
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/windows/ |
D | KlcParser.java | 177 StringBuilder ligature = new StringBuilder(); in parseLigatures() local 183 ligature.append(convertHexValueToString(value)); in parseLigatures() 185 String ligatureValue = ligature.toString(); in parseLigatures() 187 … virtualKeyAndIndexPlaceToLigature.put(virtualKey, modifierIndexPlace, ligature.toString()); in parseLigatures()
|
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/ |
D | README | 5 In 1980 Mr. Ahmad Mirza Jamil has invented a ligature based Nastaleeq writing
|
/external/noto-fonts/emoji-compat/ |
D | createfont.py | 560 for ligature in ligatures: 561 glyph_names = [name] + ligature.Component 563 self.update_emoji_data(codepoints, ligature.LigGlyph)
|
/external/harfbuzz_ng/test/shaping/data/in-house/ |
D | Makefile.sources | 36 tests/ligature-id.tests \
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | ch | 156 // ligature fl 180 // ligature fi // per mille
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 1076 ligature = Ligature() 1077 ligature.Component = comps[1:] 1078 ligature.CompCount = len(comps) 1079 ligature.LigGlyph = lig 1080 newLigatures.setdefault(comps[0], []).append(ligature)
|
/external/harfbuzz_ng/test/api/ |
D | Makefile.am | 82 test-ot-ligature-carets \
|