Lines Matching full:pdata
137 UDataMemory *pData = udata_findCachedData(inBasename);
138 if (pData == NULL)
142 if ((gCommonICUDataArray[i] != NULL) && (gCommonICUDataArray[i]->pHeader == pData->pHeader)) {
157 setCommonICUData(UDataMemory *pData, /* The new common data. Belongs to caller, we copy it. */
173 UDatamemory_assign(newCommonData, pData);
181 } else if (gCommonICUDataArray[i]->pHeader == pData->pHeader) {
198 setCommonICUDataPointer(const void *pData, UBool /*warn*/, UErrorCode *pErrorCode) {
201 tData.pHeader = (const DataHeader *)pData;
794 UDataMemory *pData;
814 pData = openCommonData(
819 /* How about if there is no pData, eh... */
822 if(pData != NULL) {
823 UDatamemory_assign(©PData, pData);
1366 udata_getInfo(UDataMemory *pData, UDataInfo *pInfo) {
1368 if(pData!=NULL && pData->pHeader!=NULL) {
1369 const UDataInfo *info=&pData->pHeader->info;