Home | History | Annotate | Download | only in common

Lines Matching defs:pHeader

155         } else if (gCommonICUDataArray[i]->pHeader == pData->pHeader) {
175 tData.pHeader = (const DataHeader *)pData;
803 if(gCommonICUDataArray[i]->pHeader == &U_ICUDATA_ENTRY_POINT) {
1037 const DataHeader *pHeader, /* The data item to be checked. */
1054 if(pHeader->dataHeader.magic1==0xda &&
1055 pHeader->dataHeader.magic2==0x27 &&
1056 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
1062 rDataMem->pHeader = pHeader;
1100 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1148 const DataHeader *pHeader;
1167 pHeader=pCommonData->vFuncs->Lookup(pCommonData, tocEntryName, &length, subErrorCode);
1169 fprintf(stderr, "%s: pHeader=%p - %s\n", tocEntryName, pHeader, u_errorName(*subErrorCode));
1172 if(pHeader!=NULL) {
1173 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1513 if(pData!=NULL && pData->pHeader!=NULL) {
1514 const UDataInfo *info=&pData->pHeader->info;