Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp82 int32_t infoLength, itemHeaderLength; in setItem() local
84 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode); in setItem()
109 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode); in setItem()
579 int32_t infoLength, itemHeaderLength; in enumDependencies() local
581 …const UDataInfo *pInfo=getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &erro… in enumDependencies()
Dpkg_imp.h35 int32_t &infoLength, int32_t &headerLength,
Dpackage.cpp113 int32_t &infoLength, int32_t &headerLength, in getDataInfo() argument
141 infoLength=pInfo->size; in getDataInfo()
144 infoLength=readSwapUInt16(pInfo->size); in getDataInfo()
148 infoLength<(int32_t)sizeof(UDataInfo) || in getDataInfo()
149 headerLength<(int32_t)(sizeof(pHeader->dataHeader)+infoLength) || in getDataInfo()
163 int32_t infoLength, headerLength; in getTypeEnumForInputData() local
166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode); in getTypeEnumForInputData()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp2595 size_t infoLength = strlen(info); in appendToInfoLog() local
2599 infoLog = new char[infoLength + 2]; in appendToInfoLog()
2601 strcpy(infoLog + infoLength, "\n"); in appendToInfoLog()
2606 char *newLog = new char[logLength + infoLength + 2]; in appendToInfoLog()
2609 strcpy(newLog + logLength + infoLength, "\n"); in appendToInfoLog()