Home | History | Annotate | Download | only in common

Lines Matching full:datalength

1344     uint32_t dataLength=stage1Length*2+fullStage2Length*4+mbcsTable->fromUBytesLength;
1345 mbcsTable->reconstitutedData=(uint8_t *)uprv_malloc(dataLength);
1350 uprv_memset(mbcsTable->reconstitutedData, 0, dataLength);