Home
last modified time | relevance | path

Searched refs:infoLength (Results 1 – 5 of 5) 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/libGL/
DProgram.cpp1879 size_t infoLength = strlen(info); in appendToInfoLog() local
1883 infoLog = new char[infoLength + 2]; in appendToInfoLog()
1885 strcpy(infoLog + infoLength, "\n"); in appendToInfoLog()
1890 char *newLog = new char[logLength + infoLength + 2]; in appendToInfoLog()
1893 strcpy(newLog + logLength + infoLength, "\n"); in appendToInfoLog()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp2422 size_t infoLength = strlen(info); in appendToInfoLog() local
2426 infoLog = new char[infoLength + 2]; in appendToInfoLog()
2428 strcpy(infoLog + infoLength, "\n"); in appendToInfoLog()
2433 char *newLog = new char[logLength + infoLength + 2]; in appendToInfoLog()
2436 strcpy(newLog + logLength + infoLength, "\n"); in appendToInfoLog()