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

/external/icu4c/layout/
H A DLookupProcessor.cpp137 le_uint16 lookupListCount = 0; local
159 lookupListCount = SWAPW(lookupListTable->lookupCount);
163 featureCount == 0 || lookupListCount == 0) {
169 lookupSelectArray = LE_NEW_ARRAY(FeatureMask, lookupListCount);
175 for (int i = 0; i < lookupListCount; i += 1) {
178 lookupSelectCount = lookupListCount;
190 // lookupListCount because some lookups might be referenced by more than

Completed in 38 milliseconds