Searched defs:outc (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp899 unsigned outc = from - characters; local
901 if (outc)
902 memcpy(to, characters, outc * sizeof(CharType));
908 to[outc++] = *from++;
913 data.shrink(outc);
932 int outc = 0; local
945 to[outc++] = *from++;
947 to[outc++] = ' ';
952 if (outc > 0 && to[outc
[all...]

Completed in 151 milliseconds