OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:substLookupRecordArray
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
SubstitutionLookups.cpp
27
SubstitutionLookupRecord *
substLookupRecordArray
,
41
le_uint16 sequenceIndex = SWAPW(
substLookupRecordArray
[subst].sequenceIndex);
42
le_uint16 lookupListIndex = SWAPW(
substLookupRecordArray
[subst].lookupListIndex);
SubstitutionLookups.h
34
SubstitutionLookupRecord *
substLookupRecordArray
,
ContextualSubstSubtables.cpp
26
const SubstitutionLookupRecord *
substLookupRecordArray
,
40
le_uint16 sequenceIndex = SWAPW(
substLookupRecordArray
[subst].sequenceIndex);
41
le_uint16 lookupListIndex = SWAPW(
substLookupRecordArray
[subst].lookupListIndex);
216
const SubstitutionLookupRecord *
substLookupRecordArray
=
219
applySubstitutionLookups(lookupProcessor,
substLookupRecordArray
, substCount, glyphIterator, fontInstance, position, success);
268
const SubstitutionLookupRecord *
substLookupRecordArray
=
271
applySubstitutionLookups(lookupProcessor,
substLookupRecordArray
, substCount, glyphIterator, fontInstance, position, success);
306
const SubstitutionLookupRecord *
substLookupRecordArray
=
309
ContextualSubstitutionBase::applySubstitutionLookups(lookupProcessor,
substLookupRecordArray
, subCount, glyphIterator, fontInstance, position, success);
415
const SubstitutionLookupRecord *
substLookupRecordArray
=
[
all
...]
ContextualSubstSubtables.h
46
const SubstitutionLookupRecord *
substLookupRecordArray
,
80
//SubstitutionLookupRecord
substLookupRecordArray
[ANY_NUMBER];
104
//SubstitutionLookupRecord
substLookupRecordArray
[ANY_NUMBER];
152
//SubstitutionLookupRecord
substLookupRecordArray
[ANY_NUMBER];
182
//SubstitutionLookupRecord
substLookupRecordArray
[ANY_NUMBER];
Completed in 461 milliseconds