Home
last modified time | relevance | path

Searched refs:oldIndex (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Ducnv_io.c1196 uint16_t oldIndex; in ucnv_swapAliases() local
1279 oldIndex=tempTable.rows[i].sortIndex; in ucnv_swapAliases()
1280 ds->swapArray16(ds, p+oldIndex, 2, q+i, pErrorCode); in ucnv_swapAliases()
1281 ds->swapArray16(ds, p2+oldIndex, 2, q2+i, pErrorCode); in ucnv_swapAliases()
1292 oldIndex=tempTable.rows[i].sortIndex; in ucnv_swapAliases()
1293 ds->swapArray16(ds, p+oldIndex, 2, r+i, pErrorCode); in ucnv_swapAliases()
1298 oldIndex=tempTable.rows[i].sortIndex; in ucnv_swapAliases()
1299 ds->swapArray16(ds, p2+oldIndex, 2, r+i, pErrorCode); in ucnv_swapAliases()
Duresdata.c753 int32_t i, oldIndex; in ures_swapResource() local
877 oldIndex=pTempTable->rows[i].sortIndex; in ures_swapResource()
878 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode); in ures_swapResource()
892 oldIndex=pTempTable->rows[i].sortIndex; in ures_swapResource()
893 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode); in ures_swapResource()
911 oldIndex=pTempTable->rows[i].sortIndex; in ures_swapResource()
912 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode); in ures_swapResource()
Dpropname.cpp461 int32_t i, size, oldIndex; in swap() local
541 oldIndex=sortArray[i].index; in swap()
542 ds->swapArray32(ds, inEnumArray+oldIndex, 4, outEnumArray+i, pErrorCode); in swap()
543 ds->swapArray16(ds, inNameArray+oldIndex, 2, outNameArray+i, pErrorCode); in swap()
/external/webkit/WebCore/inspector/front-end/
DScriptsPanel.js521 var oldIndex = this._currentBackForwardIndex;
522 if (oldIndex >= 0)
523 this._backForwardList.splice(oldIndex + 1, this._backForwardList.length - oldIndex);