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

  /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/icu4c/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/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/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 265 /* This subtable has some "history", if you will. Some earlier versions of
492 * FeatureParams subtable from the beginning of the FeatureList table!
494 * If sanitizing "failed" for the FeatureParams subtable, try it with the
559 inline unsigned int get_subtable_count (void) const { return subTable.len; }
571 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
586 if (unlikely (!subTable.serialize (c, num_subtables))) return TRACE_RETURN (false);
589 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
598 if (!(c->check_struct (this) && subTable.sanitize (c))) return TRACE_RETURN (false);
601 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
610 subTable; /* Array of SubTables *
    [all...]
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gpos-table.hh 399 /* If this subtable doesn't have an anchor for this base and this class,
461 * beginning of subtable */
509 * beginning of subtable */
692 * beginning of subtable */
782 * beginning of subtable */
791 * beginning of PairPos subtable--for
795 * beginning of PairPos subtable--for
853 * subtable--may be NULL */
857 * subtable--may be NULL */
966 * beginning of subtable */
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 266 /* This subtable has some "history", if you will. Some earlier versions of
493 * FeatureParams subtable from the beginning of the FeatureList table!
495 * If sanitizing "failed" for the FeatureParams subtable, try it with the
560 inline unsigned int get_subtable_count (void) const { return subTable.len; }
572 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
587 if (unlikely (!subTable.serialize (c, num_subtables))) return TRACE_RETURN (false);
590 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
599 if (!(c->check_struct (this) && subTable.sanitize (c))) return TRACE_RETURN (false);
602 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
611 subTable; /* Array of SubTables *
    [all...]
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gpos-table.hh 399 /* If this subtable doesn't have an anchor for this base and this class,
461 * beginning of subtable */
509 * beginning of subtable */
692 * beginning of subtable */
784 * beginning of subtable */
793 * beginning of PairPos subtable--for
797 * beginning of PairPos subtable--for
855 * subtable--may be NULL */
859 * subtable--may be NULL */
968 * beginning of subtable */
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 567 milliseconds