Home | History | Annotate | Download | only in common

Lines Matching refs:spaceRequired

572         int32_t spaceRequired = sizeof(UText);
574 spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(UAlignedMemory);
576 ut = (UText *)uprv_malloc(spaceRequired);
583 if (spaceRequired>0) {