Searched defs:subTable (Results 1 - 6 of 6) sorted by relevance

/external/javassist/src/main/javassist/bytecode/analysis/
H A DSubroutineScanner.java37 Map subTable = new HashMap(); field in class:SubroutineScanner
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/
H A Dlocresdata.cpp50 UResourceBundle *rb=NULL, table, subTable; local
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/
H A Dlocresdata.cpp50 UResourceBundle *rb=NULL, table, subTable; local
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/
H A Dhb-ot-layout-common-private.hh562 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 */ member in struct:OT::Lookup
618 DEFINE_SIZE_ARRAY2 (6, subTable, markFilteringSetX);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh562 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 */ member in struct:OT::Lookup
618 DEFINE_SIZE_ARRAY2 (6, subTable, markFilteringSetX);
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 5148 milliseconds