Home | History | Annotate | Download | only in layout

Lines Matching refs:feature

184     // one feature.
185 for (le_int32 feature = 0; feature < featureCount; feature += 1) {
186 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]);
207 // If this is the required feature, add its lookups
213 // If we added lookups from the required feature, sort them
218 for (le_uint16 feature = 0; feature < featureCount; feature += 1) {
219 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]);
221 // don't add the required feature to the list more than once...
222 // TODO: Do we need this check? (Spec. says required feature won't be in feature list...)
240 for (le_uint16 feature = 0; feature < featureCount; feature += 1) {
241 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]);
243 // don't add the required feature to the list more than once...
245 // the required feature won't be in the feature list, and because
265 // If there's no specified feature order,
268 // lookup may be referenced by more than one feature,