HomeSort by relevance Sort by last modified time
    Searched refs:oldIndexes (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
propname.cpp 551 Offset *oldIndexes;
559 * compress the oldIndexes into a separate array to make space for tempEnumArray
560 * the tempMap _nameArray becomes oldIndexes[], getting the index
566 * and because the nameArray[] can be used for oldIndexes[]
569 oldIndexes=(Offset *)(sortArray+tempMap->count);
571 /* copy sortArray[].index values into oldIndexes[] */
573 oldIndexes[i]=sortArray[i].index;
578 ds->swapArray32(ds, inEnumArray+oldIndexes[i], 4, tempEnumArray+i, pErrorCode);
  /external/icu4c/common/
propname.cpp 551 Offset *oldIndexes;
559 * compress the oldIndexes into a separate array to make space for tempEnumArray
560 * the tempMap _nameArray becomes oldIndexes[], getting the index
566 * and because the nameArray[] can be used for oldIndexes[]
569 oldIndexes=(Offset *)(sortArray+tempMap->count);
571 /* copy sortArray[].index values into oldIndexes[] */
573 oldIndexes[i]=sortArray[i].index;
578 ds->swapArray32(ds, inEnumArray+oldIndexes[i], 4, tempEnumArray+i, pErrorCode);

Completed in 60 milliseconds