Home | History | Annotate | Download | only in text

Lines Matching defs:targetLength

692     int32_t targetLength = length;
696 targetLength = converter(data16, targetLength, source16, length, locale, &status);
698 output->truncateAssumingIsolated(targetLength);
704 output = StringImpl::createUninitialized(targetLength, data16);