CopyInto
BString& CopyInto(BString& into, int32 fromOffset,
void CopyInto(char* into, int32 fromOffset,
string.CopyInto(name, slash + 1, string.Length() - slash);
string.CopyInto(name, previousSlash + 1, slash - previousSlash - 1);
string.CopyInto(deviceName, slash + 1, string.Length() - slash);
string.CopyInto(name, previousSlash + 1, slash - previousSlash - 1);
string.CopyInto(name, slash + 1, string.Length() - slash);
string.CopyInto(name, previousSlash + 1, slash - previousSlash - 1);
fSequence.CopyInto(sub, nextStart + 2, nextEnd-(nextStart + 2));
fLog.CopyInto(timestamp, index, end - index + 1);
sensors.CopyInto(name, i, sensors.FindFirst(',', i) - i);
fContent.CopyInto(line, pos, next - pos);
line.CopyInto(result, pattern.Length(),
message->CopyInto(*origMessage, 0, message->Length());
plainText.CopyInto(segment, styles->runs[i].offset, length);
haikuLicense.CopyInto(part, 0, licensePart1);
haikuLicense.CopyInto(part, licensePart1 + 1, licensePart2 - 1
haikuLicense.CopyInto(part, licensePart2 + 1, licensePart3 - 1
haikuLicense.CopyInto(part, licensePart3 + 1, licensePart4 - 1
haikuLicense.CopyInto(part, licensePart4 + 1, haikuLicense.Length() - 1
currentLine->CopyInto(buffer, 0, i);
name.CopyInto(nextName, startIndex, spaceIndex - startIndex);
sourcePath.CopyInto(data, startIndex, searchIndex - startIndex);
name.CopyInto(part, start, nextSlash - start);
name.CopyInto(leaf, start, name.Length() - start);
fileName.CopyInto(packageName, 5, secondSlashIdx - 5);
fileName.CopyInto(leafName, secondSlashIdx + 1, fileName.Length() - (secondSlashIdx + 1));
fLink.CopyInto(result, lastSlash + 1, (fLink.Length() - lastSlash) - 1);
searchTerms.CopyInto(term, index, nextSpace - index);
line.CopyInto(itemPath, 13, pos - 13);
line.CopyInto(itemPath, 13, line.CountChars() - 14);
groupString.CopyInto(group, first, end - first);
string.CopyInto(subString, pos, nextPos - pos);
line.CopyInto(lineType, 0, trackIndex);
line.CopyInto(trackNumber, trackIndex, equalIndex - trackIndex);
line.CopyInto(lineType, 0, equalIndex);
line.CopyInto(lineContent, equalIndex + 1, line.Length() - (equalIndex + 1));
viewText.CopyInto(fStringToFind, selectionStart, selectionLength);
originalText.CopyInto(text, startIndex, endIndex - startIndex);
failingURL.CopyInto(proto, 0, at);
url.CopyInto(proto, 0, at);
name.CopyInto(begin, 0, beginLength);
name.CopyInto(end, name.Length() - endLength, endLength);
contents.CopyInto(line, 0, cr);
contents.CopyInto(line, 0, cr);
debugFileName.CopyInto(fileName, 0, endIndex);
debugFileName.CopyInto(packageName, startIndex, endIndex - startIndex);
debugFileName.CopyInto(packageVersion, startIndex,
string.CopyInto(newLabel, 0, string.Length());
from.CopyInto(name, 0, emailStart);
string.CopyInto(sub_cat, i, end - i);
sub_cat.CopyInto(end_piece, first_equal + 1, sub_cat.Length() - first_equal - 1);
header.CopyInto(temp, fieldEndPos, crPos - fieldEndPos);
host.CopyInto(port, separator + 1, -1);
wwwAuthenticate.CopyInto(authRequired, 0, wwwAuthenticate.Length());
wwwAuthenticate.CopyInto(authRequired, 0, firstSpace);
wwwAuthenticate.CopyInto(additionalData, firstSpace + 1,
formString.CopyInto(name, *index, firstEqual - *index);
formString.CopyInto(value, firstEqual + 1,
formString.CopyInto(value, *index,
formString.CopyInto(name, *index, firstEqual - *index);
formString.CopyInto(value, firstEqual + 1,
formString.CopyInto(value, *index, firstAmpersand - *index);
statusLine.CopyInto(statusCodeStr, 9, 3);
statusLine.CopyInto(_ResultStatusText(), 13, statusLine.Length() - 13);
cookieString.CopyInto(name, first, last - first + 1);
cookieString.CopyInto(value, first, last - first + 1);
cookieString.CopyInto(attribute, first, last - first + 1);
cookieString.CopyInto(value, first, last - first + 1);
fFlattened.CopyInto(reinterpret_cast<char*>(buffer), 0,
word.text.CopyInto(preRelease, tildePos + 1,
word.text.CopyInto(major, 0, firstDotPos);
word.text.CopyInto(minor, firstDotPos + 1, word.text.Length());
word.text.CopyInto(minor, firstDotPos + 1,
word.text.CopyInto(micro, secondDotPos + 1, word.text.Length());
return CopyInto(into, fromOffset, length);
CopyInto(into, from, length);
CopyInto(into, from, length);
fName.CopyInto(extension, ++offset, -1);
emailS.CopyInto(provider, at + 1, emailS.Length() - at);
email.CopyInto(provider, atPos + 1, email.Length() - atPos);
line.CopyInto(variable, 7, separator - 7);
line.CopyInto(value, separator + 2, line.Length() - separator - 3);
string2.CopyInto(string1, 4, 30);
string1.CopyInto(tmp, 0, 4);