Searched refs:reconstitutedData (Results 1 – 2 of 2) sorted by relevance
393 uint8_t *reconstitutedData; member
1484 mbcsTable->reconstitutedData=(uint8_t *)uprv_malloc(dataLength); in reconstituteData()1485 if(mbcsTable->reconstitutedData==NULL) { in reconstituteData()1489 uprv_memset(mbcsTable->reconstitutedData, 0, dataLength); in reconstituteData()1492 stage1=(uint16_t *)mbcsTable->reconstitutedData; in reconstituteData()1661 mbcsTable->reconstitutedData=NULL; in ucnv_MBCSLoad()1885 if(mbcsTable->reconstitutedData!=NULL) { in ucnv_MBCSUnload()1886 uprv_free(mbcsTable->reconstitutedData); in ucnv_MBCSUnload()