Home | History | Annotate | Download | only in src

Lines Matching refs:Lookup

153      * Note further, that the above is not exactly correct.  A recursed lookup
162 /* Return if new lookup was recursed to before. */
260 "idx %d gid %u lookup %d", \
934 USHORT lookupListIndex; /* Lookup to apply to that
997 /* Recursed lookup changed buffer len. Adjust. */
1004 unsigned int next = idx + 1; /* next now is the position after the recursed lookup. */
1659 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
1664 lookup.len, lookup.array,
1673 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
1678 lookup.len, lookup.array,
1687 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
1691 lookahead.len, lookahead.array, lookup.len,
1692 lookup.array, lookup_context));
1700 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
1704 lookahead.len, lookahead.array, lookup.len,
1705 lookup.array, lookup_context));
1716 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
1717 return_trace (lookup.sanitize (c));
2014 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
2023 lookup.len, lookup.array,
2035 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
2044 lookup.len, lookup.array,
2054 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
2063 lookup.len, lookup.array, lookup_context));
2081 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
2090 lookup.len, lookup.array, lookup_context));
2102 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
2103 return_trace (lookup.sanitize (c));
2182 USHORT extensionLookupType; /* Lookup type of subtable referenced
2186 * of lookup type subtable. */
2266 inline const Lookup& get_lookup (unsigned int i) const