Home | History | Annotate | Download | only in common

Lines Matching refs:dataLength

1483     uint32_t dataLength=stage1Length*2+fullStage2Length*4+mbcsTable->fromUBytesLength;
1484 mbcsTable->reconstitutedData=(uint8_t *)uprv_malloc(dataLength);
1489 uprv_memset(mbcsTable->reconstitutedData, 0, dataLength);