Searched refs:infoLength (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
H A D | pkg_imp.h | 32 int32_t &infoLength, int32_t &headerLength,
|
H A D | pkgitems.cpp | 82 int32_t infoLength, itemHeaderLength; local 84 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode); 109 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 D | 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; local 166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode); 112 getDataInfo(const uint8_t *data, int32_t length, int32_t &infoLength, int32_t &headerLength, UErrorCode *pErrorCode) argument
|
/external/icu4c/tools/toolutil/ |
H A D | pkg_imp.h | 32 int32_t &infoLength, int32_t &headerLength,
|
H A D | pkgitems.cpp | 82 int32_t infoLength, itemHeaderLength; local 84 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode); 109 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 D | 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; local 166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode); 112 getDataInfo(const uint8_t *data, int32_t length, int32_t &infoLength, int32_t &headerLength, UErrorCode *pErrorCode) argument
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
H A D | Program.cpp | 105 size_t infoLength = strlen(info); local 109 mInfoLog = new char[infoLength + 2]; 111 strcpy(mInfoLog + infoLength, "\n"); 116 char *newLog = new char[logLength + infoLength + 2]; 119 strcpy(newLog + logLength + infoLength, "\n");
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
H A D | AllocationProfile.js | 69 var infoLength = rawInfos.length; 70 for (var i = 0; i < infoLength; i += functionInfoFieldCount) {
|
Completed in 190 milliseconds