Searched defs:infoLength (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp80 int32_t infoLength, itemHeaderLength; local
82 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode);
107 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode);
577 int32_t infoLength, itemHeaderLength; local
579 const UDataInfo *pInfo=getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode);
H A Dpackage.cpp111 int32_t &infoLength, int32_t &headerLength,
139 infoLength=pInfo->size;
142 infoLength=readSwapUInt16(pInfo->size);
146 infoLength<(int32_t)sizeof(UDataInfo) ||
147 headerLength<(int32_t)(sizeof(pHeader->dataHeader)+infoLength) ||
161 int32_t infoLength, headerLength; local
164 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode);
110 getDataInfo(const uint8_t *data, int32_t length, int32_t &infoLength, int32_t &headerLength, UErrorCode *pErrorCode) argument

Completed in 49 milliseconds