Searched refs:infoLength (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dpkg_imp.h32 int32_t &infoLength, int32_t &headerLength,
H A Dpackage.cpp109 int32_t &infoLength, int32_t &headerLength,
137 infoLength=pInfo->size;
140 infoLength=readSwapUInt16(pInfo->size);
144 infoLength<(int32_t)sizeof(UDataInfo) ||
145 headerLength<(int32_t)(sizeof(pHeader->dataHeader)+infoLength) ||
159 int32_t infoLength, headerLength; local
162 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode);
108 getDataInfo(const uint8_t *data, int32_t length, int32_t &infoLength, int32_t &headerLength, UErrorCode *pErrorCode) argument
H A Dpkgitems.cpp621 int32_t format, length, infoLength, itemHeaderLength; local
625 pInfo=getDataInfo(pItem->data,pItem->length, infoLength, itemHeaderLength, &errorCode);
/external/webkit/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginHostProxy.mm839 kern_return_t WKPCIdentifierInfo(mach_port_t clientPort, uint64_t serverIdentifier, data_t* infoData, mach_msg_type_number_t* infoLength)
855 *infoLength = [data.get() length];
856 mig_allocate(reinterpret_cast<vm_address_t*>(infoData), *infoLength);
858 memcpy(*infoData, [data.get() bytes], *infoLength);

Completed in 62 milliseconds