Searched refs:keyIndex (Results 1 – 2 of 2) sorted by relevance
527 int32_t keyIndex, sortIndex; member533 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex, in ures_compareRows()534 keyChars+((const Row *)right)->keyIndex); in ures_compareRows()842 pTempTable->rows[i].keyIndex=ds->readUInt16(pKey16[i]); in ures_swapResource()847 pTempTable->rows[i].keyIndex=udata_readInt32(ds, pKey32[i]); in ures_swapResource()
1332 for (size_t keyIndex = 0; keyIndex < keys.size(); ++keyIndex) { in keyframeStylesForAnimation() local1333 float key = keys[keyIndex]; in keyframeStylesForAnimation()