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

  /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/chromium_org/third_party/icu/source/common/
locresdata.cpp 50 UResourceBundle *rb=NULL, table, subTable;
75 ures_initStackObject(&subTable);
80 ures_getByKeyWithFallback(&table,subTableKey, &subTable, &errorCode);
81 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
148 ures_close(&subTable);
  /external/icu/icu4c/source/common/
locresdata.cpp 50 UResourceBundle *rb=NULL, table, subTable;
75 ures_initStackObject(&subTable);
80 ures_getByKeyWithFallback(&table,subTableKey, &subTable, &errorCode);
81 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
148 ures_close(&subTable);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 267 /* This subtable has some "history", if you will. Some earlier versions of
495 * FeatureParams subtable from the beginning of the FeatureList table!
497 * If sanitizing "failed" for the FeatureParams subtable, try it with the
562 inline unsigned int get_subtable_count (void) const { return subTable.len; }
574 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
589 if (unlikely (!subTable.serialize (c, num_subtables))) return TRACE_RETURN (false);
592 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
601 if (!(c->check_struct (this) && subTable.sanitize (c))) return TRACE_RETURN (false);
604 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
613 subTable; /* Array of SubTables *
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 267 /* This subtable has some "history", if you will. Some earlier versions of
495 * FeatureParams subtable from the beginning of the FeatureList table!
497 * If sanitizing "failed" for the FeatureParams subtable, try it with the
562 inline unsigned int get_subtable_count (void) const { return subTable.len; }
574 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
589 if (unlikely (!subTable.serialize (c, num_subtables))) return TRACE_RETURN (false);
592 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
601 if (!(c->check_struct (this) && subTable.sanitize (c))) return TRACE_RETURN (false);
604 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
613 subTable; /* Array of SubTables *
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 111 milliseconds