Home
last modified time | relevance | path

Searched refs:ligature (Results 1 – 25 of 43) sorted by relevance

12

/external/fonttools/Tests/mtiLib/data/mti/
Dmark-to-ligature.txt1 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 …]
Dgsubligature.txt1 lookup latinLigatures ligature
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureTree.java28 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()
DLigatureEntry.java18 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()
DCanonGSUBBuilder.java38 …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()
DTreeWalker.java19 abstract void ligature(int lig); in ligature() method in TreeWalker
DLigatureTreeWalker.java50 public void ligature(int lig) in ligature() method in LigatureTreeWalker
/external/icu/icu4c/source/data/translit/
Ddsb_dsb_FONIPA.txt19 č → t \u0361 ʃ ; # affricate indicated by ligature tie
20 ć → t \u0361 ɕ ; # affricate indicated by ligature tie
21 c → t \u0361 s ; # affricate indicated by ligature tie
22 dź → d \u0361 ʑ ; # affricate indicated by ligature tie
Dcs_cs_FONIPA.txt32 dž → d \u0361 ʒ; # affricate indicated by ligature tie
33 dz → d \u0361 z; # affricate indicated by ligature tie
40 c → t \u0361 s; # affricate indicated by ligature tie
41 č → t \u0361 ʃ; # affricate indicated by ligature tie
Dsk_sk_FONIPA.txt28 dž } $soften → t \u0361 ʃ ; # affricate indicated by ligature tie
39 c → t \u0361 s; # affricate indicated by ligature tie
40 č → t \u0361 ʃ; # affricate indicated by ligature tie
/external/fonttools/Tests/feaLib/data/
DGPOS_5.fea8 pos ligature [c_t s_t]
16 pos ligature f_l
23 pos ligature [f_f_l]
Dspec6e.fea7 pos ligature lam_meem_jeem
Dspec5d2.fea4 # A contiguous set of ligature rules does not need to be ordered in
Dspec5d1.fea8 # Since the OpenType specification does not allow ligature substitutions
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh800 hb_codepoint_t ligature, in serialize()
805 ligGlyph = ligature; in serialize()
851 + hb_iter (ligature) in intersects()
860 + hb_iter (ligature) in closure()
868 + hb_iter (ligature) in collect_glyphs()
877 + hb_iter (ligature) in would_apply()
887 unsigned int num_ligs = ligature.len; in apply()
890 const Ligature &lig = this+ligature[i]; in apply()
904 if (unlikely (!ligature.serialize (c, ligatures.length))) return_trace (false); in serialize()
908 if (unlikely (!ligature[i].serialize (c, this) in serialize()
[all …]
Dhb-aat-layout-morx-table.hh448 ligature (table+table->ligature), in driver_context_t()
522 ligature_idx = Types::offsetToIndex (ligature_idx, table, ligature.arrayZ); in transition()
523 const HBGlyphID &ligatureData = ligature[ligature_idx]; in transition()
557 const UnsizedArrayOf<HBGlyphID> &ligature; member
579 ligAction && component && ligature); in sanitize()
590 ligature; /* Offset to the actual ligature lists. */ member
894 case Ligature: return_trace (c->dispatch (u.ligature, hb_forward<Ts> (ds)...)); in dispatch()
927 LigatureSubtable<Types> ligature; member
/external/noto-fonts/scripts/
Dcolor_emoji_image_diff.py98 for ligature in ligatures:
99 glyph_names = [name] + ligature.Component
101 codepoint_map[codepoint_to_string(codepoints)] = ligature.LigGlyph
/external/fonttools/Lib/fontTools/otlLib/
DmaxContextCalc.py38 for ligature in ligatures:
39 maxCtx = max(maxCtx, ligature.CompCount)
Dbuilder.py1566 ligature = ot.Ligature()
1567 ligature.Component = components[1:]
1568 ligature.CompCount = len(ligature.Component) + 1
1569 ligature.LigGlyph = mapping[components]
1571 self.ligatures.setdefault(firstGlyph, []).append(ligature)
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/windows/
DKlcParser.java177 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/data/in-house/
DMakefile.sources36 tests/ligature-id.tests \
/external/libxkbcommon/test/data/symbols/
Dch157 // ligature fl
181 // ligature fi // per mille
/external/noto-fonts/emoji-compat/
Dcreatefont.py589 for ligature in ligatures:
590 glyph_names = [name] + ligature.Component
592 self.update_emoji_data(codepoints, ligature.LigGlyph)
/external/harfbuzz_ng/test/api/
DMakefile.am85 test-ot-ligature-carets \
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1108 ligature = Ligature()
1109 ligature.Component = comps[1:]
1110 ligature.CompCount = len(comps)
1111 ligature.LigGlyph = lig
1112 newLigatures.setdefault(comps[0], []).append(ligature)

12