/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
LigatureEntry.java | 16 private int ligature; field in class:LigatureEntry 18 public LigatureEntry(int ligature, int[] componentChars, int componentCount) 21 this.ligature = ligature; 37 return ligature;
|
TreeWalker.java | 17 abstract void ligature(int lig); method in class:TreeWalker
|
LigatureTree.java | 26 int ligature = -1; field in class:LigatureTree.Lignode 41 return ligature != -1; 46 return ligature; 96 if (ligature != -1) { 97 System.out.println("ignoring ligature " + ligatureString(chars) + 98 ": already have " + Utility.hex(ligature, 6)); 100 ligature = c; 156 if (ligature != -1) { 157 walker.ligature(ligature); [all...] |
LigatureTreeWalker.java | 48 public void ligature(int lig) method in class:LigatureTreeWalker
|
CanonGSUBBuilder.java | 36 static public String convertArabicString(int type, int ligature, String decomp, ClassTable isolClassTable) 59 return decomp + UCharacter.toString(ligature); 66 return new String(chars) + UCharacter.toString(ligature); 114 System.out.print("Building Arabic ligature tree... "); 121 int ligature = record.getCodePoint(); local 129 contextualTree.insert(convertArabicString(decompType, ligature, decomposition, isolClassTable)); 134 //cannonicalTree.insert(decomposition + UCharacter.toString(ligature)); 208 // TODO: Might want to have the ligature table builder explicitly check for ligatures 271 System.out.print("building composition ligature tree for " + UScript.getName(script) + "... ");
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsub-table.hh | 580 struct Ligature 657 GlyphID ligature, 663 ligGlyph = ligature; 676 GlyphID ligGlyph; /* GlyphID of ligature to substitute */ 690 unsigned int num_ligs = ligature.len; 692 (this+ligature[i]).closure (c); 698 unsigned int num_ligs = ligature.len; 700 (this+ligature[i]).collect_glyphs (c); 706 unsigned int num_ligs = ligature.len; 709 const Ligature &lig = this+ligature[i] 756 ligature; \/* Array LigatureSet tables member in struct:OT::LigatureSet 1097 LigatureSubst ligature; member in union:OT::SubstLookupSubTable::__anon13125 [all...] |
hb-ot-shape-complex-arabic-fallback.hh | 112 OT::GlyphID component_list[ARRAY_LENGTH_CONST (ligature_list) * 1/* One extra component per ligature */]; 139 hb_codepoint_t ligature_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].ligature; 164 /* 16 bytes per ligature ought to be enough... */
|
hb-ot-shape-complex-arabic-table.hh | 362 uint16_t ligature; member in struct:ligature_set_t::ligature_pairs_t 367 { 0xFE88u, 0xFEF9u }, /* ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM */ 368 { 0xFE82u, 0xFEF5u }, /* ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM */ 369 { 0xFE8Eu, 0xFEFBu }, /* ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM */ 370 { 0xFE84u, 0xFEF7u }, /* ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM */ 373 { 0xFE88u, 0xFEFAu }, /* ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW FINAL FORM */ 374 { 0xFE82u, 0xFEF6u }, /* ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM */ 375 { 0xFE8Eu, 0xFEFCu }, /* ARABIC LIGATURE LAM WITH ALEF FINAL FORM */ 376 { 0xFE84u, 0xFEF8u }, /* ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM */
|
hb-ot-layout-gsubgpos-private.hh | 534 /* Not covered, if, for example, glyph class is ligature and 548 bool ligature = false, 554 if (ligature) 559 * Ligature and Multiple substitions. Ie. if you ligate, expand, 724 * - If all components of the ligature were marks, we call this a mark ligature. 726 * - If there is no GDEF, and the ligature is NOT a mark ligature, we categorize 727 * it as a ligature glyph. 731 * LAM,LAM,HEH form a ligature, leaving SHADDA,FATHA next to eachother [all...] |
/external/v8/test/intl/string/ |
normalization.js | 51 // Latin small ligature "fi" 100 ['\u01c6', // ? : Latin ligature 128 ['\ufdfb', // Long ligature, ARABIC LIGATURE JALLAJALALOUHOU
|
/frameworks/base/tools/fonts/ |
fontchain_lint.py | 131 for ligature in ligatures[first_glyph]: 132 sequence = [first_glyph] + ligature.Component 140 emoji_map[sequence] = ligature.LigGlyph
|
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/ |
itext-2.0.8.jar | |