Searched refs:getLookupTable (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLookups.cpp40 const LEReferenceTo<LookupTable> LookupListTable::getLookupTable(const LEReferenceTo<LookupListTable> &base, le_uint16 lookupTableIndex, LEErrorCode &success) const function in class:LookupListTable
H A DLookups.h87 const LEReferenceTo<LookupTable> getLookupTable(const LEReferenceTo<LookupListTable> &base, le_uint16 lookupTableIndex, LEErrorCode &success) const;
H A DLookupProcessor.cpp97 const LEReferenceTo<LookupTable> lookupTable = lookupListTable->getLookupTable(lookupListTable, lookup, success);
126 const LEReferenceTo<LookupTable> lookupTable = lookupListTable->getLookupTable(lookupListTable, lookupTableIndex, success);

Completed in 23 milliseconds