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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLookupProcessor.cpp168 le_uint16 lookupListCount = 0; local
191 lookupListCount = SWAPW(lookupListTable->lookupCount);
196 featureCount == 0 || lookupListCount == 0) {
204 lookupSelectArray = LE_NEW_ARRAY(FeatureMask, lookupListCount);
210 for (int i = 0; i < lookupListCount; i += 1) {
214 lookupSelectCount = lookupListCount;
226 // lookupListCount because some lookups might be referenced by more than

Completed in 29 milliseconds