Home | History | Annotate | Download | only in common

Lines Matching refs:pHeader

143         if ((gCommonICUDataArray[i] != NULL) && (gCommonICUDataArray[i]->pHeader == pData->pHeader)) {
181 } else if (gCommonICUDataArray[i]->pHeader == pData->pHeader) {
669 if(gCommonICUDataArray[i]->pHeader == &U_ICUDATA_ENTRY_POINT) {
907 const DataHeader *pHeader, /* The data item to be checked. */
924 if(pHeader->dataHeader.magic1==0xda &&
925 pHeader->dataHeader.magic2==0x27 &&
926 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
932 rDataMem->pHeader = pHeader;
968 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1012 const DataHeader *pHeader;
1032 pHeader=pCommonData->vFuncs->Lookup(pCommonData, tocEntryName, &length, subErrorCode);
1034 fprintf(stderr, "%s: pHeader=%p - %s\n", tocEntryName, pHeader, u_errorName(*subErrorCode));
1037 if(pHeader!=NULL) {
1038 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1380 if(pData!=NULL && pData->pHeader!=NULL) {
1381 const UDataInfo *info=&pData->pHeader->info;