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

  /external/chromium/third_party/icu/source/common/
propname.cpp 458 NameAndIndex *sortArray;
512 sortArray=(NameAndIndex *)tempMap->getEnumArray();
514 sortArray[i].name=udata_readInt16(ds, inNameArray[i]);
515 sortArray[i].index=(Offset)i;
529 uprv_sortArray(sortArray, tempMap->count, sizeof(NameAndIndex),
541 oldIndex=sortArray[i].index;
553 /* write name offsets directly from sortArray */
555 ds->writeUInt16((uint16_t *)outNameArray+i, (uint16_t)sortArray[i].name);
561 * values from the 2D sortArray[],
562 * while sortArray=tempMap _enumArray[] becomes tempEnumArray[
    [all...]
  /external/icu4c/common/
propname.cpp 458 NameAndIndex *sortArray;
512 sortArray=(NameAndIndex *)tempMap->getEnumArray();
514 sortArray[i].name=udata_readInt16(ds, inNameArray[i]);
515 sortArray[i].index=(Offset)i;
529 uprv_sortArray(sortArray, tempMap->count, sizeof(NameAndIndex),
541 oldIndex=sortArray[i].index;
553 /* write name offsets directly from sortArray */
555 ds->writeUInt16((uint16_t *)outNameArray+i, (uint16_t)sortArray[i].name);
561 * values from the 2D sortArray[],
562 * while sortArray=tempMap _enumArray[] becomes tempEnumArray[
    [all...]

Completed in 163 milliseconds