Lines Matching refs:propIndex
195 int32_t propIndex;
196 for(propIndex=0; propIndex<LENGTHOF(PROPERTIES); ++propIndex) {
197 propEnums.sortedInsert(PROPERTIES[propIndex].enumValue, errorCode);
244 for(propIndex=0; propIndex<LENGTHOF(PROPERTIES); ++propIndex) {
245 if(propIndex>0) {
247 setPropertyInt(PROPERTIES[propIndex].enumValue, 0,
248 writeValueAliases(PROPERTIES[propIndex], errorCode));
250 int32_t valueCount=PROPERTIES[propIndex].valueCount;
253 const Value *values=PROPERTIES[propIndex].values;
264 setPropertyInt(PROPERTIES[propIndex].enumValue, 1, valueMapOffset);