HomeSort by relevance Sort by last modified time
    Searched refs:subTable (Results 1 - 11 of 11) 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/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/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 266 /* This subtable has some "history", if you will. Some earlier versions of
494 * FeatureParams subtable from the beginning of the FeatureList table!
496 * If sanitizing "failed" for the FeatureParams subtable, try it with the
561 inline unsigned int get_subtable_count (void) const { return subTable.len; }
573 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
588 if (unlikely (!subTable.serialize (c, num_subtables))) return TRACE_RETURN (false);
591 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
600 if (!(c->check_struct (this) && subTable.sanitize (c))) return TRACE_RETURN (false);
603 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
612 subTable; /* Array of SubTables *
    [all...]
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gpos-table.hh 406 /* If this subtable doesn't have an anchor for this base and this class,
469 * beginning of subtable */
518 * beginning of subtable */
703 * beginning of subtable */
794 * beginning of subtable */
803 * beginning of PairPos subtable--for
807 * beginning of PairPos subtable--for
865 * subtable--may be NULL */
869 * subtable--may be NULL */
979 * beginning of subtable */
    [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...]
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gpos-table.hh 406 /* If this subtable doesn't have an anchor for this base and this class,
469 * beginning of subtable */
518 * beginning of subtable */
703 * beginning of subtable */
794 * beginning of subtable */
803 * beginning of PairPos subtable--for
807 * beginning of PairPos subtable--for
865 * subtable--may be NULL */
869 * subtable--may be NULL */
979 * beginning of 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/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 188 milliseconds