Home | History | Annotate | Download | only in common

Lines Matching full:pdata

140     UDataMemory  *pData = udata_findCachedData(inBasename);
141 if (pData == NULL)
147 if ((gCommonICUDataArray[i] != NULL) && (gCommonICUDataArray[i]->pHeader == pData->pHeader)) {
162 setCommonICUData(UDataMemory *pData, /* The new common data. Belongs to caller, we copy it. */
178 UDatamemory_assign(newCommonData, pData);
185 } else if (gCommonICUDataArray[i]->pHeader == pData->pHeader) {
204 setCommonICUDataPointer(const void *pData, UBool /*warn*/, UErrorCode *pErrorCode) {
207 UDataMemory_setData(&tData, pData);
791 UDataMemory *pData;
811 pData = openCommonData(
816 /* How about if there is no pData, eh... */
819 if(pData != NULL) {
820 UDatamemory_assign(&copyPData, pData);
1389 udata_getInfo(UDataMemory *pData, UDataInfo *pInfo) {
1391 if(pData!=NULL && pData->pHeader!=NULL) {
1392 const UDataInfo *info=&pData->pHeader->info;