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

  /external/icu4c/tools/toolutil/
pkgitems.cpp 82 int32_t infoLength, itemHeaderLength;
84 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode);
109 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode);
577 int32_t infoLength, itemHeaderLength;
579 const UDataInfo *pInfo=getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode);
package.cpp 113 int32_t &infoLength, int32_t &headerLength,
141 infoLength=pInfo->size;
144 infoLength=readSwapUInt16(pInfo->size);
148 infoLength<(int32_t)sizeof(UDataInfo) ||
149 headerLength<(int32_t)(sizeof(pHeader->dataHeader)+infoLength) ||
163 int32_t infoLength, headerLength;
166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode);
    [all...]

Completed in 66 milliseconds