Searched refs:findTable (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A DPortableFontInstance.h59 const DirectoryEntry *findTable(LETag tag) const;
H A DFontObject.cpp60 DirectoryEntry *FontObject::findTable(LETag tag) function in class:FontObject
86 DirectoryEntry *entry = findTable(tag);
H A DFontObject.h204 DirectoryEntry *findTable(LETag tag);
H A DPortableFontInstance.cpp204 const DirectoryEntry *PortableFontInstance::findTable(LETag tag) const function in class:PortableFontInstance
232 const DirectoryEntry *entry = findTable(tag);
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
H A DPortableFontInstance.h59 const DirectoryEntry *findTable(LETag tag) const;
H A DFontObject.cpp60 DirectoryEntry *FontObject::findTable(LETag tag) function in class:FontObject
86 DirectoryEntry *entry = findTable(tag);
H A DFontObject.h204 DirectoryEntry *findTable(LETag tag);
H A DPortableFontInstance.cpp204 const DirectoryEntry *PortableFontInstance::findTable(LETag tag) const function in class:PortableFontInstance
232 const DirectoryEntry *entry = findTable(tag);
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAppleDatabase.cpp942 findTable(mDb.schemaRelations.DataRecordType).getMetaRecord().
944 findTable(mDb.schemaIndexes.DataRecordType).getMetaRecord().
946 findTable(mDb.schemaParsingModule.DataRecordType).getMetaRecord().
952 Table &aTable = findTable(mDb.schemaAttributes.DataRecordType);
1037 MetaRecord &aMetaRecord = findTable(aRelationId).getMetaRecord();
1114 return findTable(inTableId).getRecord(inRecordId, inoutAttributes,
1129 return findTable(inQuery->RecordType).createCursor(inQuery, *this);
1139 DbVersion::findTable(Table::Id inTableId) const function in class:DbVersion
1148 DbVersion::findTable(Table::Id inTableId) function in class:DbVersion
1575 findTable(inTableI
1976 DbModifier::findTable(Table::Id inTableId) function in class:DbModifier
[all...]
H A DAppleDatabase.h249 const Table &findTable(Table::Id inTableId) const;
250 Table &findTable(Table::Id inTableId);
457 ModifiedTable &findTable(Table::Id inTableId);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAppleDatabase.cpp942 findTable(mDb.schemaRelations.DataRecordType).getMetaRecord().
944 findTable(mDb.schemaIndexes.DataRecordType).getMetaRecord().
946 findTable(mDb.schemaParsingModule.DataRecordType).getMetaRecord().
952 Table &aTable = findTable(mDb.schemaAttributes.DataRecordType);
1037 MetaRecord &aMetaRecord = findTable(aRelationId).getMetaRecord();
1114 return findTable(inTableId).getRecord(inRecordId, inoutAttributes,
1129 return findTable(inQuery->RecordType).createCursor(inQuery, *this);
1139 DbVersion::findTable(Table::Id inTableId) const function in class:DbVersion
1148 DbVersion::findTable(Table::Id inTableId) function in class:DbVersion
1575 findTable(inTableI
1976 DbModifier::findTable(Table::Id inTableId) function in class:DbModifier
[all...]
H A DAppleDatabase.h249 const Table &findTable(Table::Id inTableId) const;
250 Table &findTable(Table::Id inTableId);
457 ModifiedTable &findTable(Table::Id inTableId);

Completed in 196 milliseconds