Lines Matching full:datalength
1346 uint32_t dataLength=stage1Length*2+fullStage2Length*4+mbcsTable->fromUBytesLength;1347 mbcsTable->reconstitutedData=(uint8_t *)uprv_malloc(dataLength);1352 uprv_memset(mbcsTable->reconstitutedData, 0, dataLength);