HomeSort by relevance Sort by last modified time
    Searched refs:ligatureSet (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
LigatureTreeWalker.java 26 protected Vector ligatureSet;
33 ligatureSet = null;
55 if (ligatureSet != null) {
56 ligatureSets.addElement(ligatureSet);
59 ligatureSet = new Vector();
63 ligatureSet.addElement(new LigatureEntry(lig, componentChars, componentCount));
68 if (ligatureSet != null) {
69 ligatureSets.addElement(ligatureSet);
109 writer.writeData(0); // ligatureSet offset - will fix later
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 708 struct LigatureSet
779 ligature; /* Array LigatureSet tables
791 unsigned int count = ligatureSet.len;
797 (this+ligatureSet[iter.get_coverage ()]).closure (c);
805 unsigned int count = ligatureSet.len;
811 (this+ligatureSet[iter.get_coverage ()]).collect_glyphs (c);
826 const LigatureSet &lig_set = this+ligatureSet[index];
838 const LigatureSet &lig_set = this+ligatureSet[index]
    [all...]

Completed in 46 milliseconds