Searched refs:reconstitutedData (Results 1 – 2 of 2) sorted by relevance
395 uint8_t *reconstitutedData; member
1490 mbcsTable->reconstitutedData=(uint8_t *)uprv_malloc(dataLength); in reconstituteData()1491 if(mbcsTable->reconstitutedData==NULL) { in reconstituteData()1495 uprv_memset(mbcsTable->reconstitutedData, 0, dataLength); in reconstituteData()1498 stage1=(uint16_t *)mbcsTable->reconstitutedData; in reconstituteData()1667 mbcsTable->reconstitutedData=NULL; in ucnv_MBCSLoad()1891 if(mbcsTable->reconstitutedData!=NULL) { in ucnv_MBCSUnload()1892 uprv_free(mbcsTable->reconstitutedData); in ucnv_MBCSUnload()