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/
ttgsubtable.cpp 144 for (const auto& subTable : Lookup->SubTables) {
145 switch (subTable->SubstFormat) {
147 auto tbl1 = static_cast<TSingleSubstFormat1*>(subTable.get());
155 auto tbl2 = static_cast<TSingleSubstFormat2*>(subTable.get());
299 for (auto& subTable : rec->SubTables)
300 ParseSingleSubst(&raw[GetUInt16(sp)], &subTable);
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 285 /* This subtable has some "history", if you will. Some earlier versions of
517 * FeatureParams subtable from the beginning of the FeatureList table!
519 * If sanitizing "failed" for the FeatureParams subtable, try it with the
592 inline unsigned int get_subtable_count (void) const { return subTable.len; }
596 { return this+CastR<OffsetArrayOf<SubTableType> > (subTable)[i]; }
600 { return CastR<OffsetArrayOf<SubTableType> > (subTable); }
603 { return CastR<OffsetArrayOf<SubTableType> > (subTable); }
615 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
644 if (unlikely (!subTable.serialize (c, num_subtables))) return_trace (false);
647 USHORT &markFilteringSet = StructAfter<USHORT> (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 116 milliseconds