Home | History | Annotate | Download | only in text

Lines Matching defs:outc

314     unsigned outc = from - m_data;
316 if (outc)
317 memcpy(to, m_data, outc * sizeof(UChar));
323 to[outc++] = *from++;
328 data.shrink(outc);
339 int outc = 0;
351 to[outc++] = *from++;
353 to[outc++] = ' ';
358 if (outc > 0 && to[outc - 1] == ' ')
359 outc--;
361 if (static_cast<unsigned>(outc) == m_length && !changedToSpace)
364 data.shrink(outc);