Searched refs:reconstitutedData (Results 1 – 2 of 2) sorted by relevance
390 uint8_t *reconstitutedData; member
1275 mbcsTable->reconstitutedData=(uint8_t *)uprv_malloc(dataLength); in reconstituteData()1276 if(mbcsTable->reconstitutedData==NULL) { in reconstituteData()1280 uprv_memset(mbcsTable->reconstitutedData, 0, dataLength); in reconstituteData()1283 stage1=(uint16_t *)mbcsTable->reconstitutedData; in reconstituteData()1441 mbcsTable->reconstitutedData=NULL; in ucnv_MBCSLoad()1656 if(mbcsTable->reconstitutedData!=NULL) { in ucnv_MBCSUnload()1657 uprv_free(mbcsTable->reconstitutedData); in ucnv_MBCSUnload()