Searched refs:sequenceIndex (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSubstitutionLookups.cpp46 of the previous sequenceIndex in the loop and doing next()
48 sequenceIndex instead of always resetting to the front.
66 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex); local
70 tempIterator.next(sequenceIndex);
H A DSubstitutionLookups.h51 le_uint16 sequenceIndex; member in struct:SubstitutionLookupRecord
H A DContextualSubstSubtables.h52 le_uint16 sequenceIndex; member in struct:SubstitutionLookupRecord
H A DContextualSubstSubtables.cpp45 of the previous sequenceIndex in the loop and doing next()
47 sequenceIndex instead of always resetting to the front.
65 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex); local
69 tempIterator.next(sequenceIndex);

Completed in 32 milliseconds