Home | History | Annotate | Download | only in common

Lines Matching refs:keyIndex

654     int32_t keyIndex, sortIndex;
660 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex,
661 keyChars+((const Row *)right)->keyIndex);
850 pTempTable->rows[i].keyIndex=ds->readUInt16(pKey16[i]);
855 pTempTable->rows[i].keyIndex=udata_readInt32(ds, pKey32[i]);