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

  /external/icu/icu4c/source/common/
locresdata.cpp 52 UResourceBundle *rb=NULL, table, subTable;
77 ures_initStackObject(&subTable);
82 ures_getByKeyWithFallback(&table,subTableKey, &subTable, &errorCode);
83 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
150 ures_close(&subTable);
  /external/javassist/src/main/javassist/bytecode/analysis/
SubroutineScanner.java 37 Map subTable = new HashMap();
46 subTable.clear();
105 Subroutine s = (Subroutine) subTable.get(new Integer(target));
108 subTable.put(new Integer(target), s);
  /external/pdfium/core/fpdfapi/font/
cfx_cttgsubtable.cpp 81 for (const auto& subTable : Lookup->SubTables) {
82 switch (subTable->SubstFormat) {
84 auto* tbl1 = static_cast<TSubTable1*>(subTable.get());
92 auto* tbl2 = static_cast<TSubTable2*>(subTable.get());
235 for (auto& subTable : rec->SubTables)
236 ParseSingleSubst(&raw[GetUInt16(sp)], &subTable);
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 281 /* This subtable has some "history", if you will. Some earlier versions of
513 * FeatureParams subtable from the beginning of the FeatureList table!
515 * If sanitizing "failed" for the FeatureParams subtable, try it with the
588 inline unsigned int get_subtable_count (void) const { return subTable.len; }
592 { return this+CastR<OffsetArrayOf<SubTableType> > (subTable)[i]; }
596 { return CastR<OffsetArrayOf<SubTableType> > (subTable); }
599 { return CastR<OffsetArrayOf<SubTableType> > (subTable); }
611 const UINT16 &markFilteringSet = StructAfter<UINT16> (subTable);
640 if (unlikely (!subTable.serialize (c, num_subtables))) return_trace (false);
643 UINT16 &markFilteringSet = StructAfter<UINT16> (subTable);
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 371 # I don't need to calculate the change in the subtable offset due to the change in the coverage table size.
372 # Allows packing more rules in subtable.
440 # Allows packing more rules in subtable.
475 # For each subtable format there is a class. However, we don't really distinguish
515 an offset from a lookup to a subtable overflowed.
522 SubTable offset list
523 SubTable[0] and contents
525 SubTable[n] and contents
528 SubTable offset list
529 SubTable[0] and content
    [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 

Completed in 4368 milliseconds