Home | History | Annotate | Download | only in text

Lines Matching defs:outc

356     unsigned outc = from - m_data;
358 if (outc)
359 memcpy(to, m_data, outc * sizeof(UChar));
365 to[outc++] = *from++;
370 data.shrink(outc);
381 int outc = 0;
393 to[outc++] = *from++;
395 to[outc++] = ' ';
400 if (outc > 0 && to[outc - 1] == ' ')
401 outc--;
403 if (static_cast<unsigned>(outc) == m_length && !changedToSpace)
406 data.shrink(outc);