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

/external/icu4c/common/
H A Dpropname.cpp461 int32_t i, size, oldIndex; local
541 oldIndex=sortArray[i].index;
542 ds->swapArray32(ds, inEnumArray+oldIndex, 4, outEnumArray+i, pErrorCode);
543 ds->swapArray16(ds, inNameArray+oldIndex, 2, outNameArray+i, pErrorCode);
H A Duresdata.c753 int32_t i, oldIndex; local
877 oldIndex=pTempTable->rows[i].sortIndex;
878 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode);
892 oldIndex=pTempTable->rows[i].sortIndex;
893 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode);
911 oldIndex=pTempTable->rows[i].sortIndex;
912 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode);
H A Ducnv_io.c1196 uint16_t oldIndex; local
1279 oldIndex=tempTable.rows[i].sortIndex;
1280 ds->swapArray16(ds, p+oldIndex, 2, q+i, pErrorCode);
1281 ds->swapArray16(ds, p2+oldIndex, 2, q2+i, pErrorCode);
1292 oldIndex=tempTable.rows[i].sortIndex;
1293 ds->swapArray16(ds, p+oldIndex, 2, r+i, pErrorCode);
1298 oldIndex=tempTable.rows[i].sortIndex;
1299 ds->swapArray16(ds, p2+oldIndex, 2, r+i, pErrorCode);

Completed in 42 milliseconds