Home | History | Annotate | Download | only in common

Lines Matching defs:dataLength

1490     uint32_t dataLength=stage1Length*2+fullStage2Length*4+mbcsTable->fromUBytesLength;
1491 mbcsTable->reconstitutedData=(uint8_t *)uprv_malloc(dataLength);
1496 uprv_memset(mbcsTable->reconstitutedData, 0, dataLength);